aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/lexers/flash.tes
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2015-03-24 02:40:41 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2015-03-24 02:48:01 +0100
commit83f18d2578288fe71fca409e4f03434346b0d5b7 (patch)
tree4d32a1e4dbb3f113ac08fc7ef664636d909df004 /lib/lexers/flash.tes
parentfec93b9b0cc83dc1102c78c8bf1eacaf8763d9b8 (diff)
downloadsciteco-83f18d2578288fe71fca409e4f03434346b0d5b7.tar.gz
added new lexer configs auto-generated by scite2co.lua
* these are still not all languages supported by Scintilla. scite2co.lua does not do a good job of generating styles when SciTE's property files use hardcoded colors/fonts. This commit only includes reasonably good conversion results. The remaining languages need some additional manual labor. * Even these lexers are not perfect and should be revised by comparing them with SciTE's properties. * So many lexers make the "lexer.auto" macro too slow. We need some optimization. E.g. the search-command optimization described in TODO, or an extended EN command for globbing manually specified file names.
Diffstat (limited to 'lib/lexers/flash.tes')
-rw-r--r--lib/lexers/flash.tes41
1 files changed, 41 insertions, 0 deletions
diff --git a/lib/lexers/flash.tes b/lib/lexers/flash.tes
new file mode 100644
index 0000000..b039219
--- /dev/null
+++ b/lib/lexers/flash.tes
@@ -0,0 +1,41 @@
+! AUTO-GENERATED FROM SCITE PROPERTY SET !
+
+@[lexer.test.flash]{ [_
+ _.[as,asc,jsfl]M[lexer.checkname]
+]_ }
+
+@[lexer.set.flash]{
+ ESSETLEXER,SCLEX_CPP
+ 0ESSETKEYWORDS
+ add and break case catch class continue default delete do dynamic else eq
+ extends false finally for function ge get gt if implements import in instanceof
+ interface intrinsic le lt ne new not null or private public return set static super
+ switch this throw true try typeof undefined var void while with
+ 1ESSETKEYWORDS
+ Array Arguments Accessibility Boolean Button Camera Color ContextMenu
+ ContextMenuItem Date Error Function Key LoadVars LocalConnection Math Microphone Mouse
+ MovieClip MovieClipLoader NetConnection NetStream Number Object PrintJob Selection
+ SharedObject Sound Stage String StyleSheet System TextField TextFormat TextSnapshot Video
+ Void XML XMLNode XMLSocket _accProps _focusrect _global _highquality _parent
+ _quality _root _soundbuftime arguments asfunction call capabilities chr clearInterval
+ duplicateMovieClip escape eval fscommand getProperty getTimer getURL getVersion gotoAndPlay
+ gotoAndStop ifFrameLoaded Infinity -Infinity int isFinite isNaN length loadMovie
+ loadMovieNum loadVariables loadVariablesNum maxscroll mbchr mblength mbord mbsubstring
+ MMExecute NaN newline nextFrame nextScene on onClipEvent onUpdate ord parseFloat
+ parseInt play prevFrame prevScene print printAsBitmap printAsBitmapNum printNum
+ random removeMovieClip scroll set setInterval setProperty startDrag stop
+ stopAllSounds stopDrag substring targetPath tellTarget toggleHighQuality trace unescape
+ unloadMovie unLoadMovieNum updateAfterEvent
+ :M[color.comment],1M[color.set]
+ :M[color.comment],2M[color.set]
+ :M[color.comment],3M[color.set]
+ :M[color.number],4M[color.set]
+ :M[color.keyword],5M[color.set]
+ :M[color.string],6M[color.set]
+ :M[color.string2],7M[color.set]
+ :M[color.preproc],9M[color.set]
+ :M[color.operator],10M[color.set]
+ :M[color.comment],15M[color.set]
+ :M[color.string],20M[color.set]
+ :M[color.comment],24M[color.set]
+}