SF.net SVN: geany:[3670] trunk
eht16 at users.sourceforge.net
eht16 at xxxxx
Mon Mar 30 18:13:31 UTC 2009
Revision: 3670
http://geany.svn.sourceforge.net/geany/?rev=3670&view=rev
Author: eht16
Date: 2009-03-30 18:13:31 +0000 (Mon, 30 Mar 2009)
Log Message:
-----------
Update/fix ActionScript keywords (patch by Chris Macksey, thanks).
Modified Paths:
--------------
trunk/ChangeLog
trunk/data/filetypes.actionscript
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2009-03-30 17:49:40 UTC (rev 3669)
+++ trunk/ChangeLog 2009-03-30 18:13:31 UTC (rev 3670)
@@ -4,6 +4,8 @@
Backport recent changes from Scintilla CVS to add partial support
for RFC2822 styled text using the Properties lexer.
Ignore leading whitespace for config files and RFC2822 text.
+ * data/filetypes.actionscript:
+ Update/fix ActionScript keywords (patch by Chris Macksey, thanks).
2009-03-29 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
Modified: trunk/data/filetypes.actionscript
===================================================================
--- trunk/data/filetypes.actionscript 2009-03-30 17:49:40 UTC (rev 3669)
+++ trunk/data/filetypes.actionscript 2009-03-30 18:13:31 UTC (rev 3670)
@@ -24,9 +24,9 @@
[keywords]
# all items must be in one line
-primary=break case catch class const continue default do dynamic each else extends false final finally for function get if implements import in include Infinity int interface internal label namespace NaN native new null override package private protected public return set static super switch this throw true try typeof uint undefined var while with void
-secondary=arguments decodeURI decodeURIcomponent encodeURI encodeURIcomponent escape isFinite isNaN isXMLName parseFloat parseInt trace unescape
-classes=ArgumentError Array Boolean Class Date DefinitionError Error EvalError Function Math NameSpace Null Number Object QName RangeError ReferenceError RegExp SecurityError String SyntaxError TypeError URIError Vector VerifyError XML XMLList
+primary=arguments break case catch class const continue default do dynamic each else extends false final finally for function get if implements import in include Infinity interface internal label namespace NaN native new null override package private protected public return set static super switch this throw true try typeof undefined var while with
+secondary=decodeURI decodeURIcomponent encodeURI encodeURIcomponent escape isFinite isNaN isXMLName parseFloat parseInt trace unescape
+classes=ArgumentError Array Boolean Class Date DefinitionError Error EvalError Function int Math NameSpace Null Number Object QName RangeError ReferenceError RegExp SecurityError String SyntaxError TypeError uint URIError Vector VerifyError void XML XMLList
[settings]
# default extension used when saving files
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list