You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to support Vue.js syntax highlighting?
I have successfully added Vue.js icon locally by editing LANGUAGES, but I cannot get syntax highlighting to work.
Summary
Is there any way to support
Vue.js
syntax highlighting?I have successfully added
Vue.js
icon locally by editingLANGUAGES
, but I cannot get syntax highlighting to work.Obsidian-Code-Styler/src/Settings.ts
Line 1409 in 99f7ea2
Btw, I also tried to edit the
MODES
, but it still didn't work.Obsidian-Code-Styler/src/SyntaxHighlighting.ts
Lines 1 to 4 in 99f7ea2
And I didn't find
Vue.js
athttps://prismjs.com/
. Is it because prismjs does not support it? PrismJS/prism#1665Additionally,
MIME types defined: text/x-vue
, https://codemirror.net/5/mode/vue/index.htmldocument.querySelector("#app > div > header > div > div > a > svg")
Basic example
Motivation
support more language
Existing Requests?
None
The text was updated successfully, but these errors were encountered: