Merge pull request #1201 from Calinou/use-more-ini-highlighting

Highlight .tscn, .tres and project.godot files using INI syntax
This commit is contained in:
Zachary Yedidia
2018-12-10 14:31:05 -05:00
committed by GitHub

View File

@@ -1,8 +1,7 @@
filetype: ini
detect:
filename: "\\.(ini|desktop|lfl|override)$|(mimeapps\\.list|pinforc|setup\\.cfg)$|weechat/.+\\.conf$"
header: "^\\[[A-Za-z]+\\]$"
detect:
filename: "\\.(ini|desktop|lfl|override|tscn|tres)$|(mimeapps\\.list|pinforc|setup\\.cfg|project\\.godot)$|weechat/.+\\.conf$"
rules:
- constant.bool.true: "\\btrue\\b"