diff options
| author | gentoo90 <gentoo90@gmail.com> | 2013-04-12 23:46:38 +0300 |
|---|---|---|
| committer | gentoo90 <gentoo90@gmail.com> | 2013-04-12 23:46:38 +0300 |
| commit | ed4658e25915e28fa4facd3f68bf60b892d564a8 (patch) | |
| tree | 8d359b776d2c384956c274ecc6c895369640c820 /include/SciLexer.h | |
| parent | ba07267fd7962437c2f0a7dbc66dae1a3a7f2e20 (diff) | |
| download | scintilla-mirror-ed4658e25915e28fa4facd3f68bf60b892d564a8.tar.gz | |
LexPowerShell fixes and improvements
* fix here-string highlighting
* add doccomment keyword highlighting
* add #region folding
Diffstat (limited to 'include/SciLexer.h')
| -rw-r--r-- | include/SciLexer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h index f04222d19..81775d606 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -1326,6 +1326,9 @@ #define SCE_POWERSHELL_FUNCTION 11 #define SCE_POWERSHELL_USER1 12 #define SCE_POWERSHELL_COMMENTSTREAM 13 +#define SCE_POWERSHELL_HERE_STRING 14 +#define SCE_POWERSHELL_HERE_CHARACTER 15 +#define SCE_POWERSHELL_COMMENTDOCKEYWORD 16 #define SCE_MYSQL_DEFAULT 0 #define SCE_MYSQL_COMMENT 1 #define SCE_MYSQL_COMMENTLINE 2 |
