use prism-tomorrow.css

This commit is contained in:
CyC2018
2018-12-19 14:09:39 +08:00
parent 0f00bcacaf
commit e9e604e6a7
1747 changed files with 100462 additions and 0 deletions

View File

@ -0,0 +1,18 @@
/* foo */
/* foo
bar */
# foo
; bar
----------------------------------------------------
[
["comment", "/* foo */"],
["comment", "/* foo\r\nbar */"],
["comment", "# foo"],
["comment", "; bar"]
]
----------------------------------------------------
Checks for comments.

View File

@ -0,0 +1,23 @@
$(myLicenseData)
$(^Name)
${LANG_ENGLISH}
${AtLeastWin8.1}
${nsArray_Copy}
${xml::CreateNode}
${^EXAMPLE}
----------------------------------------------------
[
["constant", "$(myLicenseData)"],
["constant", "$(^Name)"],
["constant", "${LANG_ENGLISH}"],
["constant", "${AtLeastWin8.1}"],
["constant", "${nsArray_Copy}"],
["constant", "${xml::CreateNode}"],
["constant", "${^EXAMPLE}"]
]
----------------------------------------------------
Checks for constants.

View File

@ -0,0 +1,75 @@
!addincludedir
!addplugindir
!appendfile
!cd
!define
!delfile
!echo
!else
!endif
!error
!execute
!finalize
!getdllversion
!gettlbversion
!ifdef
!ifmacrodef
!ifmacrondef
!ifndef
!if
!include
!insertmacro
!macroend
!macro
!makensis
!packhdr
!pragma
!searchparse
!searchreplace
!system
!tempfile
!undef
!verbose
!warning
----------------------------------------------------
[
["important", "!addincludedir"],
["important", "!addplugindir"],
["important", "!appendfile"],
["important", "!cd"],
["important", "!define"],
["important", "!delfile"],
["important", "!echo"],
["important", "!else"],
["important", "!endif"],
["important", "!error"],
["important", "!execute"],
["important", "!finalize"],
["important", "!getdllversion"],
["important", "!gettlbversion"],
["important", "!ifdef"],
["important", "!ifmacrodef"],
["important", "!ifmacrondef"],
["important", "!ifndef"],
["important", "!if"],
["important", "!include"],
["important", "!insertmacro"],
["important", "!macroend"],
["important", "!macro"],
["important", "!makensis"],
["important", "!packhdr"],
["important", "!pragma"],
["important", "!searchparse"],
["important", "!searchreplace"],
["important", "!system"],
["important", "!tempfile"],
["important", "!undef"],
["important", "!verbose"],
["important", "!warning"]
]
----------------------------------------------------
Checks for compiler instructions.

View File

@ -0,0 +1,455 @@
Abort
AddBrandingImage
AddSize
AdvSplash
AllowRootDirInstall
AllowSkipFiles
AutoCloseWindow
Banner
BGFont
BGGradient
BGImage
BrandingText
BringToFront
Call
CallInstDLL
Caption
ChangeUI
CheckBitmap
ClearErrors
CompletedText
ComponentText
CopyFiles
CRCCheck
CreateDirectory
CreateFont
CreateShortCut
Delete
DeleteINISec
DeleteINIStr
DeleteRegKey
DeleteRegValue
DetailPrint
DetailsButtonText
Dialer
DirText
DirVar
DirVerify
EnableWindow
EnumRegKey
EnumRegValue
Exch
Exec
ExecShell
ExecWait
ExecShellWait
ExpandEnvStrings
File
FileBufSize
FileClose
FileErrorText
FileOpen
FileRead
FileReadByte
FileReadUTF16LE
FileReadWord
FileSeek
FileWrite
FileWriteByte
FileWriteUTF16LE
FileWriteWord
FindClose
FindFirst
FindNext
FindWindow
FlushINI
GetCurInstType
GetCurrentAddress
GetDlgItem
GetDLLVersion
GetDLLVersionLocal
GetErrorLevel
GetFileTime
GetFileTimeLocal
GetFullPathName
GetFunction
GetFunctionAddress
GetFunctionEnd
GetInstDirError
GetLabelAddress
GetTempFileName
Goto
HideWindow
Icon
IfAbort
IfErrors
IfFileExists
IfRebootFlag
IfSilent
InitPluginsDir
InstallButtonText
InstallColors
InstallDir
InstallDirRegKey
InstProgressFlags
InstType
InstTypeGetText
InstTypeSetText
Int64Cmp
Int64CmpU
Int64Fmt
IntCmp
IntCmpU
IntFmt
IntOp
IntPtrCmp
IntPtrCmpU
IntPtrOp
IsWindow
LangDLL
LangString
LicenseBkColor
LicenseData
LicenseForceSelection
LicenseLangString
LicenseText
LoadLanguageFile
LockWindow
LogSet
LogText
ManifestDPIAware
ManifestSupportedOS
Math
MessageBox
MiscButtonText
Name
Nop
nsDialogs
nsExec
NSISdl
OutFile
Page
PageCallbacks
PEDllCharacteristics
PESubsysVer
Pop
Push
Quit
ReadEnvStr
ReadINIStr
ReadRegDWORD
ReadRegStr
Reboot
RegDLL
Rename
RequestExecutionLevel
ReserveFile
Return
RMDir
SearchPath
Section
SectionEnd
SectionGetFlags
SectionGetInstTypes
SectionGetSize
SectionGetText
SectionGroup
SectionIn
SectionSetFlags
SectionSetInstTypes
SectionSetSize
SectionSetText
SendMessage
SetAutoClose
SetBrandingImage
SetCompress
SetCompressor
SetCompressorDictSize
SetCtlColors
SetCurInstType
SetDatablockOptimize
SetDateSave
SetDetailsPrint
SetDetailsView
SetErrorLevel
SetErrors
SetFileAttributes
SetFont
SetOutPath
SetOverwrite
SetPluginUnload
SetRebootFlag
SetRegView
SetShellVarContext
SetSilent
ShowInstDetails
ShowUninstDetails
ShowWindow
SilentInstall
SilentUnInstall
Sleep
SpaceTexts
Splash
StartMenu
StrCmp
StrCmpS
StrCpy
StrLen
SubCaption
System
Unicode
UninstallButtonText
UninstallCaption
UninstallIcon
UninstallSubCaption
UninstallText
UninstPage
UnRegDLL
UserInfo
Var
VIAddVersionKey
VIFileVersion
VIProductVersion
VPatch
WindowIcon
WriteINIStr
WriteRegBin
WriteRegDWORD
WriteRegExpandStr
WriteRegMultiStr
WriteRegNone
WriteRegStr
WriteUninstaller
XPStyle
----------------------------------------------------
[
["keyword", "Abort"],
["keyword", "AddBrandingImage"],
["keyword", "AddSize"],
["keyword", "AdvSplash"],
["keyword", "AllowRootDirInstall"],
["keyword", "AllowSkipFiles"],
["keyword", "AutoCloseWindow"],
["keyword", "Banner"],
["keyword", "BGFont"],
["keyword", "BGGradient"],
["keyword", "BGImage"],
["keyword", "BrandingText"],
["keyword", "BringToFront"],
["keyword", "Call"],
["keyword", "CallInstDLL"],
["keyword", "Caption"],
["keyword", "ChangeUI"],
["keyword", "CheckBitmap"],
["keyword", "ClearErrors"],
["keyword", "CompletedText"],
["keyword", "ComponentText"],
["keyword", "CopyFiles"],
["keyword", "CRCCheck"],
["keyword", "CreateDirectory"],
["keyword", "CreateFont"],
["keyword", "CreateShortCut"],
["keyword", "Delete"],
["keyword", "DeleteINISec"],
["keyword", "DeleteINIStr"],
["keyword", "DeleteRegKey"],
["keyword", "DeleteRegValue"],
["keyword", "DetailPrint"],
["keyword", "DetailsButtonText"],
["keyword", "Dialer"],
["keyword", "DirText"],
["keyword", "DirVar"],
["keyword", "DirVerify"],
["keyword", "EnableWindow"],
["keyword", "EnumRegKey"],
["keyword", "EnumRegValue"],
["keyword", "Exch"],
["keyword", "Exec"],
["keyword", "ExecShell"],
["keyword", "ExecWait"],
["keyword", "ExecShellWait"],
["keyword", "ExpandEnvStrings"],
["keyword", "File"],
["keyword", "FileBufSize"],
["keyword", "FileClose"],
["keyword", "FileErrorText"],
["keyword", "FileOpen"],
["keyword", "FileRead"],
["keyword", "FileReadByte"],
["keyword", "FileReadUTF16LE"],
["keyword", "FileReadWord"],
["keyword", "FileSeek"],
["keyword", "FileWrite"],
["keyword", "FileWriteByte"],
["keyword", "FileWriteUTF16LE"],
["keyword", "FileWriteWord"],
["keyword", "FindClose"],
["keyword", "FindFirst"],
["keyword", "FindNext"],
["keyword", "FindWindow"],
["keyword", "FlushINI"],
["keyword", "GetCurInstType"],
["keyword", "GetCurrentAddress"],
["keyword", "GetDlgItem"],
["keyword", "GetDLLVersion"],
["keyword", "GetDLLVersionLocal"],
["keyword", "GetErrorLevel"],
["keyword", "GetFileTime"],
["keyword", "GetFileTimeLocal"],
["keyword", "GetFullPathName"],
["keyword", "GetFunction"],
["keyword", "GetFunctionAddress"],
["keyword", "GetFunctionEnd"],
["keyword", "GetInstDirError"],
["keyword", "GetLabelAddress"],
["keyword", "GetTempFileName"],
["keyword", "Goto"],
["keyword", "HideWindow"],
["keyword", "Icon"],
["keyword", "IfAbort"],
["keyword", "IfErrors"],
["keyword", "IfFileExists"],
["keyword", "IfRebootFlag"],
["keyword", "IfSilent"],
["keyword", "InitPluginsDir"],
["keyword", "InstallButtonText"],
["keyword", "InstallColors"],
["keyword", "InstallDir"],
["keyword", "InstallDirRegKey"],
["keyword", "InstProgressFlags"],
["keyword", "InstType"],
["keyword", "InstTypeGetText"],
["keyword", "InstTypeSetText"],
["keyword", "Int64Cmp"],
["keyword", "Int64CmpU"],
["keyword", "Int64Fmt"],
["keyword", "IntCmp"],
["keyword", "IntCmpU"],
["keyword", "IntFmt"],
["keyword", "IntOp"],
["keyword", "IntPtrCmp"],
["keyword", "IntPtrCmpU"],
["keyword", "IntPtrOp"],
["keyword", "IsWindow"],
["keyword", "LangDLL"],
["keyword", "LangString"],
["keyword", "LicenseBkColor"],
["keyword", "LicenseData"],
["keyword", "LicenseForceSelection"],
["keyword", "LicenseLangString"],
["keyword", "LicenseText"],
["keyword", "LoadLanguageFile"],
["keyword", "LockWindow"],
["keyword", "LogSet"],
["keyword", "LogText"],
["keyword", "ManifestDPIAware"],
["keyword", "ManifestSupportedOS"],
["keyword", "Math"],
["keyword", "MessageBox"],
["keyword", "MiscButtonText"],
["keyword", "Name"],
["keyword", "Nop"],
["keyword", "nsDialogs"],
["keyword", "nsExec"],
["keyword", "NSISdl"],
["keyword", "OutFile"],
["keyword", "Page"],
["keyword", "PageCallbacks"],
["keyword", "PEDllCharacteristics"],
["keyword", "PESubsysVer"],
["keyword", "Pop"],
["keyword", "Push"],
["keyword", "Quit"],
["keyword", "ReadEnvStr"],
["keyword", "ReadINIStr"],
["keyword", "ReadRegDWORD"],
["keyword", "ReadRegStr"],
["keyword", "Reboot"],
["keyword", "RegDLL"],
["keyword", "Rename"],
["keyword", "RequestExecutionLevel"],
["keyword", "ReserveFile"],
["keyword", "Return"],
["keyword", "RMDir"],
["keyword", "SearchPath"],
["keyword", "Section"],
["keyword", "SectionEnd"],
["keyword", "SectionGetFlags"],
["keyword", "SectionGetInstTypes"],
["keyword", "SectionGetSize"],
["keyword", "SectionGetText"],
["keyword", "SectionGroup"],
["keyword", "SectionIn"],
["keyword", "SectionSetFlags"],
["keyword", "SectionSetInstTypes"],
["keyword", "SectionSetSize"],
["keyword", "SectionSetText"],
["keyword", "SendMessage"],
["keyword", "SetAutoClose"],
["keyword", "SetBrandingImage"],
["keyword", "SetCompress"],
["keyword", "SetCompressor"],
["keyword", "SetCompressorDictSize"],
["keyword", "SetCtlColors"],
["keyword", "SetCurInstType"],
["keyword", "SetDatablockOptimize"],
["keyword", "SetDateSave"],
["keyword", "SetDetailsPrint"],
["keyword", "SetDetailsView"],
["keyword", "SetErrorLevel"],
["keyword", "SetErrors"],
["keyword", "SetFileAttributes"],
["keyword", "SetFont"],
["keyword", "SetOutPath"],
["keyword", "SetOverwrite"],
["keyword", "SetPluginUnload"],
["keyword", "SetRebootFlag"],
["keyword", "SetRegView"],
["keyword", "SetShellVarContext"],
["keyword", "SetSilent"],
["keyword", "ShowInstDetails"],
["keyword", "ShowUninstDetails"],
["keyword", "ShowWindow"],
["keyword", "SilentInstall"],
["keyword", "SilentUnInstall"],
["keyword", "Sleep"],
["keyword", "SpaceTexts"],
["keyword", "Splash"],
["keyword", "StartMenu"],
["keyword", "StrCmp"],
["keyword", "StrCmpS"],
["keyword", "StrCpy"],
["keyword", "StrLen"],
["keyword", "SubCaption"],
["keyword", "System"],
["keyword", "Unicode"],
["keyword", "UninstallButtonText"],
["keyword", "UninstallCaption"],
["keyword", "UninstallIcon"],
["keyword", "UninstallSubCaption"],
["keyword", "UninstallText"],
["keyword", "UninstPage"],
["keyword", "UnRegDLL"],
["keyword", "UserInfo"],
["keyword", "Var"],
["keyword", "VIAddVersionKey"],
["keyword", "VIFileVersion"],
["keyword", "VIProductVersion"],
["keyword", "VPatch"],
["keyword", "WindowIcon"],
["keyword", "WriteINIStr"],
["keyword", "WriteRegBin"],
["keyword", "WriteRegDWORD"],
["keyword", "WriteRegExpandStr"],
["keyword", "WriteRegMultiStr"],
["keyword", "WriteRegNone"],
["keyword", "WriteRegStr"],
["keyword", "WriteUninstaller"],
["keyword", "XPStyle"]
]
----------------------------------------------------
Checks for all keywords.

View File

@ -0,0 +1,19 @@
0xBadFace
42
3.14159
3.2e4
1.0e-5
----------------------------------------------------
[
["number", "0xBadFace"],
["number", "42"],
["number", "3.14159"],
["number", "3.2e4"],
["number", "1.0e-5"]
]
----------------------------------------------------
Checks for hexadecimal and decimal numbers.

View File

@ -0,0 +1,21 @@
+ - ++ --
< <= > >=
= == ===
& && | ||
? * / ~
^ %
----------------------------------------------------
[
["operator", "+"], ["operator", "-"], ["operator", "++"], ["operator", "--"],
["operator", "<"], ["operator", "<="], ["operator", ">"], ["operator", ">="],
["operator", "="], ["operator", "=="], ["operator", "==="],
["operator", "&"], ["operator", "&&"], ["operator", "|"], ["operator", "||"],
["operator", "?"], ["operator", "*"], ["operator", "/"], ["operator", "~"],
["operator", "^"], ["operator", "%"]
]
----------------------------------------------------
Checks for operators.

View File

@ -0,0 +1,115 @@
admin all auto both
colored false force
hide highest lastused
leave listonly none
normal notset off
on open print show
silent silentlog
smooth textonly
true user
ARCHIVE
FILE_ATTRIBUTE_ARCHIVE
FILE_ATTRIBUTE_NORMAL
FILE_ATTRIBUTE_OFFLINE
FILE_ATTRIBUTE_READONLY
FILE_ATTRIBUTE_SYSTEM
FILE_ATTRIBUTE_TEMPORARY
HKCR HKCU HKLM
HKCR32 HKCU32 HKLM32
HKCR64 HKCU64 HKLM64
HKDD HKPD HKU
HKEY_CLASSES_ROOT
HKEY_CURRENT_CONFIG
HKEY_CURRENT_USER
HKEY_DYN_DATA
HKEY_LOCAL_MACHINE
HKEY_PERFORMANCE_DATA
HKEY_USERS
IDABORT IDCANCEL
IDIGNORE IDNO
IDOK IDRETRY IDYES
MB_ABORTRETRYIGNORE
MB_DEFBUTTON1
MB_DEFBUTTON2
MB_DEFBUTTON3
MB_DEFBUTTON4
MB_ICONEXCLAMATION
MB_ICONINFORMATION
MB_ICONQUESTION
MB_ICONSTOP
MB_OK
MB_OKCANCEL
MB_RETRYCANCEL
MB_RIGHT
MB_RTLREADING
MB_SETFOREGROUND
MB_TOPMOST
MB_USERICON
MB_YESNO
NORMAL OFFLINE
READONLY SHCTX
SHELL_CONTEXT
SYSTEM TEMPORARY
----------------------------------------------------
[
["property", "admin"], ["property", "all"], ["property", "auto"], ["property", "both"],
["property", "colored"], ["property", "false"], ["property", "force"],
["property", "hide"], ["property", "highest"], ["property", "lastused"],
["property", "leave"], ["property", "listonly"], ["property", "none"],
["property", "normal"], ["property", "notset"], ["property", "off"],
["property", "on"], ["property", "open"], ["property", "print"], ["property", "show"],
["property", "silent"], ["property", "silentlog"],
["property", "smooth"], ["property", "textonly"],
["property", "true"], ["property", "user"],
["property", "ARCHIVE"],
["property", "FILE_ATTRIBUTE_ARCHIVE"],
["property", "FILE_ATTRIBUTE_NORMAL"],
["property", "FILE_ATTRIBUTE_OFFLINE"],
["property", "FILE_ATTRIBUTE_READONLY"],
["property", "FILE_ATTRIBUTE_SYSTEM"],
["property", "FILE_ATTRIBUTE_TEMPORARY"],
["property", "HKCR"], ["property", "HKCU"], ["property", "HKLM"],
["property", "HKCR32"], ["property", "HKCU32"], ["property", "HKLM32"],
["property", "HKCR64"], ["property", "HKCU64"], ["property", "HKLM64"],
["property", "HKDD"], ["property", "HKPD"], ["property", "HKU"],
["property", "HKEY_CLASSES_ROOT"],
["property", "HKEY_CURRENT_CONFIG"],
["property", "HKEY_CURRENT_USER"],
["property", "HKEY_DYN_DATA"],
["property", "HKEY_LOCAL_MACHINE"],
["property", "HKEY_PERFORMANCE_DATA"],
["property", "HKEY_USERS"],
["property", "IDABORT"], ["property", "IDCANCEL"],
["property", "IDIGNORE"], ["property", "IDNO"],
["property", "IDOK"], ["property", "IDRETRY"], ["property", "IDYES"],
["property", "MB_ABORTRETRYIGNORE"],
["property", "MB_DEFBUTTON1"],
["property", "MB_DEFBUTTON2"],
["property", "MB_DEFBUTTON3"],
["property", "MB_DEFBUTTON4"],
["property", "MB_ICONEXCLAMATION"],
["property", "MB_ICONINFORMATION"],
["property", "MB_ICONQUESTION"],
["property", "MB_ICONSTOP"],
["property", "MB_OK"],
["property", "MB_OKCANCEL"],
["property", "MB_RETRYCANCEL"],
["property", "MB_RIGHT"],
["property", "MB_RTLREADING"],
["property", "MB_SETFOREGROUND"],
["property", "MB_TOPMOST"],
["property", "MB_USERICON"],
["property", "MB_YESNO"],
["property", "NORMAL"], ["property", "OFFLINE"],
["property", "READONLY"], ["property", "SHCTX"],
["property", "SHELL_CONTEXT"],
["property", "SYSTEM"], ["property", "TEMPORARY"]
]
----------------------------------------------------
Checks for all properties.

View File

@ -0,0 +1,17 @@
""
"fo\"o"
''
'fo\'o'
----------------------------------------------------
[
["string", "\"\""],
["string", "\"fo\\\"o\""],
["string", "''"],
["string", "'fo\\'o'"]
]
----------------------------------------------------
Checks for single-quoted and double-quoted strings.

View File

@ -0,0 +1,13 @@
$INTERNET_CACHE
$LANGUAGE
----------------------------------------------------
[
["variable", "$INTERNET_CACHE"],
["variable", "$LANGUAGE"]
]
----------------------------------------------------
Checks for variables.