[Gambas-Notification] [Git][gambas/gambas][master] Add 'css' highlighting, fix some bugs, add some enhancements.
Benoît Minisini (@bminisini)
gitlab at mg.gitlab.com
Thu Oct 26 22:31:17 CEST 2023
Benoît Minisini pushed to branch master at Gambas / gambas
Commits:
d85498e2 by Benoît Minisini at 2023-10-26T22:31:10+02:00
Add 'css' highlighting, fix some bugs, add some enhancements.
[GB.HIGHLIGHT]
* BUG: Fix embedded highlighting management.
* BUG: Correctly handle UTF-8 text everywhere now.
* NEW: Some little syntax changes in definition file.
* NEW: Add '@include' command for including inside a definition file another file.
* NEW: TextHighlighter.ToHTML() takes embedded highlighting into account using automatic background colors.
* NEW: Add 'c', 'cpluscplus' and 'webpage' highlighting.
- - - - -
18 changed files:
- comp/src/gb.highlight/.src/CCommandBetween.class
- comp/src/gb.highlight/.src/CCommandFrom.class
- comp/src/gb.highlight/.src/CCommandMatch.class
- comp/src/gb.highlight/.src/CCommandWord.class
- comp/src/gb.highlight/.src/CState.class
- comp/src/gb.highlight/.src/Main.module
- comp/src/gb.highlight/.src/TextHighlighter.class
- comp/src/gb.highlight/.src/_TextHighlighter_Gambas.class
- comp/src/gb.highlight/custom/CustomHighlighter.class
- + comp/src/gb.highlight/highlight/c.highlight
- + comp/src/gb.highlight/highlight/cplusplus.highlight
- comp/src/gb.highlight/highlight/css.highlight
- comp/src/gb.highlight/highlight/html.highlight
- comp/src/gb.highlight/highlight/javascript.highlight
- + comp/src/gb.highlight/highlight/webpage.highlight
- + comp/src/gb.highlight/highlight/webpage.include
- + comp/src/gb.highlight/highlight/webpage_css.highlight
- + comp/src/gb.highlight/highlight/webpage_javascript.highlight
View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d85498e2ad16157e2df747434d486d8cd35deaad
--
View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d85498e2ad16157e2df747434d486d8cd35deaad
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/notification/attachments/20231026/14108191/attachment.htm>
More information about the Notification
mailing list