mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-10 06:40:24 +09:00
13 lines
355 B
YAML
13 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:]])#([^{].*)?$"
|