aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authornyamatongwe <unknown>2005-07-22 01:53:49 +0000
committernyamatongwe <unknown>2005-07-22 01:53:49 +0000
commit735c4734059beb30d1a4a872ba4a7f3fca83f16b (patch)
tree3974a3d2b1be33d1dc34e4675177392b1437b2ff /include
parent2f8ffbcd104e73b0eb5221aac25535d1fb7b9638 (diff)
downloadscintilla-mirror-735c4734059beb30d1a4a872ba4a7f3fca83f16b.tar.gz
Addition from Elias Pschernig supports FreeBasic.
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 cd6af1737..8b0aac51d 100644
--- a/include/SciLexer.h
+++ b/include/SciLexer.h
@@ -87,6 +87,7 @@
#define SCLEX_SMALLTALK 72
#define SCLEX_FLAGSHIP 73
#define SCLEX_CSOUND 74
+#define SCLEX_FREEBASIC 75
#define SCLEX_AUTOMATIC 1000
#define SCE_P_DEFAULT 0
#define SCE_P_COMMENTLINE 1
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 734d9e557..8e3f675db 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1802,6 +1802,7 @@ val SCLEX_REBOL=71
val SCLEX_SMALLTALK=72
val SCLEX_FLAGSHIP=73
val SCLEX_CSOUND=74
+val SCLEX_FREEBASIC=75
# When a lexer specifies its language as SCLEX_AUTOMATIC it receives a
# value assigned in sequence from SCLEX_AUTOMATIC+1.