micro/runtime/syntax/ini.micro

11 lines
398 B
Text
Raw Normal View History

syntax "ini" "\.(ini|desktop|lfl|override)$" "(mimeapps\.list|pinforc|setup\.cfg)$" "weechat/.+\.conf$"
2016-03-21 16:16:02 +00:00
header "^\[[A-Za-z]+\]$"
color constant.bool.true "\btrue\b"
color constant.bool.false "\bfalse\b"
2016-08-31 09:06:46 +00:00
color identifier "^[[:space:]]*[^=]*="
color special "^[[:space:]]*\[.*\]$"
color statement "[=;]"
color comment "(^|[[:space:]])#([^{].*)?$"
color constant.string ""(\\.|[^"])*"|'(\\.|[^'])*'"