feat(highlighting): add tccn3

This commit is contained in:
Elian Doran
2025-05-18 22:40:59 +03:00
parent 42c61ae9cb
commit 6b919b4f99
3 changed files with 345 additions and 1 deletions

View File

@@ -50,6 +50,7 @@
* Added support for Cobol.
* Added support for Dylan.
* Added support for RPM Specfile.
* Added support for TCCN3.
* Mermaid diagrams: basic syntax highlight (not all diagram types are supported) and code folding.
* Slight organization in Appearance settings: code block themes are now in "Text Notes", added a "Related settings" section in Appearance.
* [Added support for opening and activating a note in a new tab using Ctrl+Shift+click on notes in the launcher pane, note tree, or note images](https://github.com/TriliumNext/Notes/pull/1854) by @SiriusXT