Files
dots/micro/syntax/git-config.yaml
Leandro Afonso f0cdef9259 init
2025-09-27 18:39:59 +01:00

15 lines
332 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: "$"
rules: []