From 735c4734059beb30d1a4a872ba4a7f3fca83f16b Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 22 Jul 2005 01:53:49 +0000 Subject: Addition from Elias Pschernig supports FreeBasic. --- include/SciLexer.h | 1 + include/Scintilla.iface | 1 + 2 files changed, 2 insertions(+) (limited to 'include') 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. -- cgit v1.2.3