From 8a3a4f54132af8ecead2306c7b2db953baa5a57c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 1 Apr 2005 01:03:51 +0000 Subject: PHPScript is for standalone PHP scripts not part of web pages. --- 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 6a1dbc697..11533b552 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -81,6 +81,7 @@ #define SCLEX_BLITZBASIC 66 #define SCLEX_PUREBASIC 67 #define SCLEX_HASKELL 68 +#define SCLEX_PHPSCRIPT 69 #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 417591966..349a3c002 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1780,6 +1780,7 @@ val SCLEX_CAML=65 val SCLEX_BLITZBASIC=66 val SCLEX_PUREBASIC=67 val SCLEX_HASKELL=68 +val SCLEX_PHPSCRIPT=69 # When a lexer specifies its language as SCLEX_AUTOMATIC it receives a # value assigned in sequence from SCLEX_AUTOMATIC+1. -- cgit v1.2.3