diff --git a/runtime/syntax/ini.yaml b/runtime/syntax/ini.yaml index 765a8581..902d66a3 100644 --- a/runtime/syntax/ini.yaml +++ b/runtime/syntax/ini.yaml @@ -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"