From e7786d92f80fc5a37b0be6b0ba6f0870c3888e0c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 24 Apr 2001 07:58:36 +0000 Subject: Ruby support. --- 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 ea2987529..72f9cd5ea 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -36,6 +36,7 @@ #define SCLEX_AVE 19 #define SCLEX_ADA 20 #define SCLEX_LISP 21 +#define SCLEX_RUBY 22 #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 898faaee2..3a0fa61f9 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1184,6 +1184,7 @@ val SCLEX_PASCAL=18 val SCLEX_AVE=19 val SCLEX_ADA=20 val SCLEX_LISP=21 +val SCLEX_RUBY=22 # When a lexer specifies its language as SCLEX_AUTOMATIC it receives a # value assigned in sequence from SCLEX_AUTOMATIC+1. val SCLEX_AUTOMATIC=1000 -- cgit v1.2.3