Skip to content

Commit

Permalink
Update/fix ActionScript keywords (patch by Chris Macksey, thanks).
Browse files Browse the repository at this point in the history
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3670 ea778897-0a13-0410-b9d1-a72fbfd435f5
  • Loading branch information
eht16 committed Mar 30, 2009
1 parent 00bc23c commit f9a5d44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 3 additions & 3 deletions data/filetypes.actionscript
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ globalclass=0x0000d0;0xffffff;true;false

[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
Expand Down

0 comments on commit f9a5d44

Please sign in to comment.