diff options
| author | nyamatongwe <devnull@localhost> | 2001-06-13 23:15:41 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2001-06-13 23:15:41 +0000 | 
| commit | fc1cab7c8845201d42cbb6e97cdc16b356319705 (patch) | |
| tree | 5ea8e31b34051f5a80ba0a0edd445a22d2188723 /include/SciLexer.h | |
| parent | 80b8f9bc2f3c53c0751a375ac737e64dfa0809e8 (diff) | |
| download | scintilla-mirror-fc1cab7c8845201d42cbb6e97cdc16b356319705.tar.gz | |
Addition of target style for makefile lexer.
Diffstat (limited to 'include/SciLexer.h')
| -rw-r--r-- | include/SciLexer.h | 1 | 
1 files changed, 1 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 | 
