mirror of
https://github.com/rwinkhart/go-highlite.git
synced 2026-09-05 16:37:20 -04:00
.git/config is just an INI file and the lexer for INI is acutally better so... deleting.
This commit is contained in:
@@ -1,14 +0,0 @@
|
|||||||
filetype: git-config
|
|
||||||
|
|
||||||
detect:
|
|
||||||
filename: "git(config|modules)$|\\.git/config$"
|
|
||||||
|
|
||||||
rules:
|
|
||||||
- constant: "\\<(true|false)\\>"
|
|
||||||
- keyword: "^[[:space:]]*[^=]*="
|
|
||||||
- constant: "^[[:space:]]*\\[.*\\]$"
|
|
||||||
- constant: "\"(\\\\.|[^\"])*\"|'(\\\\.|[^'])*'"
|
|
||||||
- comment:
|
|
||||||
start: "#"
|
|
||||||
end: "$"
|
|
||||||
rules: []
|
|
||||||
Reference in New Issue
Block a user