aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-08-16 10:06:35 +1000
committerNeil <nyamatongwe@gmail.com>2015-08-16 10:06:35 +1000
commit6eb9c3de5d57c9360ecebea51d4e2815900158e4 (patch)
tree0e41433c0b3d39cea51fe20b9b23f495144efd16 /include/Scintilla.iface
parent72791a532b85c3b60b948dc888a4c848de5e7789 (diff)
downloadscintilla-mirror-6eb9c3de5d57c9360ecebea51d4e2815900158e4.tar.gz
Bug [#1749]. Added lexical class for CoffeeScript instance properties and fixed
some cases of regex highlighting. From active-m / ActiveState.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index b835cd4ec..9d83372aa 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -4415,6 +4415,7 @@ val SCE_COFFEESCRIPT_TRIPLEVERBATIM=21
val SCE_COFFEESCRIPT_COMMENTBLOCK=22
val SCE_COFFEESCRIPT_VERBOSE_REGEX=23
val SCE_COFFEESCRIPT_VERBOSE_REGEX_COMMENT=24
+val SCE_COFFEESCRIPT_INSTANCEPROPERTY=25
# Lexical states for SCLEX_AVS
lex AVS=SCLEX_AVS SCE_AVS_
val SCE_AVS_DEFAULT=0