question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

VS Code syntax highlighting? File Type Icon?

See original GitHub issue

Is there any syntax highlighting/autocompletion/file type icon stuff in the works for .svx files?

Is it already there and I’m not seeing it in my extensions searches?

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

12reactions
colinautcommented, Feb 2, 2021

As a temporary fix, instead of associating .svx with .mdx in my workplace settings, I’m associating it with markdown as it handles the syntax highlighting better. Also thanks @pngwn for your work on mdsvex. I’ve been using it in a new project and it’s great!

"files.associations": {  "*.svx": "markdown" },
10reactions
pngwncommented, Aug 17, 2020

It isn’t there right now and similar to #123, this is very much on my todo list when I have settled a few core issues.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Syntax Highlight Guide | Visual Studio Code Extension API
Syntax highlighting determines the color and style of source code displayed in the Visual Studio Code editor. It is responsible for colorizing keywords...
Read more >
How to make VS Code treat a file extensions as a certain ...
You can add the md.html extension to your settings.json file associations to enable markdown formatting for ...
Read more >
VS Code tips — File icon themes - YouTube
Today's VS Code tip: file icon themesChange the file type icons shown in the explorer and in tabs.Run 'Preferences: File Icon Theme' to ......
Read more >
10 Best Icon Packs to Improve Your File's Appearance in VS ...
10 Best Icon Packs to Improve Your File's Appearance in VS Code · 1. Material Icon Theme · 2. vscode-icons · 3. Monokai...
Read more >
Best Colorful VSCode Extensions – How to Personalize Your ...
This will add rainbow colors to brackets, and matching brackets will have the same color. This extension has saved me a number of...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found