mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-05 22:50:21 +09:00
8 lines
254 B
Plaintext
8 lines
254 B
Plaintext
syntax "git-config" "git(config|modules)$|\.git/config$"
|
|
|
|
color constant "\<(true|false)\>"
|
|
color keyword "^[[:space:]]*[^=]*="
|
|
color constant "^[[:space:]]*\[.*\]$"
|
|
color constant ""(\\.|[^"])*"|'(\\.|[^'])*'"
|
|
color comment "(^|[[:space:]])#([^{].*)?$"
|