Add as because haxe 3.2+ allows it in place of in.

This commit is contained in:
Jérémy Faivre 2015-11-19 23:09:15 +01:00
parent 9ff7c03300
commit 91ad7764a5

View file

@ -241,7 +241,7 @@
'name': 'support.constant.haxe'
}
{
'match': '\\b(case|cast|catch|default|dynamic|do|else|for|get|if|in|new|set|switch|throw|try|type|while|return|break|continue|extern|dynamic|implements|inline|override|private|public|static|import|using|package|var)\\b'
'match': '\\b(case|cast|catch|default|dynamic|do|else|for|get|if|in|as|new|set|switch|throw|try|type|while|return|break|continue|extern|dynamic|implements|inline|override|private|public|static|import|using|package|var)\\b'
'name': 'keyword.control.haxe'
}
{