mirror of
https://github.com/zyedidia/micro.git
synced 2025-06-18 23:05:40 -04:00
14 lines
314 B
YAML
14 lines
314 B
YAML
filetype: git-config
|
|
|
|
detect:
|
|
filename: "git(config|modules)$|\\.git/config$"
|
|
|
|
rules:
|
|
- constant: "\\<(true|false)\\>"
|
|
- type.keyword: "^[[:space:]]*[^=]*="
|
|
- constant: "^[[:space:]]*\\[.*\\]$"
|
|
- constant: "\"(\\\\.|[^\"])*\"|'(\\\\.|[^'])*'"
|
|
- comment:
|
|
start: "#"
|
|
end: "$"
|