Branch: refs/heads/master Author: Colomban Wendling lists.ban@herbesfolles.org Committer: elextr elextr@gmail.com Date: Tue, 02 May 2017 03:46:28 UTC Commit: 84253714771f48dbc7fab02f7de43f253734dee2 https://github.com/geany/geany/commit/84253714771f48dbc7fab02f7de43f253734de...
Log Message: ----------- Haxe: Update keywords (#1216)
Update keywords with https://haxe.org/manual/expression.html#keywords.
`trace` is kept although it's not a keyword, because it was already there and http://try.haxe.org/ highlights it identically to some other keywords.
Modified Paths: -------------- data/filedefs/filetypes.haxe
Modified: data/filedefs/filetypes.haxe 4 lines changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -3,8 +3,8 @@
[keywords] # all items must be in one line -primary=abstract break case catch class const continue trace do else enum extends finally for function goto if implements import in inline instanceof int interface new package private public return static super switch this throw throws transient try typeof using var void volatile while with -secondary=Bool Dynamic Float Int null Void Enum String +primary=abstract break case cast catch class continue default trace do dynamic else enum extends extern false for function if implements import in inline interface macro new null override package private public return static switch this throw true try typedef untyped using var while +secondary=Bool Dynamic Float Int Void Enum String classes=Array ArrayAccess Class Date DateTools EReg Hash IntHash IntIter Iterable Iterator Lambda List Math Null Protected Reflect Std StringBuf StringTools Type UInt ValueType Xml XmlType
[lexer_properties=C]
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).