template.ini

来自「Delphi编写的一个支持语法高亮显示和很多语言的文本编辑器」· INI 代码 · 共 113 行

INI
113
字号
[Name]
LanguageName=Template
[CommentStyle]
ansi=false
asm=false
bas=false
c=false
pas=false
vb=false

[String Delimiter]
Double Quotes=true

[Switches]
markup=false
entity=false
dollarvariables=false
ActiveDot=false

[Comment]
Foreground=536870911
Background=536870911
Style=2

[Constant]
Foreground=16711935
Background=536870911
Style=1

[Entity]
Foreground=clblack
Background=clwhite
Style=normal

[Identifier]
Foreground=536870911
Background=536870911
Style=0

[Dot]
Foreground=clblack
Background=clwhite
Style=normal

[Keywords]
Foreground=$FF0080
Background=clwhite
Style=bold

[Number]
Foreground=536870911
Background=536870911
Style=0

[Space]
Foreground=536870911
Background=536870911
Style=0

[String]
Foreground=536870911
Background=536870911
Style=0

[Symbol]
Foreground=536870911
Background=536870911
Style=0

[Object]
Foreground=128
Background=536870911
Style=1

[Variables]
Foreground=clpurple
Background=clwhite
Style=bold


[Objects]
object1
object2

[Constants]
constant1
constant2

[Keys]
key1
key2

[Active Dot]
Background=536870911
Foreground=32768
Style=1
[Escape ampersand]
Background=536870911
Foreground=65280
Style=1
[Preprocessor]
Background=536870911
Foreground=536870911
Style=0
[Reserved word]
Background=536870911
Foreground=536870911
Style=1
[Variable]
Background=536870911
Foreground=8388736
Style=1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?