mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	feat(highlighting): add systemverilog
This commit is contained in:
		| @@ -45,6 +45,7 @@ | |||||||
|     *   Added support for Scala. |     *   Added support for Scala. | ||||||
|     *   Added support for Scheme. |     *   Added support for Scheme. | ||||||
|     *   Added support for Swift. |     *   Added support for Swift. | ||||||
|  |     *   Added support for SystemVerilog. | ||||||
| *   Mermaid diagrams: basic syntax highlight (not all diagram types are supported) and code folding. | *   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. | *   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 | *   [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 | ||||||
|   | |||||||
| @@ -147,7 +147,7 @@ const byMimeType: MimeRecord = { | |||||||
|     "text/x-stsrc": () => import("highlight.js/lib/languages/smalltalk"), |     "text/x-stsrc": () => import("highlight.js/lib/languages/smalltalk"), | ||||||
|     "text/x-styl": () => import("highlight.js/lib/languages/stylus"), |     "text/x-styl": () => import("highlight.js/lib/languages/stylus"), | ||||||
|     "text/x-swift": () => import("highlight.js/lib/languages/swift"), |     "text/x-swift": () => import("highlight.js/lib/languages/swift"), | ||||||
|     "text/x-systemverilog": null, |     "text/x-systemverilog": () => import("highlight.js/lib/languages/verilog"), | ||||||
|     "text/x-tcl": () => import("highlight.js/lib/languages/tcl"), |     "text/x-tcl": () => import("highlight.js/lib/languages/tcl"), | ||||||
|     "text/x-textile": null, |     "text/x-textile": null, | ||||||
|     "text/x-tiddlywiki": null, |     "text/x-tiddlywiki": null, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user