[anjuta-extras/gtk3] scintilla: Update style properties using scite 2.26



commit 4940d9dec7704a9dcff6fdc81ebd88e821f3e1c1
Author: Sébastien Granjoux <seb sfo free fr>
Date:   Sun May 22 22:08:17 2011 +0200

    scintilla: Update style properties using scite 2.26

 plugins/scintilla/properties/styles.properties |  833 ++++++++++++++++++++----
 1 files changed, 701 insertions(+), 132 deletions(-)
---
diff --git a/plugins/scintilla/properties/styles.properties b/plugins/scintilla/properties/styles.properties
index 111176a..838f95d 100644
--- a/plugins/scintilla/properties/styles.properties
+++ b/plugins/scintilla/properties/styles.properties
@@ -223,6 +223,15 @@ register=ah al ax bh bl bp bx ch cl cr0 cr2 cr3 cr4 cs \
 	st0 st1 st2 st3 st4 st5 st6 st7 mm0 mm1 mm2 mm3 mm4 mm5 mm6 mm7 \
 	xmm0 xmm1 xmm2 xmm3 xmm4 xmm5 xmm6 xmm7
 
+register_64=rax rcx rdx rbx rsp rbp rsi rdi \
+	r8 r8d r8w r8b r9 r9d r9w r9b \
+	r10 r10d r10w r10b r11 r11d r11w r11b \
+	r12 r12d r12w r12b r13 r13d r13w r13b \
+	r14 r14d r14w r14b r15 r15d r15w r15b \
+	rip rflags gdtr idtr ldtr tr \
+	cr8 xcr0 \
+	xmm8 xmm9 xmm10 xmm12 xmm12 xmm13 xmm14 xmm15
+
 # masm directives
 
 directive=.186 .286 .286c .286p .287 .386 .386c .386p .387 .486 .486p \
@@ -280,7 +289,7 @@ directive_operand_nasm=a16 a32 o16 o32 byte word dword nosplit $ $$ seq wrt \
 
 keywords.$(file.patterns.asm)=$(cpu_instruction) $(cpu_instruction2)
 keywords2.$(file.patterns.asm)=$(fpu_instruction)
-keywords3.$(file.patterns.asm)=$(register)
+keywords3.$(file.patterns.asm)=$(register) $(register_64)
 keywords4.$(file.patterns.asm)=$(directive) $(directive_nasm)
 keywords5.$(file.patterns.asm)=$(directive_operand) $(directive_operand_nasm)
 keywords6.$(file.patterns.asm)=$(ext_instruction)
@@ -288,6 +297,7 @@ keywords6.$(file.patterns.asm)=$(ext_instruction)
 comment.block.asm=;
 
 
+# Assembler Styles
 #$(colour.code.comment.line),font:Comic Sans MS,size:8
 #fore:#0000ff
 
@@ -1307,7 +1317,7 @@ command.build.$(file.patterns.conf)=httpd -t -f $(FilePath)
 # Define SciTE settings for C++, C, C#, Ch, Java, IDL, JavaScript, Flash (ActionScript 2) files.
 
 # sma files are Small script (C-like)
-file.patterns.cpp=*.c;*.cc;*.cpp;*.cxx;*.h;*.hh;*.hpp;*.hxx;*.ipp;*.sma
+file.patterns.cpp=*.c;*.cc;*.cpp;*.cxx;*.h;*.hh;*.hpp;*.hxx;*.ipp;*.m;*.mm;*.sma
 file.patterns.cplusplus=*.cc;*.cpp;*.cxx
 # jad = decompiled class files; pde = Processing.org sketch files
 file.patterns.java=*.java;*.jad;*.pde
@@ -1377,6 +1387,11 @@ test throw throws todo typedef union until \
 var verbatim verbinclude version warning weakgroup $ @ \ & < > # { }
 keywords3.$(file.patterns.doxygen.langs)=$(keywordclass.doxygen)
 
+# keywords5 is for preprocessor definitions and will cause inactive code
+# to be greyed out. This setting is a space separated list of definitions
+# where a definition may be of the form NAME=VALUE or simply NAME.
+#keywords5.$(file.patterns.cpp)=_MSC_VER SCI_NAMESPACE GTK_MAJOR_VERSION=2
+
 word.chars.cxx=$(chars.alpha)$(chars.numeric)_#
 word.characters.$(file.patterns.cpp)=$(word.chars.cxx)
 calltip.cpp.word.characters=$(chars.alpha)$(chars.numeric)_
@@ -1387,6 +1402,18 @@ comment.stream.end.cpp=*/
 comment.box.start.cpp=/*
 comment.box.middle.cpp= *
 comment.box.end.cpp= */
+
+# Folding
+#fold.cpp.syntax.based=0
+#fold.cpp.comment.multiline=0
+#fold.cpp.comment.explicit=0
+#defaults for fold.cpp.explicit.start=//{ and fold.cpp.explicit.end=//}
+#  can be replaced by defining custom strings, e.g. //[ and //]
+#fold.cpp.explicit.start=//[
+#fold.cpp.explicit.end=//]
+#if fold strings are set to something like /*{{{ and /*}}} (Origami/WinF style fold strings), enable
+#  fold.cpp.explicit.anywhere, allowing explicit fold points being anywhere, not just in line comments
+#fold.cpp.explicit.anywhere=1
 #fold.at.else=1
 
 word.characters.$(file.patterns.javafx)=$(word.chars.cxx)$-
@@ -1434,14 +1461,14 @@ preprocessor.start.$(file.patterns.ch)=if ifdef ifndef
 preprocessor.middle.$(file.patterns.ch)=else elif
 preprocessor.end.$(file.patterns.ch)=endif
 
-keywordclass.cs=abstract as base bool break byte case catch char checked class \
-const continue decimal default delegate do double else enum \
-event explicit extern false finally fixed float for foreach goto if \
-implicit in int interface internal is lock long namespace new null \
-object operator out override params private protected public \
-readonly ref return sbyte sealed short sizeof stackalloc static \
+keywordclass.cs=abstract as ascending base bool break by byte case catch char checked \
+class const continue decimal default delegate descending do double else enum \
+equals event explicit extern false finally fixed float for foreach from goto group if \
+implicit in int interface internal into is join lock let long namespace new null \
+object on operator orderby out override params private protected public \
+readonly ref return sbyte sealed select short sizeof stackalloc static \
 string struct switch this throw true try typeof uint ulong \
-unchecked unsafe ushort using virtual void while
+unchecked unsafe ushort using var virtual void where while
 keywords.$(file.patterns.cs)=$(keywordclass.cs)
 word.characters.$(file.patterns.cs)=$(word.chars.cxx)
 
@@ -1556,11 +1583,19 @@ construct get set value base const static var dynamic weak unowned virtual abstr
 override public protected private extern throws requires ensures yields out ref lock \
 using true false null delete generic new this typeof sizeof as owned int string char bool
 
-keywords.$(file.patterns.vala))=$(keywordclass.vala)
+keywords.$(file.patterns.vala)=$(keywordclass.vala)
 keywords2.$(file.patterns.vala)=$(keywordclass2.vala)
 
+#lexer.cpp.track.preprocessor=1
+#lexer.cpp.update.preprocessor=1
+
 # C++ styles
 
+
+# Inactive states are 64 greater than their active counterparts
+
+
+
 # Braces are only matched in operator style
 braces.cpp.style=10
 
@@ -1766,6 +1801,7 @@ comment.block.csound=;
 # From css.properties
 # Define SciTE settings for CSS files
 # Jakub Vrána - jakub vrana cz
+# Updated Andy Holder - Jan 2011
 
 filter.css=CSS (css)|*.css|
 lexer.*.css=css
@@ -1774,7 +1810,7 @@ indent.size.*.css=4
 tab.size.*.css=4
 use.tabs.*.css=1
 
-keywordclass.css=\
+keywordclass.css1=\
 color background-color background-image background-repeat background-attachment background-position background \
 font-family font-style font-variant font-weight font-size font \
 word-spacing letter-spacing text-decoration vertical-align text-transform text-align text-indent line-height \
@@ -1846,6 +1882,35 @@ left-side far-left center-left center-right far-right right-side behind leftward
 below level above higher lower x-slow slow medium fast x-fast faster slower \
 male female child x-low low high x-high code digits continous
 
+# properties and pseudos starting with -moz- etc.
+keywordclass.vendor.prefixes=^-moz- ^-webkit- ^-o- ^-ms-
+
+# CSS3 is a set of standards that are currently still begin worked on,
+# so this list is certainly incomplete.
+# This list is CSS3 as recognised by firefox 4 as of start of 2011
+keywordclass.css3=background-size \
+border-radius border-top-right-radius border-bottom-right-radius border-bottom-left-radius border-top-left-radius \
+box-shadow \
+columns column-width column-count column-rule column-gap column-rule-color column-rule-style column-rule-width \
+resize opacity word-wrap
+
+# Pseudo Classes
+keywordclass.pseudoclass.css1=link active visited
+keywordclass.pseudoclass.css2=first-child focus hover lang left right first
+keywordclass.pseudoclass.css3=empty enabled disabled checked not root target \
+only-child last-child nth-child nth-last-child \
+first-of-type last-of-type nth-of-type nth-last-of-type only-of-type \
+valid invalid required optional
+keywordclass.pseudoclass.other=indeterminate default
+
+# Pseudo Elements
+keywordclass.pseudoelement.css=first-letter first-line before after
+# ::selection WAS in the css3 standard and is supported in many browsers.
+# your choice:
+keywordclass.pseudoelement.css3=selection
+#keywordclass.pseudoelement.other=selection
+
+
 # counter(id) counter(id, style) attr(X) local("name)" format("string")
 # angle: [+-][0-9]+<unit>
 # angle unit: deg grad rad
@@ -1858,17 +1923,27 @@ male female child x-low low high x-high code digits continous
 # at-rule: media, values: all aural braille embossed handheld print projection screen tty tv
 # at-rule: page font-face charset
 
-keywords.*.css=$(keywordclass.css)
-
-# Pseudo classes
-keywords2.*.css=first-letter first-line link active visited \
-first-child focus hover lang before after left right first
-# Second line is CSS2
-
+#####
+# CSS1 properties
+keywords.*.css=$(keywordclass.css1)
+# Pseudo classes or more precisely single colon ':' selectors
+keywords2.*.css=$(keywordclass.pseudoclass.css1) $(keywordclass.pseudoclass.css2) \
+    $(keywordclass.pseudoclass.css3) $(keywordclass.pseudoelement.css)
+# CSS2 properties
 keywords3.*.css=$(keywordclass.css2)
+# CSS3 properties
+keywords4.*.css=$(keywordclass.css3)
+# Pseudo elements or more precisely double colon '::' selectors
+keywords5.*.css=$(keywordclass.pseudoelement.css) $(keywordclass.pseudoelement.css3)
+# Extra CSS Properties
+# Any CSS starting with the common vendor prefixes and microsoft's filter.
+keywords6.*.css=$(keywordclass.vendor.prefixes) filter
+# Extra pseudo classes
+keywords7.*.css=$(keywordclass.pseudoclass.other) $(keywordclass.vendor.prefixes)
+# Extra pseudo elements
+keywords8.*.css=$(keywordclass.pseudoelement.other) $(keywordclass.vendor.prefixes)
 
 word.characters.*.css=$(chars.alpha)$(chars.numeric)-
-
 comment.stream.start.css=/*
 comment.stream.end.css=*/
 
@@ -2043,8 +2118,17 @@ keywords6.$(file.patterns.erlang)= date @docRoot @link @module @package @section
 comment.block.erlang=%~
 
 # Erlang styles
-#$(colour.preproc)
+# foreground;background;bold;italic
+
+
+# Comments
+#---------------------------
+
+# Types
+#---------------------------
 
+# Special
+#---------------------------
 
 
 
@@ -2372,9 +2456,9 @@ if endcase endenum endforeach endif endwhile
 
 ###############################################################################
 # From flagship.properties
-# Define SciTE settings for FlagShip files.
+# Define SciTE settings for Harbour and FlagShip files.
 # (Syntactically compatible to other XBase dialects, like dBase, Clipper, Fox etc.)
-# Version .02 by Randy Butler
+# Based on Version .02 by Randy Butler.
 
 # FlagShip Source code file
 file.patterns.flagship=*.prg
@@ -2463,10 +2547,24 @@ function procedure return exit
 keywordclass.fs6class=\
 class instance export hidden protect prototype
 
+# Doxygen keywords
+keywordclass.fs6doxygen=a addindex addtogroup anchor arg attention \
+author b brief bug c class code date def defgroup deprecated dontinclude \
+e em endcode endhtmlonly endif endlatexonly endlink endverbatim enum example exception \
+f$ f[ f] file fn hideinitializer htmlinclude htmlonly \
+if image include ingroup internal invariant interface latexonly li line link \
+mainpage name namespace nosubgrouping note overload \
+p page par param param[in] param[out] \
+post pre ref relates remarks return retval \
+sa section see showinitializer since skip skipline struct subsection \
+test throw throws todo typedef union until \
+var verbatim verbinclude version warning weakgroup $ @ \ & < > # { }
+
 keywords.$(file.patterns.flagship)=$(keywordclass.fs6commands)
 keywords2.$(file.patterns.flagship)=$(keywordclass.fs6libfunc)
 keywords3.$(file.patterns.flagship)=$(keywordclass.fs6funcproc)
 keywords4.$(file.patterns.flagship)=$(keywordclass.fs6class)
+keywords5.$(file.patterns.flagship)=$(keywordclass.fs6doxygen)
 
 #FlagShip Comments
 #comment.block.flagship='/
@@ -2477,13 +2575,13 @@ comment.box.start.flagship=/*
 comment.box.middle.flagship= *
 comment.box.end.flagship= */
 
+#lexer.flagship.styling.within.preprocessor=0
 
 # FlagShip styles
 
 
 
 
-
 #FlagShip Compiler Option
 fsOptObj=-c -q -w1 -w2 -w3
 fsOptExe=-q -w1 -w2 -w3
@@ -2621,7 +2719,7 @@ integer inquire intent interface intrinsic iomsg iolength \
 iostat kind len logical module name named namelist nextrec nml \
 none nullify number only open opened operator optional out pad \
 parameter pass pause pending pointer pos position precision \
-print private program protected public quote read readwrite \
+print private procedure program protected public quote read readwrite \
 real rec recl recursive result return rewind save select \
 selectcase selecttype sequential sign size stat status stop stream \
 subroutine target then to type unformatted unit use value \
@@ -2798,6 +2896,29 @@ braces.gap.style=8
 
 
 ###############################################################################
+# From haskell.properties
+# Define SciTE settings for Haskell.
+
+lexer.*.hs=haskell
+filter.hs=Haskell (hs)|*.hs|
+
+
+# keywords for Haskell 98
+keywordclass.haskell98=case class data default deriving do else hiding if \
+import in infix infixl infixr instance let module \
+newtype of then type where forall foreign
+
+# keywords for FFI
+keywordclass.ffi=export label dynamic safe threadsafe \
+unsafe stdcall ccall prim
+
+keywords.*.hs=$(keywordclass.haskell98)
+
+keywords2.*.hs=$(keywordclass.ffi)
+
+
+
+###############################################################################
 # From html.properties
 # Define SciTE settings for HTML files.
 
@@ -2830,6 +2951,9 @@ fold.html=1
 #asp.default.language=2
 #html.tags.case.sensitive=1
 
+#lexer.html.django=1
+#lexer.html.mako=1
+
 #xml.auto.close.tags=1
 #lexer.xml.allow.scripts=0
 
@@ -2868,16 +2992,21 @@ scheme scope selected shape size span src standby start style \
 summary tabindex target text title topmargin type usemap \
 valign value valuetype version vlink vspace width \
 text password checkbox radio submit reset \
-file hidden image
+file hidden image \
+^data-
 
-# As defined in "Web Applications 1.0" Working Draft
-# http://www.whatwg.org/specs/web-apps/current-work/
+# As defined in "HTML5 differences from HTML4" Working Draft
+# http://www.w3.org/TR/html5-diff/
 html5.elements=\
-article aside calendar canvas card command commandset datagrid datatree \
-footer gauge header m menubar menulabel nav progress section switch tabbox
+address article aside audio base canvas command details datalist embed \
+figure figcaption footer header hgroup keygen mark menu meter nav output \
+progress ruby rt rp section source time video wbr
 
 html5.attributes=\
-active command contenteditable ping
+async autocomplete autofocus contenteditable contextmenu draggable \
+form formaction formenctype formmethod formnovalidate formtarget \
+list manifest max min novalidate pattern placeholder \
+required reversed role sandbox scoped seamless sizes spellcheck srcdoc step
 
 keywordclass.hypertext=\
 $(hypertext.elements) $(hypertext.attributes) $(html5.elements) $(html5.attributes) public !doctype
@@ -3009,6 +3138,21 @@ keywords5.$(file.patterns.mako)=$(keywordclass.php)
 # SGML / DTD keywords
 keywords6.$(file.patterns.mako)=ELEMENT DOCTYPE ATTLIST ENTITY NOTATION
 
+# For Django's template language. Since Django seems to use the same .html extension
+# as plain HTML, it is up to the user to integrate these keywords if desired.
+keywordclass.django= not in autoescape with \
+csrf_token cycle empty block endblock filter endfilter for endfor firstof \
+if endif ifchanged endifchanged ifequal endifequal include load now regroup spaceless \
+endspaceless ssi url widthratio add addslashes capfirst center cut date \
+default default_if_none dictsort dictsortreversed divisibleby escape escapejs \
+filesizeformat first fix_ampersands float_format force_escape get_digit \
+iriencode join last length length_is linebreaks linebreaksbr linenumbers ljust \
+lower make_list phone2numeric pluralize pprint random removetags rjust safe \
+safeseq slice slugify stringformat striptags time timesince timeuntil title \
+truncatewords truncatewords_html unordered_list upper urlencode urlize \
+urlizetrunc wordcount wordwrap yesno apnumber intcomma intword ordinal \
+naturalday lorem
+
 keywords.$(file.patterns.docbook)=$(keywordclass.docbook)
 keywords6.$(file.patterns.docbook)=ELEMENT DOCTYPE ATTLIST ENTITY NOTATION
 # END DocBook
@@ -3833,6 +3977,131 @@ command.2.$(file.patterns.mmixal)=mmotype $(FileName).mmo $(FileName).out
 
 
 ###############################################################################
+# From modula3.properties
+#
+#	-*- coding: utf-8 -*-
+#	File	:	modula3.properties
+#	Author	:	Dariusz KnociÅ?ski
+#	Date	:	2010/11/07 - 2010/12/11
+#	Notes	:	Define SciTE settings for Modula-3.
+#
+
+file.patterns.m3=*.m3;*.mg;*.i3;*.ig
+
+filter.modula3=Modula-3 (m3 i3 mg ig)|$(file.patterns.m3)|
+lexer.$(file.patterns.m3)=modula
+
+#	Keywords
+#
+keywords.$(file.patterns.m3)=AND ANY ARRAY AS BEGIN BITS BRANDED BY CASE CONST\
+	DIV DO ELSE ELSIF END EVAL EXCEPT EXCEPTION EXIT EXPORTS FINALLY FOR FROM\
+	GENERIC IF IMPORT IN INTERFACE LOCK LOOP METHODS MOD MODULE NOT OBJECT OF\
+	OR OVERRIDES PROCEDURE RAISE RAISES READONLY RECORD REF REPEAT RETURN\
+	REVEAL ROOT SET THEN TO TRY TYPE TYPECASE UNSAFE UNTIL UNTRACED VALUE VAR\
+	WHILE WITH
+
+#	Reserved identifiers
+#
+keywords2.$(file.patterns.m3)=ABS ADDRESS ADR ADRSIZE BITSIZE BOOLEAN BYTESIZE\
+	CARDINAL CEILING CHAR DEC DISPOSE EXTENDED FALSE FIRST FLOAT FLOOR INC\
+	INTEGER ISTYPE LAST LONGINT LONGREAL LOOPHOLE MAX MIN MUTEX NARROW NEW NIL\
+	NULL NUMBER ORD REAL REFANY ROUND SUBARRAY TEXT TRUE TRUNC TYPECODE VAL\
+	WIDECHAR
+
+#	Operators
+#
+keywords3.$(file.patterns.m3)= + < # = ; .. : - > { } | := <: * <= ( ) ^ , =>\
+	/ >= [ ] . &
+
+#	Pragmas keywords
+#
+keywords4.$(file.patterns.m3)= EXTERNAL INLINE ASSERT TRACE FATAL UNUSED\
+	OBSOLETE NOWARN LINE PRAGMA
+
+#	Escape sequences
+#
+keywords5.$(file.patterns.m3)= f n r t \ " '
+
+#	Doxygene keywords
+#
+keywords6.$(file.patterns.m3)= author authors file brief date proc param result
+
+# Default fonts
+#
+#font.module.base=!Monaco # The best font for programmers, in my opinion of course :)
+font.module.base=$(font.base)
+font.modula.code=font:$(font.module.base),size:10
+font.modula.comment=font:$(font.module.base),size:10,italics
+font.modula.doxykey=font:$(font.module.base),size:10,bold,italics
+font.modula.keywords=font:$(font.module.base),size:10,bold
+font.modula.reserved=font:$(font.module.base),size:10
+font.modula.strings=font:$(font.module.base),size:10,italics
+font.modula.strspec=font:$(font.module.base),size:10,bold,italics
+font.modula.char=font:$(font.module.base),size:10,italics
+font.modula.charspec=font:$(font.module.base),size:10,bold,italics
+font.modula.badstr=font:$(font.module.base),size:10,bold
+
+# Default
+#
+
+# Comments
+#
+
+# Doxygen comments
+#
+
+# Doxygene keywords
+#
+
+# Keywords
+#
+
+# Reserved words
+#
+
+# Numbers
+#
+
+# Based numbers / #{#}_#{#} base 2-16
+#
+
+# Float numbers / #{#}.#{#}Exp
+#
+
+# Strings
+#
+
+# Strings special (escape sequences)
+#
+
+# Char
+#
+
+# Char special (escape sequences and octal numbers)
+#
+
+# Procedures
+#
+
+# Pragmas
+#
+
+# Pragmas keywords
+#
+
+# Operators
+#
+
+# Bad strings
+#
+
+#
+#	EOF
+#
+
+
+
+###############################################################################
 # From nimrod.properties
 # Define SciTE settings for Nimrod files.
 
@@ -4300,7 +4569,7 @@ if PLAT_GTK
 
 
 file.patterns.perl=*.pl;*.pm;*.pod
-file.patterns.bash=*.sh;*.bsh;configure
+file.patterns.bash=*.sh;*.bsh;configure;*.ksh
 file.patterns.awk=*.awk
 
 shbang.perl=pl
@@ -4666,48 +4935,87 @@ filter.powershell=PowerShell (ps1)|$(file.patterns.powershell)|
 
 lexer.$(file.patterns.powershell)=powershell
 
-# These keywords are commands
+word.characters.$(file.patterns.powershell)=$(chars.alpha)$(chars.numeric)_-$
+
+# Keywords
 keywords.$(file.patterns.powershell)=\
-break continue do else elseif filter for foreach function if in return switch \
-until where while
+begin break catch continue data do dynamicparam else elseif end exit filter \
+finally for foreach from function if in local param private process return \
+switch throw trap try until where while
 
-# This keywords are cmdlets
+# Cmdlets
 keywords2.$(file.patterns.powershell)=\
-add-content add-history add-member add-pssnapin clear-content clear-item \
-clear-itemproperty clear-variable compare-object convertfrom-securestring \
-convert-path convertto-html convertto-securestring copy-item copy-itemproperty \
-export-alias export-clixml export-console export-csv foreach-object format-custom \
-format-list format-table format-wide get-acl get-alias get-authenticodesignature \
-get-childitem get-command get-content get-credential get-culture get-date \
-get-eventlog get-executionpolicy get-help get-history get-host get-item \
-get-itemproperty get-location get-member get-pfxcertificate get-process get-psdrive \
-get-psprovider get-pssnapin get-service get-tracesource get-uiculture get-unique \
-get-variable get-wmiobject group-object import-alias import-clixml import-csv \
-invoke-expression invoke-history invoke-item join-path measure-command \
-measure-object move-item move-itemproperty new-alias new-item new-itemproperty \
-new-object new-psdrive new-service new-timespan new-variable out-default out-file \
-out-host out-null out-printer out-string pop-location push-location read-host \
-remove-item remove-itemproperty remove-psdrive remove-pssnapin remove-variable \
-rename-item rename-itemproperty resolve-path restart-service resume-service \
-select-object select-string set-acl set-alias set-authenticodesignature \
+add-computer add-content add-history add-member add-pssnapin add-type \
+checkpoint-computer clear-content clear-eventlog clear-history clear-item \
+clear-itemproperty clear-variable compare-object complete-transaction \
+connect-wsman convert-path convertfrom-csv convertfrom-securestring \
+convertfrom-stringdata convertto-csv convertto-html convertto-securestring \
+convertto-xml copy-item copy-itemproperty debug-process disable-computerrestore \
+disable-psbreakpoint disable-pssessionconfiguration disable-wsmancredssp \
+disconnect-wsman enable-computerrestore enable-psbreakpoint enable-psremoting \
+enable-pssessionconfiguration enable-wsmancredssp enter-pssession exit-pssession \
+export-alias export-clixml export-console export-counter export-csv \
+export-formatdata export-modulemember export-pssession foreach-object \
+format-custom format-list format-table format-wide get-acl get-alias \
+get-authenticodesignature get-childitem get-command get-computerrestorepoint \
+get-content get-counter get-credential get-culture get-date get-event \
+get-eventlog get-eventsubscriber get-executionpolicy get-formatdata get-help \
+get-history get-host get-hotfix get-item get-itemproperty get-job get-location \
+get-member get-module get-psbreakpoint get-pscallstack get-psdrive \
+get-psprovider get-pssession get-pssessionconfiguration get-pssnapin \
+get-pfxcertificate get-process get-random get-service get-tracesource \
+get-transaction get-uiculture get-unique get-variable get-wsmancredssp \
+get-wsmaninstance get-winevent get-wmiobject group-object import-alias \
+import-clixml import-counter import-csv import-localizeddata import-module \
+import-pssession invoke-command invoke-expression invoke-history invoke-item \
+invoke-wsmanaction invoke-wmimethod join-path limit-eventlog measure-command \
+measure-object move-item move-itemproperty new-alias new-event new-eventlog \
+new-item new-itemproperty new-module new-modulemanifest new-object new-psdrive \
+new-pssession new-pssessionoption new-service new-timespan new-variable \
+new-wsmaninstance new-wsmansessionoption new-webserviceproxy out-default \
+out-file out-gridview out-host out-null out-printer out-string pop-location \
+push-location read-host receive-job register-engineevent register-objectevent \
+register-pssessionconfiguration register-wmievent remove-computer remove-event \
+remove-eventlog remove-item remove-itemproperty remove-job remove-module \
+remove-psbreakpoint remove-psdrive remove-pssession remove-pssnapin \
+remove-variable remove-wsmaninstance remove-wmiobject rename-item \
+rename-itemproperty reset-computermachinepassword resolve-path restart-computer \
+restart-service restore-computer resume-service select-object select-string \
+select-xml send-mailmessage set-acl set-alias set-authenticodesignature \
 set-content set-date set-executionpolicy set-item set-itemproperty set-location \
-set-psdebug set-service set-tracesource set-variable sort-object split-path \
-start-service start-sleep start-transcript stop-process stop-service \
-stop-transcript suspend-service tee-object test-path trace-command \
-update-formatdata update-typedata where-object write-debug write-error write-host \
-write-output write-progress write-verbose write-warning
-
-# This keywords are aliases
+set-psbreakpoint set-psdebug set-pssessionconfiguration set-service \
+set-strictmode set-tracesource set-variable set-wsmaninstance \
+set-wsmanquickconfig set-wmiinstance show-eventlog sort-object split-path \
+start-job start-process start-service start-sleep start-transaction \
+start-transcript stop-computer stop-job stop-process stop-service \
+stop-transcript suspend-service tee-object test-computersecurechannel \
+test-connection test-modulemanifest test-path test-wsman trace-command \
+undo-transaction unregister-event unregister-pssessionconfiguration \
+update-formatdata update-list update-typedata use-transaction wait-event \
+wait-job wait-process where-object write-debug write-error write-eventlog \
+write-host write-output write-progress write-verbose write-warning
+
+# Aliases
 keywords3.$(file.patterns.powershell)=\
-ac asnp clc cli clp clv cpi cpp cvpa diff epal epcsv fc fl foreach ft fw gal gc \
-gci gcm gdr ghy gi gl gm gp gps group gsv gsnp gu gv gwmi iex ihy ii ipal ipcsv \
-mi mp nal ndr ni nv oh rdr ri rni rnp rp rsnp rv rvpa sal sasv sc select si sl \
-sleep sort sp spps spsv sv tee where write cat cd clear cp h history kill lp ls \
-mount mv popd ps pushd pwd r rm rmdir echo cls chdir copy del dir erase move rd \
-ren set type
+ac asnp cat cd chdir clc clear clhy cli clp cls clv compare copy cp cpi cpp cvpa \
+dbp del diff dir ebp echo epal epcsv epsn erase etsn exsn fc fl foreach ft fw \
+gal gbp gc gci gcm gcs gdr ghy gi gjb gl gm gmo gp gps group gsn gsnp gsv gu gv \
+gwmi h history icm iex ihy ii ipal ipcsv ipmo ipsn ise iwmi kill lp ls man md \
+measure mi mount move mp mv nal ndr ni nmo nsn nv ogv oh popd ps pushd pwd r rbp \
+rcjb rd rdr ren ri rjb rm rmdir rmo rni rnp rp rsn rsnp rv rvpa rwmi sajb sal \
+saps sasv sbp sc select set si sl sleep sort sp spjb spps spsv start sv swmi tee \
+type where wjb write
+
+# Functions
+keywords4.$(file.patterns.powershell)=\
+clear-host disable-psremoting enable-psremoting get-verb help importsystemmodules \
+mkdir more prompt psedit tabexpansion
+
+# User-defined keywords
+#keywords5.$(file.patterns.powershell)=
 
 # Comments
-comment.block.powershell=;
+comment.block.powershell=#~
 comment.block.at.line.start.powershell=1
 
 # PowerShell Styles
@@ -4875,7 +5183,10 @@ keywordclass.python=and as assert break class continue def del elif \
 else except exec finally for from global if import in is lambda None \
 not or pass print raise return try while with yield
 
-keywords.$(file.patterns.py)=$(keywordclass.python)
+# Extra keywords for cython
+keywordclass.cython=cdef cimport cpdef
+
+keywords.$(file.patterns.py)=$(keywordclass.python) $(keywordclass.cython)
 keywords.$(file.patterns.scons)=$(keywordclass.python)
 
 # If you uncomment the 3 lines below,
@@ -4902,6 +5213,8 @@ tab.timmy.whinge.level=1
 
 comment.block.python=#~
 
+indent.python.colon=1
+
 # Python styles
 # Braces are only matched in operator style
 braces.python.style=10
@@ -4944,7 +5257,7 @@ keywords2.$(file.patterns.r)=abbreviate abline abs acf acos acosh addmargins agg
 keywords3.$(file.patterns.r)=acme aids aircondit amis aml banking barchart barley beaver bigcity boot brambles breslow bs bwplot calcium cane capability cav censboot channing city claridge cloth cloud coal condense contourplot control corr darwin densityplot dogs dotplot ducks empinf envelope environmental ethanol fir frets gpar grav gravity grob hirose histogram islay knn larrows levelplot llines logit lpoints lsegments lset ltext lvqinit lvqtest manaus melanoma melanoma motor multiedit neuro nitrofen nodal ns nuclear oneway parallel paulsen poisons polar qq qqmath remission rfs saddle salinity shingle simplex singer somgrid splom stripplot survival tau tmd tsboot tuna unit urine viewport wireframe wool xyplot
 
 
-word.chars.r=$(chars.alpha)$(chars.numeric)_#
+word.chars.r=$(chars.alpha)$(chars.numeric)_.#
 word.characters.$(file.patterns.r)=$(word.chars.r)
 comment.block.r=#~
 
@@ -5040,7 +5353,7 @@ unfocus union unique unprotect unset \
 unset? until unview update upgrade \
 uppercase url? usage use value? \
 view viewed? wait what what-dir \
-while within? word? write write-io xor zero? 
+while within? word? write write-io xor zero?
 
 # test functions
 keywords2.$(file.patterns.rebol)=action? any-block? any-function? any-string? \
@@ -5470,11 +5783,18 @@ braces.sql.style=10
 # Enables backslash as an escape character
 #sql.backslash.escapes=1
 
+# Activate '#' based comments for MySQL with 1 or disable for Oracle with 0:
+#lexer.sql.numbersign.comment=0
+
+# Set to 1 to colourise recognized words with dots
+# (recommended for Oracle PL/SQL objects)
+#lexer.sql.allow.dotted.word=1
+
 keywords.$(file.patterns.sql)=\
 absolute action add admin after aggregate \
 alias all allocate alter and any are array as asc \
 assertion at authorization \
-before begin binary bit blob boolean both breadth by \
+before begin binary bit blob body boolean both breadth by \
 call cascade cascaded case cast catalog char character \
 check class clob close collate collation column commit \
 completion connect connection constraint constraints \
@@ -5486,7 +5806,7 @@ deferrable deferred delete depth deref desc describe descriptor \
 destroy destructor deterministic dictionary diagnostics disconnect \
 distinct domain double drop dynamic \
 each else end end-exec equals escape every except \
-exception exec execute external \
+exception exec execute exists exit external \
 false fetch first float for foreign found from free full \
 function \
 general get global go goto grant group grouping \
@@ -5503,7 +5823,7 @@ names national natural nchar nclob new next no none \
 not null numeric \
 object of off old on only open operation option \
 or order ordinality out outer output \
-pad parameter parameters partial path postfix precision prefix \
+package pad parameter parameters partial path postfix precision prefix \
 preorder prepare preserve primary \
 prior privileges procedure public \
 read reads real recursive ref references referencing relative \
@@ -6178,6 +6498,49 @@ word.characters.$(file.patterns.context)=$(chars.alpha)$(chars.numeric)$(chars.a
 
 
 ###############################################################################
+# From txt2tags.properties
+# Define SciTE settings for txt2tags.
+
+file.patterns.txt2tags=*.t2t
+
+shbang.txt2tags=txt2tags
+
+filter.txt2tags=Txt2tags (t2t)|$(file.patterns.txt2tags)|
+
+lexer.$(file.patterns.txt2tags)=txt2tags
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+###############################################################################
 # From vb.properties
 # Define SciTE settings for VB files.
 
@@ -7004,14 +7367,58 @@ keywords.$(file.patterns.yaml)=true false yes no
 	style.cpp.14=$(style.anjuta.regex)
 # Doc Comment Line: line comments beginning with /// or //!.
 	style.cpp.15=$(style.anjuta.comment)
-# Local type 
+# Keywords2
 	style.cpp.16=$(style.anjuta.localkeyword)
 # Comment keyword
 	style.cpp.17=$(style.anjuta.comment)
 # Comment keyword error
 	style.cpp.18=$(style.anjuta.comment)
-# Global type 
-	style.cpp.19=$(style.anjuta.syskeyword)
+# Raw strings for C++0x
+	style.cpp.20=$(style.anjuta.string)
+# Triple-quoted strings for Vala
+	style.cpp.21=$(style.anjuta.string)
+# White space
+	style.cpp.64=$(style.anjuta.whitespace)
+# Comment: /* */.
+	style.cpp.65=$(style.anjuta.comment)
+# Line Comment: //.
+	style.cpp.66=$(style.anjuta.comment)
+# Doc comment: block comments beginning with /** or /*!
+	style.cpp.67=$(style.anjuta.comment)
+# Number
+	style.cpp.68=$(style.anjuta.number)
+# Keyword
+	style.cpp.69=$(style.anjuta.keyword)
+# Double quoted string
+	style.cpp.70=$(style.anjuta.string)
+# Single quoted string
+	style.cpp.71=$(style.anjuta.char)
+# UUIDs (only in IDL)
+	style.cpp.72=$(style.anjuta.identifier)
+# Preprocessor
+	style.cpp.73=$(style.anjuta.preprocessor)
+# Operators
+	style.cpp.74=$(style.anjuta.operator)
+# Identifiers
+	style.cpp.75=$(style.anjuta.identifier)
+# End of line where string is not closed
+	style.cpp.76=$(style.anjuta.unclosed)
+# Verbatim strings for C#
+	style.cpp.77=$(style.anjuta.string)
+# Regular expressions for JavaScript
+	style.cpp.78=$(style.anjuta.regex)
+# Doc Comment Line: line comments beginning with /// or //!.
+	style.cpp.79=$(style.anjuta.comment)
+# Keywords2
+	style.cpp.80=$(style.anjuta.keyword)
+# Comment keyword
+	style.cpp.81=$(style.anjuta.comment)
+# Comment keyword error
+	style.cpp.82=$(style.anjuta.comment)
+# Raw strings for C++0x
+	style.cpp.84=$(style.anjuta.string)
+# Triple-quoted strings for Vala
+	style.cpp.85=$(style.anjuta.string)
 
 
 
@@ -7062,13 +7469,13 @@ keywords.$(file.patterns.yaml)=true false yes no
 	style.css.0=$(style.anjuta.whitespace)
 # Selector (HTML tag)
 	style.css.1=$(style.anjuta.keyword)
-# Pseudo class (HtmlTag:pseudoClass)
+# Pseudo class (HtmlTag:pseudoClass) see "keywords2" above
 	style.css.3=$(style.anjuta.localkeyword)
 # Unknown Pseudo class
 	style.css.4=$(style.anjuta.syskeyword)
 # Operator
 	style.css.5=$(style.anjuta.operator)
-# CSS1 Property
+# CSS1 Property, see keywords
 	style.css.6=$(style.anjuta.attribute)
 # Unknown Property
 	style.css.7=$(style.anjuta.attribute)
@@ -7078,18 +7485,30 @@ keywords.$(file.patterns.yaml)=true false yes no
 	style.css.9=$(style.anjuta.comment)
 # ID selector (#IdSel)
 	style.css.10=$(style.anjuta.number)
-# Important
+# "!important"
 	style.css.11=$(style.anjuta.error)
-# At-rule (@)
+# At-rule (@) except @media
 	style.css.12=$(style.anjuta.definition)
 # Double quoted strings
 	style.css.13=$(style.anjuta.string)
 # Single quoted strings
 	style.css.14=$(style.anjuta.char)
-# CSS2 Property
+# CSS2 Property, see keywords3
 	style.css.15=$(style.anjuta.attribute)
 # Attribute selection ([att='val'])
 	style.css.16=$(style.anjuta.attribute)
+# CSS3 Property, see keywords4
+	style.css.17=$(style.anjuta.syskeyword)
+# Pseudo elements, see keywords5
+	style.css.18=$(style.anjuta.syskeyword)
+# Other CSS Property, see keywords6
+	style.css.19=$(style.anjuta.syskeyword)
+# Other Pseudoclass, see keywords7
+	style.css.20=$(style.anjuta.localkeyword)
+# Other Pseudoelement, see keywords8
+	style.css.21=$(style.anjuta.localkeyword)
+# "@media"
+	style.css.22=$(style.anjuta.identifier)
 
 
 
@@ -7181,23 +7600,23 @@ keywords.$(file.patterns.yaml)=true false yes no
 # Style for eiffelkw from file eiffel.properties
 
 #
-	style.eiffelkw.0=$(style.eiffel.0)
+	style.eiffelkw.0=$(style.anjuta.whitespace)
 #
-	style.eiffelkw.1=$(style.eiffel.1)
+	style.eiffelkw.1=$(style.anjuta.comment)
 #
-	style.eiffelkw.2=$(style.eiffel.2)
+	style.eiffelkw.2=$(style.anjuta.number)
 #
-	style.eiffelkw.3=$(style.eiffel.3)
+	style.eiffelkw.3=$(style.anjuta.keyword)
 #
-	style.eiffelkw.4=$(style.eiffel.4)
+	style.eiffelkw.4=$(style.anjuta.string)
 #
-	style.eiffelkw.5=$(style.eiffel.5)
+	style.eiffelkw.5=$(style.anjuta.char)
 #
-	style.eiffelkw.6=$(style.eiffel.6)
+	style.eiffelkw.6=$(style.anjuta.operator)
 #
-	style.eiffelkw.7=$(style.eiffel.7)
+	style.eiffelkw.7=$(style.anjuta.identifier)
 #
-	style.eiffelkw.8=$(style.eiffel.8)
+	style.eiffelkw.8=$(style.anjuta.unclosed)
 
 
 
@@ -7208,54 +7627,52 @@ keywords.$(file.patterns.yaml)=true false yes no
 	style.erlang.0=$(style.anjuta.whitespace)
 # Default comment
 	style.erlang.1=$(style.anjuta.comment)
-# Function comment
-	style.erlang.14=$(style.anjuta.comment)
-# Module comment
-	style.erlang.15=$(style.anjuta.comment)
-# Documentation helper in comment
-	style.erlang.16=$(style.anjuta.comment)
-# Documentation macro in comment
-	style.erlang.17=$(style.anjuta.comment)
 # Variable
 	style.erlang.2=$(style.anjuta.identifier)
 # Number
 	style.erlang.3=$(style.anjuta.number)
+# Reserved words
+	style.erlang.4=$(style.anjuta.keyword)
 # String
 	style.erlang.5=$(style.anjuta.string)
+# Operators
+	style.erlang.6=$(style.anjuta.operator)
+# Atom
+	style.erlang.7=$(style.anjuta.attribute)
+# Function name
+	style.erlang.8=$(style.anjuta.function)
 # Character
 	style.erlang.9=$(style.anjuta.char)
 # Macro
 	style.erlang.10=$(style.anjuta.preprocessor)
-# Macro quoted
-	style.erlang.19=$(style.anjuta.preprocessor)
 # Record
 	style.erlang.11=$(style.anjuta.definition)
-# Record quoted
-	style.erlang.20=$(style.anjuta.definition)
-# Atom
-	style.erlang.7=$(style.anjuta.attribute)
-# Atom quoted
-	style.erlang.18=$(style.anjuta.attribute)
+# Preprocessor
+	style.erlang.12=$(style.anjuta.operator)
 # Node name
 	style.erlang.13=$(style.anjuta.identifier)
+# Function comment
+	style.erlang.14=$(style.anjuta.comment)
+# Module comment
+	style.erlang.15=$(style.anjuta.comment)
+# Documentation helper in comment
+	style.erlang.16=$(style.anjuta.comment)
+# Documentation macro in comment
+	style.erlang.17=$(style.anjuta.comment)
+# Atom quoted
+	style.erlang.18=$(style.anjuta.attribute)
+# Macro quoted
+	style.erlang.19=$(style.anjuta.preprocessor)
+# Record quoted
+	style.erlang.20=$(style.anjuta.definition)
 # Node name quoted
 	style.erlang.21=$(style.anjuta.identifier)
-# Reserved words
-	style.erlang.4=$(style.anjuta.keyword)
 # Built-in functions
 	style.erlang.22=$(style.anjuta.syskeyword)
-# Function name
-	style.erlang.8=$(style.anjuta.function)
 # Module name
 	style.erlang.23=$(style.anjuta.definition)
 # Module attributes
 	style.erlang.24=$(style.anjuta.definition)
-# Preprocessor
-	style.erlang.12=$(style.anjuta.operator)
-# Operators
-	style.erlang.6=$(style.anjuta.operator)
-# parse error
-	style.erlang.31=$(style.anjuta.error)
 
 
 
@@ -7374,12 +7791,14 @@ keywords.$(file.patterns.yaml)=true false yes no
 ###############################################################################
 # Style for flagship from file flagship.properties
 
-# Comment
+# Comment * ...
 	style.flagship.1=$(style.anjuta.comment)
-# Comment Line
+# Comment Line && ...
 	style.flagship.2=$(style.anjuta.comment)
-# Comment Doc
+# Comment Doc /* ... */
 	style.flagship.3=$(style.anjuta.comment)
+# Comment Line Doc // ...
+	style.flagship.4=$(style.anjuta.comment)
 # Comment keyword
 	style.flagship.5=$(style.anjuta.comment)
 # Comment keyword error
@@ -7404,6 +7823,28 @@ keywords.$(file.patterns.yaml)=true false yes no
 	style.flagship.16=$(style.anjuta.number)
 # STRINGEOL - End of line where string is not closed
 	style.flagship.17=$(style.anjuta.unclosed)
+# Constant nil .t. .f.
+	style.flagship.18=$(style.anjuta.number)
+# Word operator .and. .or. .not.
+	style.flagship.19=$(style.anjuta.operator)
+# Comment Doc C
+	style.flagship.22=$(style.anjuta.comment)
+# Comment Line Doc C
+	style.flagship.23=$(style.anjuta.comment)
+# Keyword C
+	style.flagship.24=$(style.anjuta.keyword)
+# Std Library Functions C
+	style.flagship.25=$(style.anjuta.syskeyword)
+# Number C
+	style.flagship.26=$(style.anjuta.number)
+# String C
+	style.flagship.27=$(style.anjuta.string)
+# Preprocessor C
+	style.flagship.28=$(style.anjuta.preprocessor)
+# Operator C
+	style.flagship.29=$(style.anjuta.operator)
+# STRINGEOL C
+	style.flagship.31=$(style.anjuta.unclosed)
 
 
 
@@ -7536,6 +7977,28 @@ keywords.$(file.patterns.yaml)=true false yes no
 
 
 ###############################################################################
+# Style for haskell from file haskell.properties
+
+# white space
+	style.haskell.0=$(style.anjuta.whitespace)
+# keyword
+	style.haskell.2=$(style.anjuta.keyword)
+# numbers
+	style.haskell.3=$(style.anjuta.number)
+# string
+	style.haskell.4=$(style.anjuta.string)
+# character
+	style.haskell.5=$(style.anjuta.char)
+# operator
+	style.haskell.11=$(style.anjuta.operator)
+# line comment
+	style.haskell.13=$(style.anjuta.comment)
+# block comment
+	style.haskell.14=$(style.anjuta.comment)
+
+
+
+###############################################################################
 # Style for hypertext from file html.properties
 
 # Text
@@ -8032,6 +8495,48 @@ keywords.$(file.patterns.yaml)=true false yes no
 
 
 ###############################################################################
+# Style for modula from file modula3.properties
+
+#
+	style.modula.0=$(style.anjuta.normal)
+#
+	style.modula.1=$(style.anjuta.comment)
+#
+	style.modula.2=$(style.anjuta.comment)
+#
+	style.modula.3=$(style.anjuta.comment)
+#
+	style.modula.4=$(style.anjuta.keyword)
+#
+	style.modula.5=$(style.anjuta.localkeyword)
+#
+	style.modula.6=$(style.anjuta.number)
+#
+	style.modula.7=$(style.anjuta.number)
+#
+	style.modula.8=$(style.anjuta.number)
+#
+	style.modula.9=$(style.anjuta.string)
+#
+	style.modula.10=$(style.anjuta.string)
+#
+	style.modula.11=$(style.anjuta.char)
+#
+	style.modula.12=$(style.anjuta.char)
+#
+	style.modula.13=$(style.anjuta.definition)
+#
+	style.modula.14=$(style.anjuta.preprocessor)
+#
+	style.modula.15=$(style.anjuta.preprocessor)
+#
+	style.modula.16=$(style.anjuta.operator)
+#
+	style.modula.17=$(style.anjuta.unclosed)
+
+
+
+###############################################################################
 # Style for nimrod from file nimrod.properties
 
 # White space
@@ -8370,7 +8875,7 @@ keywords.$(file.patterns.yaml)=true false yes no
 ###############################################################################
 # Style for powershell from file powershell.properties
 
-# White space
+# Default
 	style.powershell.0=$(style.anjuta.whitespace)
 # Comment
 	style.powershell.1=$(style.anjuta.comment)
@@ -8392,6 +8897,10 @@ keywords.$(file.patterns.yaml)=true false yes no
 	style.powershell.9=$(style.anjuta.localkeyword)
 # Alias
 	style.powershell.10=$(style.anjuta.attribute)
+# Function
+	style.powershell.11=$(style.anjuta.function)
+# Commment (multi-line)
+	style.powershell.13=$(style.anjuta.comment)
 
 
 
@@ -8932,6 +9441,64 @@ keywords.$(file.patterns.yaml)=true false yes no
 
 
 ###############################################################################
+# Style for txt2tags from file txt2tags.properties
+
+# Default
+	style.txt2tags.0=$(style.anjuta.normal)
+# Special
+	style.txt2tags.1=$(style.anjuta.keyword)
+# STRONG
+	style.txt2tags.2=$(style.anjuta.definition)
+# STRONG 2 (not used)
+	style.txt2tags.3=$(style.anjuta.function)
+# EM1 (italic)
+	style.txt2tags.4=$(style.anjuta.attribute)
+# EM2 (underline)
+	style.txt2tags.5=$(style.anjuta.function)
+# H1
+	style.txt2tags.6=$(style.anjuta.keyword)
+# H2
+	style.txt2tags.7=$(style.anjuta.keyword)
+# H3
+	style.txt2tags.8=$(style.anjuta.keyword)
+# H4
+	style.txt2tags.9=$(style.anjuta.keyword)
+# H5
+	style.txt2tags.10=$(style.anjuta.keyword)
+# H6
+	style.txt2tags.11=$(style.anjuta.keyword)
+# prechar (not used)
+	style.txt2tags.12=$(style.anjuta.char)
+# list
+	style.txt2tags.13=$(style.anjuta.operator)
+# list
+	style.txt2tags.14=$(style.anjuta.operator)
+# BLOCKQUOTE
+	style.txt2tags.15=$(style.anjuta.string)
+# STRIKEOUT
+	style.txt2tags.16=$(style.anjuta.unclosed)
+# HRULE
+	style.txt2tags.17=$(style.anjuta.attribute)
+# LINK
+	style.txt2tags.18=$(style.anjuta.extrakeyword)
+# CODE
+	style.txt2tags.19=$(style.anjuta.syskeyword)
+# CODE2
+	style.txt2tags.20=$(style.anjuta.syskeyword)
+# CODEBLOCK
+	style.txt2tags.21=$(style.anjuta.syskeyword)
+# COMMENT
+	style.txt2tags.22=$(style.anjuta.comment)
+# OPTION
+	style.txt2tags.23=$(style.anjuta.attribute)
+# PREPROC
+	style.txt2tags.24=$(style.anjuta.preprocessor)
+# POSTPROC
+	style.txt2tags.25=$(style.anjuta.preprocessor)
+
+
+
+###############################################################################
 # Style for vb from file vb.properties
 
 # Comment
@@ -8963,31 +9530,31 @@ keywords.$(file.patterns.yaml)=true false yes no
 # Style for vbscript from file vb.properties
 
 # VBScript styles same as VB styles
-	style.vbscript.0=$(style.vb.0)
+	style.vbscript.0=$(style.anjuta.normal)
 #
-	style.vbscript.1=$(style.vb.1)
+	style.vbscript.1=$(style.anjuta.comment)
 #
-	style.vbscript.2=$(style.vb.2)
+	style.vbscript.2=$(style.anjuta.number)
 #
-	style.vbscript.3=$(style.vb.3)
+	style.vbscript.3=$(style.anjuta.keyword)
 #
-	style.vbscript.4=$(style.vb.4)
+	style.vbscript.4=$(style.anjuta.string)
 #
-	style.vbscript.5=$(style.vb.5)
+	style.vbscript.5=$(style.anjuta.preprocessor)
 #
-	style.vbscript.6=$(style.vb.6)
+	style.vbscript.6=$(style.anjuta.operator)
 #
-	style.vbscript.7=$(style.vb.7)
+	style.vbscript.7=$(style.anjuta.identifier)
 #
-	style.vbscript.8=$(style.vb.8)
+	style.vbscript.8=$(style.anjuta.number)
 #
-	style.vbscript.9=$(style.vb.9)
+	style.vbscript.9=$(style.anjuta.unclosed)
 #
-	style.vbscript.10=$(style.vb.10)
+	style.vbscript.10=$(style.anjuta.localkeyword)
 #
-	style.vbscript.11=$(style.vb.11)
+	style.vbscript.11=$(style.anjuta.syskeyword)
 #
-	style.vbscript.12=$(style.vb.12)
+	style.vbscript.12=$(style.anjuta.extrakeyword)
 
 
 
@@ -9136,3 +9703,5 @@ keywords.$(file.patterns.yaml)=true false yes no
 	style.yaml.7=$(style.anjuta.syskeyword)
 # syntax error marker
 	style.yaml.8=$(style.anjuta.error)
+
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]