mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 14:22:42 +09:00
Add converted syntax files
This commit is contained in:
9
runtime/syntax/conf.yaml
Normal file
9
runtime/syntax/conf.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
filetype: conf
|
||||
|
||||
detect:
|
||||
filename: "\\.c[o]?nf$"
|
||||
|
||||
rules:
|
||||
- constant.string: "\"(\\\\.|[^\"])*\""
|
||||
- comment: "^[[:space:]]*#.*$"
|
||||
- comment: "^[[:space:]]*##.*$"
|
||||
Reference in New Issue
Block a user