]> git.lizzy.rs Git - micro.git/blob - runtime/syntax/conf.yaml
Merge branch 'python-highlight-zero' of https://github.com/a11ce/micro into a11ce...
[micro.git] / runtime / syntax / conf.yaml
1 filetype: conf
2
3 detect:
4     filename: "\\.c[o]?nf$"
5
6 rules:
7     - constant.string:
8         start: "\""
9         end: "\""
10         skip: "\\\\."
11         rules: []
12
13     - comment:
14         start: "#"
15         end: "$"
16         rules: []
17