-
```
Could we get syntax highlighting for Haxe[1]?
It's a language from 2006 that still seems to be in use.
(Someone asked for it here[2])
[1]: http://en.wikipedia.org/wiki/Haxe
[2]: http://meta.…
-
```
Could we get syntax highlighting for Haxe[1]?
It's a language from 2006 that still seems to be in use.
(Someone asked for it here[2])
[1]: http://en.wikipedia.org/wiki/Haxe
[2]: http://meta.…
-
```
Could we get syntax highlighting for Haxe[1]?
It's a language from 2006 that still seems to be in use.
(Someone asked for it here[2])
[1]: http://en.wikipedia.org/wiki/Haxe
[2]: http://meta.…
-
```
Could we get syntax highlighting for Haxe[1]?
It's a language from 2006 that still seems to be in use.
(Someone asked for it here[2])
[1]: http://en.wikipedia.org/wiki/Haxe
[2]: http://meta.…
-
# JavaScript inline web workers in Haxe - JavaScript - Haxe programming language cookbook
JavaScript workers make it possible to perform costly calculations (media decoding etc, crypt calculations et…
-
I'm trying to fix a problem with a script using HXP. The script contains:
```
Sys.exit (System.runScript ("tools/Tools.hx", [
"-main", "Tools",
"-lib", "hxp",
"-lib", "lime",
…
-
```
Could we get syntax highlighting for Haxe[1]?
It's a language from 2006 that still seems to be in use.
(Someone asked for it here[2])
[1]: http://en.wikipedia.org/wiki/Haxe
[2]: http://meta.…
-
```
Could we get syntax highlighting for Haxe[1]?
It's a language from 2006 that still seems to be in use.
(Someone asked for it here[2])
[1]: http://en.wikipedia.org/wiki/Haxe
[2]: http://meta.…
-
```
What steps will reproduce the problem?
1. var s:String = "a
b";
2.
3.
What is the expected output? What do you see instead?
this is correct Haxe string. But hightlight for the tail works only if…
-
```
Sometimes we have a module containing various declarations but none matching
the module name.
Example : Common.hx
----
enum Ok { Yes; No; }
enum Result { None; Some( v : T ); }
...
-----
Then i…