Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Fri, 24 Aug 2012 21:26:11 Commit: 9817c1420201554b5c2f9841f5fb192dd7ce00ba https://github.com/geany/geany/commit/9817c1420201554b5c2f9841f5fb192dd7ce00...
Log Message: ----------- Add a few missing Haxe keywords
Closes #3448664.
Modified Paths: -------------- data/filetypes.haxe
Modified: data/filetypes.haxe 4 files 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 instanceof int interface new package private public return static super switch this throw throws transient try typeof var void volatile while with -secondary=Bool Float Int null Void Enum String +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 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
@@ Diff output truncated at 100000 characters. @@
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).