aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2005-07-22 01:53:49 +0000
committernyamatongwe <devnull@localhost>2005-07-22 01:53:49 +0000
commitff53e7f0d27164079f797c86a72afde5720ef398 (patch)
tree3974a3d2b1be33d1dc34e4675177392b1437b2ff
parent929b83c4f421d8c8c1c0d154790a50825db7314d (diff)
downloadscintilla-mirror-ff53e7f0d27164079f797c86a72afde5720ef398.tar.gz
Addition from Elias Pschernig supports FreeBasic.
-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.