]> git.lizzy.rs Git - micro.git/blob - runtime/syntax/conf.yaml
Merge branch 'master' of https://github.com/zyedidia/micro into build_tools
[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         rules: []
11
12     - comment:
13         start: "#"
14         end: "$"
15         rules: []
16