Open EliteMasterEric opened 3 years ago
Haxe is similar to C-style 'bracey' languages so the cpp lexer mostly works. The largest problem appears to be that Haxe string literals allow line-ends.
If someone wants to contribute a good Haxe-specific lexer then it can be included. Tweaks to the cpp lexer may also be worth considering. https://sourceforge.net/p/scintilla/feature-requests/1076/
There is a lexer that can be ported to Lexilla: https://github.com/zufuliu/notepad2/blob/main/scintilla/lexers/LexHaxe.cxx
Haxe is an open source high-level strictly-typed programming language with a fast optimizing cross-compiler.
https://haxe.org/