diff options
| author | nyamatongwe <devnull@localhost> | 2002-02-02 09:15:04 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2002-02-02 09:15:04 +0000 |
| commit | 49d4e5f3ea334565845fd8893583c5b2f91c310a (patch) | |
| tree | fabf5ebbbe30eac53097fb6d014bf62519e04d97 /include/Scintilla.iface | |
| parent | 427b928c19ee3f664f9a0921474a597bb12de0bc (diff) | |
| download | scintilla-mirror-49d4e5f3ea334565845fd8893583c5b2f91c310a.tar.gz | |
Updated Lua lexer that treats '.' as not being an identifier or keyword
character and allows 5 keyword lists.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 51686f184..0a2bcd569 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1557,6 +1557,11 @@ val SCE_LUA_PREPROCESSOR=9 val SCE_LUA_OPERATOR=10 val SCE_LUA_IDENTIFIER=11 val SCE_LUA_STRINGEOL=12 +val SCE_LUA_WORD2=13 +val SCE_LUA_WORD3=14 +val SCE_LUA_WORD4=15 +val SCE_LUA_WORD5=16 +val SCE_LUA_WORD6=17 # Lexical states for SCLEX_ERRORLIST val SCE_ERR_DEFAULT=0 val SCE_ERR_PYTHON=1 |
