Remove conf highlighting (too many conflicts)

Fixes #2031

The conf highlighter interferes with many more specific highlighters and
doesn't provide much value on its own.
This commit is contained in:
Zachary Yedidia
2021-02-20 14:27:58 -05:00
parent 8aadf6af65
commit 975e78d9c0
2 changed files with 57 additions and 74 deletions

View File

@@ -1,17 +0,0 @@
filetype: conf
detect:
filename: "\\.c[o]?nf$"
rules:
- constant.string:
start: "\""
end: "\""
skip: "\\\\."
rules: []
- comment:
start: "#"
end: "$"
rules: []