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