SourceCodeSyntaxHighlight icon indicating copy to clipboard operation
SourceCodeSyntaxHighlight copied to clipboard

Extension appears to work on `macOS 13/Ventura`, but `.svelte` files don't seem to have the syntax colour I expect

Open inspiredlabs opened this issue 1 year ago • 1 comments

Thanks for this extension... now I can read .svelte files from Finder, before opening them in the IDE – a big quality of life improvement!

Do I need to remove or configure something else? I can see in the directory that: +page.svelte and +layout.svelte now have prefixed line numbers and a font upgrade, but .svelte files don't seem to have the syntax colour I expect... how do I configure this?

syntax-highlight-app.jpg

inspiredlabs avatar Oct 02 '24 09:10 inspiredlabs

on a terminal shell, what is the output of this command (replace PATH_FILE.svelte with your full file path) ?

mdls -name kMDItemContentTypeTree -name kMDItemContentType --raw  PATH_FILE.svelte

sbarex avatar Dec 16 '24 07:12 sbarex