Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 3ba5e4e

Browse files
Support .kit syntax as htmlmixed
1 parent a05d1ac commit 3ba5e4e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/language/languages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"html": {
1515
"name": "HTML",
1616
"mode": ["htmlmixed", "text/x-brackets-html"],
17-
"fileExtensions": ["html", "htm", "shtm", "shtml", "xhtml", "cfm", "cfml", "cfc", "dhtml", "xht", "tpl", "twig", "hbs", "handlebars"],
17+
"fileExtensions": ["html", "htm", "shtm", "shtml", "xhtml", "cfm", "cfml", "cfc", "dhtml", "xht", "tpl", "twig", "hbs", "handlebars", "kit"],
1818
"blockComment": ["<!--", "-->"]
1919
},
2020

test/spec/LanguageManager-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ define(function (require, exports, module) {
9999
"id": "html",
100100
"name": "HTML",
101101
"mode": ["htmlmixed", "text/x-brackets-html"],
102-
"fileExtensions": ["html", "htm", "shtm", "shtml", "xhtml", "cfm", "cfml", "cfc", "dhtml", "xht", "tpl", "twig", "hbs", "handlebars"],
102+
"fileExtensions": ["html", "htm", "shtm", "shtml", "xhtml", "cfm", "cfml", "cfc", "dhtml", "xht", "tpl", "twig", "hbs", "handlebars", "kit"],
103103
"blockComment": {prefix: "<!--", suffix: "-->"}
104104
};
105105

0 commit comments

Comments
 (0)