From cb4dfc81d2e5f34495fe2df4a2e2035b60933156 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 14 Jul 2007 10:58:32 +0000 Subject: Changes from Kein-Hong Man supports fixes bareword issues and underscores in numeric literals, and handles ^D and ^Z, subroutine prototypes, and formats. --- include/Scintilla.iface | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 6d05e437e..8e2910cb9 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2237,6 +2237,9 @@ val SCE_PL_STRING_QX=28 val SCE_PL_STRING_QR=29 val SCE_PL_STRING_QW=30 val SCE_PL_POD_VERB=31 +val SCE_PL_SUB_PROTOTYPE=40 +val SCE_PL_FORMAT_IDENT=41 +val SCE_PL_FORMAT=42 # Lexical states for SCLEX_RUBY lex Ruby=SCLEX_RUBY SCE_RB_ val SCE_RB_DEFAULT=0 -- cgit v1.2.3