Files
go-highlite/syntax_files/git-config.yaml
T
Colin Rioux 4193133ce4 Added a lot more syntax files (#3)
* Added ct, git, glsl, json, pascal, sol, and text

* ct

* \n

* Added dart, keymap, lily, mail, ocaml, r, and rest
2017-02-17 10:13:08 -05:00

15 lines
327 B
YAML

filetype: git-config
detect:
filename: "git(config|modules)$|\\.git/config$"
rules:
- constant: "\\<(true|false)\\>"
- keyword: "^[[:space:]]*[^=]*="
- constant: "^[[:space:]]*\\[.*\\]$"
- constant: "\"(\\\\.|[^\"])*\"|'(\\\\.|[^'])*'"
- comment:
start: "#"
end: "$"
rules: []