📄 nsis.lng
字号:
# Lexer - Python in this case. One day may want to develop a custom NSIS Lexer
Lexer=2
Keywords0=ifdef SetCompress SetOutPath File !system !include !cd !define !ifndef !ifdef !endif !else !packhdr TDIR $0 $1 $2 $3 $4 $5 $6 $7 $8 $9 $10 $PROGRAMFILES $DESKTOP $EXEDIR $WINDIR $SYSDIR $TEMP $STARTMENU $SMPROGRAMS $SMSTARTUP $QUICKLAUNCH $HWNDPARENT MessageBox OutFile Name Caption Icon BGGradient SilentInstall CRCCheck InstallDir InstallDirRegKey LicenseText LicenseData ComponentText InstType EnabledBitmap DisabledBitmap DirShow DirText InstallColors AutoCloseWindow ShowInstDetails UninstallText UninstallExeName UninstallIcon SetOverwrite SetCompress SetDatablockOptimize SetDateSave Section SectionIn SectionEnd SectionDivider Function FunctionEnd IfErrors IfFileExists StrCmp Exec ExecWait ExecShell Rename Delete RMDir WriteRegStr WriteRegDword WriteRegBin WriteINIStr ReadRegStr ReadINIStr DeleteRegValue DeleteRegKey DeleteINISec DeleteINIStr CreateDirectory CopyFiles SetFileAttributes CreateShortCut RegDLL UnRegDLL InstNSPlug DeleteNSPlug GetFullDLLPath Nop Goto Call ClearErrors FindWindow FindWindowByTitle CompareDLLVersions CompareFileTimes Abort SetDetailsView SetAutoClose DetailPrint Sleep BringToFront HideWindow GetParentDir
# NSIS Styles
# White space
style0=0,16777215,0,0,"Courier New",10,noeol
# Comment
style1=4227072,16777215,0,0,"Courier New",10,noeol
# Numbers
style2=255,16777215,0,0,"Courier New",10,noeol
# String
style3=8388736,16777215,0,0,"Courier New",10,noeol
# String
style4=8388736,16777215,0,0,"Courier New",10,noeol
# Keyword
style5=8388608,16777215,0,0,"Courier New",10,noeol
# Operator
style6=0,16777215,1,0,"Courier New",10,noeol
# Date
style8=255,16777215,1,0,"Courier New",10,noeol
# Default
style32=0,16777215,0,0,"Courier New",10,noeol
# Gutter
style33=0,13554646,0,0,"Courier New",10,noeol
# Brace Match
style34=16711680,16777215,1,0,"Courier New",10,noeol
# Brace Bad Highlight
style35=255,16777215,1,0,"Courier New",10,noeol
# Margin Styling
margin1=0,35,0,0
margin2=0,14,$FE000000,1
# Properties. These are generic. Just put property. + the property. Then =value.
property.fold=1
property.fold.compact=1
# Folding Styles
Fold=0
FoldFlags=16
Brace=6
Comment=;~ %d
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -