diff options
author | nyamatongwe <devnull@localhost> | 2002-04-16 08:02:19 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2002-04-16 08:02:19 +0000 |
commit | 25b1f3a86938e5d8461f811186acf44c022ba5ec (patch) | |
tree | bfdb3e61b2a422c8d596493b954d0c9819eb5bc8 /include/SciLexer.h | |
parent | fc939b5a0b534e4f4d32249bee3c21cb1634f5a3 (diff) | |
download | scintilla-mirror-25b1f3a86938e5d8461f811186acf44c022ba5ec.tar.gz |
Patch from Holger Kiemes to recognise more tag line formats.
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 0022606c2..70e374c48 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -262,6 +262,7 @@ #define SCE_ERR_PERL 6 #define SCE_ERR_NET 7 #define SCE_ERR_LUA 8 +#define SCE_ERR_CTAG 9 #define SCE_ERR_DIFF_CHANGED 10 #define SCE_ERR_DIFF_ADDITION 11 #define SCE_ERR_DIFF_DELETION 12 |