diff --git a/runtime/syntax/ini.yaml b/runtime/syntax/ini.yaml index 902d66a3b..da4c00a3d 100644 --- a/runtime/syntax/ini.yaml +++ b/runtime/syntax/ini.yaml @@ -1,7 +1,7 @@ filetype: ini detect: - filename: "\\.(ini|desktop|lfl|override|tscn|tres)$|(mimeapps\\.list|pinforc|setup\\.cfg|project\\.godot)$|weechat/.+\\.conf$" + filename: "\\.(ini|desktop|lfl|override|tscn|tres|conf)$|(mimeapps\\.list|pinforc|setup\\.cfg|project\\.godot)$|weechat/.+\\.conf$" rules: - constant.bool.true: "\\btrue\\b"