diff options
| author | nyamatongwe <unknown> | 2001-06-13 23:15:41 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2001-06-13 23:15:41 +0000 |
| commit | e61ba193e48d583f7509645dc5c09eecacf4156d (patch) | |
| tree | 5ea8e31b34051f5a80ba0a0edd445a22d2188723 /include | |
| parent | 513f94f20b9e09ceaa0db2d3be9839d2b5608095 (diff) | |
| download | scintilla-mirror-e61ba193e48d583f7509645dc5c09eecacf4156d.tar.gz | |
Addition of target style for makefile lexer.
Diffstat (limited to 'include')
| -rw-r--r-- | include/SciLexer.h | 1 | ||||
| -rw-r--r-- | include/Scintilla.iface | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h index 9af9abeb0..8d07b8480 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -241,6 +241,7 @@ #define SCE_MAKE_PREPROCESSOR 2 #define SCE_MAKE_IDENTIFIER 3 #define SCE_MAKE_OPERATOR 4 +#define SCE_MAKE_TARGET 5 #define SCE_MAKE_IDEOL 9 #define SCE_CONF_DEFAULT 0 #define SCE_CONF_COMMENT 1 diff --git a/include/Scintilla.iface b/include/Scintilla.iface index c810c3d9d..54d88f701 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1449,6 +1449,7 @@ val SCE_MAKE_COMMENT=1 val SCE_MAKE_PREPROCESSOR=2 val SCE_MAKE_IDENTIFIER=3 val SCE_MAKE_OPERATOR=4 +val SCE_MAKE_TARGET=5 val SCE_MAKE_IDEOL=9 # Lexical states for the SCLEX_CONF (Apache Configuration Files Lexer) val SCE_CONF_DEFAULT=0 |
