mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-19 23:40:31 +00:00
12 lines
355 B
YAML
12 lines
355 B
YAML
filetype: git-config
|
|
|
|
detect:
|
|
filename: "git(config|modules)$|\\.git/config$"
|
|
|
|
rules:
|
|
- constant.bool.true: "\\btrue\\b"
|
|
- constant.bool.false: "\\bfalse\\b"
|
|
- statement: "^[[:space:]]*[^=]*="
|
|
- constant: "^[[:space:]]*\\[.*\\]$"
|
|
- constant.string: "\"(\\\\.|[^\"])*\"|'(\\\\.|[^'])*'"
|
|
- comment: "(^|[[:space:]])#([^{].*)?$"
|