aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-08-20 16:03:07 +1000
committerNeil <nyamatongwe@gmail.com>2014-08-20 16:03:07 +1000
commitfd0d37b935d5fc143983ce49e24045deadd65083 (patch)
treef354bf8f5240e916b306e76047c571edd0d0a436 /include
parentbfa49e19fad49f41b5bf9020d192e0fad1e9e664 (diff)
downloadscintilla-mirror-fd0d37b935d5fc143983ce49e24045deadd65083.tar.gz
Bug [#1527]. Support block comments in VHDL.
From danselmi.
Diffstat (limited to 'include')
-rw-r--r--include/SciLexer.h1
-rw-r--r--include/Scintilla.iface1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h
index b45ed9474..11eaf7b5e 100644
--- a/include/SciLexer.h
+++ b/include/SciLexer.h
@@ -1004,6 +1004,7 @@
#define SCE_VHDL_STDPACKAGE 12
#define SCE_VHDL_STDTYPE 13
#define SCE_VHDL_USERWORD 14
+#define SCE_VHDL_BLOCK_COMMENT 15
#define SCE_CAML_DEFAULT 0
#define SCE_CAML_IDENTIFIER 1
#define SCE_CAML_TAGNAME 2
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index ec047f2d4..e6fbd02f8 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -3703,6 +3703,7 @@ val SCE_VHDL_STDFUNCTION=11
val SCE_VHDL_STDPACKAGE=12
val SCE_VHDL_STDTYPE=13
val SCE_VHDL_USERWORD=14
+val SCE_VHDL_BLOCK_COMMENT=15
# Lexical states for SCLEX_CAML
lex Caml=SCLEX_CAML SCE_CAML_
val SCE_CAML_DEFAULT=0