Skip to content

Commit 0dbca4f

Browse files
committed
Add syntax highlighting for Haxe
1 parent 30765cf commit 0dbca4f

File tree

3 files changed

+2559
-1
lines changed

3 files changed

+2559
-1
lines changed

src/Models/TextMateHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public RegistryOptionsWrapper(ThemeName defaultTheme)
2424
_backend = new RegistryOptions(defaultTheme);
2525
_extraGrammars = new List<IRawGrammar>();
2626

27-
string[] extraGrammarFiles = ["toml.json", "kotlin.json"];
27+
string[] extraGrammarFiles = ["toml.json", "kotlin.json", "haxe.json", "hxml.json"];
2828
foreach (var file in extraGrammarFiles)
2929
{
3030
var asset = AssetLoader.Open(new Uri($"avares://SourceGit/Resources/Grammars/{file}",

0 commit comments

Comments
 (0)