diff options
| author | Neil <nyamatongwe@gmail.com> | 2020-05-01 14:55:01 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2020-05-01 14:55:01 +1000 |
| commit | 26caa3b4c8323217172f89a3691a4584899c4699 (patch) | |
| tree | 1279b70b7221f195bf4e5ac78638d5a6f5308641 /lexilla/test/examples/errorlist/SciTE.properties | |
| parent | f6a33872830003d16776176da7a7526baaf2d06f (diff) | |
| download | scintilla-mirror-26caa3b4c8323217172f89a3691a4584899c4699.tar.gz | |
Add SCE_ERR_GCC_EXCERPT style for diagnostics introduced by GCC 9.0 like
73 | GTimeVal last_popdown;
| ^~~~~~~~~~~~
Diffstat (limited to 'lexilla/test/examples/errorlist/SciTE.properties')
| -rw-r--r-- | lexilla/test/examples/errorlist/SciTE.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lexilla/test/examples/errorlist/SciTE.properties b/lexilla/test/examples/errorlist/SciTE.properties index 4410986f0..f9e4a20d3 100644 --- a/lexilla/test/examples/errorlist/SciTE.properties +++ b/lexilla/test/examples/errorlist/SciTE.properties @@ -2,3 +2,4 @@ lexer.*.err=errorlist lexer.errorlist.value.separate=1 lexer.errorlist.escape.sequences=1 style.errorlist.23=fore:#000000,back:#FFFFFF,$(error.background) +style.errorlist.25=fore:#CF008F,$(font.monospace.small) |
