mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 14:30:32 +00:00
7 lines
268 B
Text
7 lines
268 B
Text
syntax "git-config" "git(config|modules)$|\.git/config$"
|
|
|
|
color constant.bool "\b(true|false)\b"
|
|
color statement "^[[:space:]]*[^=]*="
|
|
color constant "^[[:space:]]*\[.*\]$"
|
|
color constant.string ""(\\.|[^"])*"|'(\\.|[^'])*'"
|
|
color comment "(^|[[:space:]])#([^{].*)?$"
|