micro/runtime/syntax/ini.micro

10 lines
358 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]+\]$"
2016-08-31 09:06:46 +00:00
color constant "\b(true|false)\b"
color identifier "^[[:space:]]*[^=]*="
color special "^[[:space:]]*\[.*\]$"
color statement "[=;]"
color comment "(^|[[:space:]])#([^{].*)?$"
color constant.string ""(\\.|[^"])*"|'(\\.|[^'])*'"