aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <unknown>2002-06-08 05:19:35 +0000
committernyamatongwe <unknown>2002-06-08 05:19:35 +0000
commit6943021f979cce85f85ae87e3f13c8ef2d66da57 (patch)
tree24a4988461287948d22faf52fade0147ad0a80cf /src
parent04509e45e716db11a49b000296d67cee099bdb96 (diff)
downloadscintilla-mirror-6943021f979cce85f85ae87e3f13c8ef2d66da57.tar.gz
Stopped switching out of JavaScript state when </ inside regex.
Diffstat (limited to 'src')
-rw-r--r--src/LexHTML.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/LexHTML.cxx b/src/LexHTML.cxx
index a67e3707a..545bbfd55 100644
--- a/src/LexHTML.cxx
+++ b/src/LexHTML.cxx
@@ -557,6 +557,7 @@ static void ColouriseHyperTextDoc(unsigned int startPos, int length, int initSty
//case SCE_HJ_COMMENTLINE:
case SCE_HJ_DOUBLESTRING:
case SCE_HJ_SINGLESTRING:
+ case SCE_HJ_REGEX:
case SCE_HB_STRING:
case SCE_HP_STRING:
case SCE_HP_TRIPLE: