mirror of
https://github.com/rwinkhart/go-highlite.git
synced 2026-08-28 04:46:30 -04:00
* Added ct, git, glsl, json, pascal, sol, and text * ct * \n * Added dart, keymap, lily, mail, ocaml, r, and rest
15 lines
327 B
YAML
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: []
|