diff options
author | Iain Clarke <unknown> | 2018-05-06 21:06:50 +1000 |
---|---|---|
committer | Iain Clarke <unknown> | 2018-05-06 21:06:50 +1000 |
commit | 27350b902ec6bf006522d14e5abbae1ac55a9820 (patch) | |
tree | fffc16924fa82e787c7908079fb67f4d43a04b69 /doc/ScintillaHistory.html | |
parent | febfe318c389054b29f93ada0952dfbc9ac76145 (diff) | |
download | scintilla-mirror-27350b902ec6bf006522d14e5abbae1ac55a9820.tar.gz |
Feature [feature-requests:#1166]. Property lexer.edifact.highlight.un.all
highlights UN* segments.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 8aa1c0bc5..b22267265 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -554,6 +554,10 @@ SciTE can read settings in EditorConfig format when enabled with editor.config.enable property. </li> <li> + EDIFACT lexer adds property lexer.edifact.highlight.un.all to highlight all UN* segments. + <a href="https://sourceforge.net/p/scintilla/feature-requests/1166/">Feature #1166.</a> + </li> + <li> Fortran folder understands "change team" and "endteam". <a href="https://sourceforge.net/p/scintilla/feature-requests/1216/">Feature #1216.</a> </li> |