Add as
because haxe 3.2+ allows it in place of in
.
This commit is contained in:
parent
9ff7c03300
commit
91ad7764a5
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue