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

Commit dd3a8c4

Browse files
author
Narciso Jaramillo
committed
Merge pull request #3809 from TuckerWhitehouse/kit_syntax
Support .kit syntax as htmlmixed (Fix for #3727)
2 parents 6db29a1 + 3ba5e4e commit dd3a8c4

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)