diff options
author | Jad Altahan <xviyy@aol.com> | 2019-02-02 09:32:22 +1100 |
---|---|---|
committer | Jad Altahan <xviyy@aol.com> | 2019-02-02 09:32:22 +1100 |
commit | 3b23e66a4f754a935f308a5c41a2f08f2968d5c3 (patch) | |
tree | f688f9b036be84522f7e42877903e3dfc258c973 /doc/ScintillaHistory.html | |
parent | e0c07db56fc58abb484479f0fa2d84abfeee82e3 (diff) | |
download | scintilla-mirror-3b23e66a4f754a935f308a5c41a2f08f2968d5c3.tar.gz |
Backport: Feature [feature-requests:#1262]. Enhance raw string identifier styling in Nim
Adds property 'lexer.nim.raw.strings.highlight.ident'.
Backport of changeset 7247:1eeda6575035.
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 489409eeb..70bf1b3f3 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -571,6 +571,10 @@ <a href="https://sourceforge.net/p/scintilla/feature-requests/1261/">Feature #1261</a>. </li> <li> + Enhance raw string identifier styling in Nim. + <a href="https://sourceforge.net/p/scintilla/feature-requests/1262/">Feature #1262</a>. + </li> + <li> Fix fold behaviour with comments in nim. <a href="https://sourceforge.net/p/scintilla/feature-requests/1254/">Feature #1254</a>. </li> |