Skip to content

Commit f956a0d

Browse files
as3boyanmarijnh
authored andcommitted
[haxe mode] Add 'abstract' keyword
1 parent eeed490 commit f956a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mode/haxe/haxe.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ CodeMirror.defineMode("haxe", function(config, parserConfig) {
1616
"function": kw("function"), "catch": kw("catch"), "untyped": kw("untyped"), "callback": kw("cb"),
1717
"for": kw("for"), "switch": kw("switch"), "case": kw("case"), "default": kw("default"),
1818
"in": operator, "never": kw("property_access"), "trace":kw("trace"),
19-
"class": type, "enum":type, "interface":type, "typedef":type, "extends":type, "implements":type, "dynamic":type,
19+
"class": type, "abstract":type, "enum":type, "interface":type, "typedef":type, "extends":type, "implements":type, "dynamic":type,
2020
"true": atom, "false": atom, "null": atom
2121
};
2222
}();

0 commit comments

Comments
 (0)