arcsector / vscode-splunk-search-syntax

VScode syntax highlighting for SPL
MIT License
9 stars 6 forks source link

Option to add support for Markdown Code Blocks in VS Code #6

Closed mrstephenson2142 closed 2 years ago

mrstephenson2142 commented 2 years ago

Hi,

While trying to find a syntax highlighter for Splunk's SPL in Markdown files for VS Code, I found your repo. I updated the packages.json and added a file to syntaxes that would add support for code block highlighting in Markdown files in editor mode for VS Code. I don't believe any existing functionality should be compromised, but I'm new to TypeScript.

codeBlockMarkdown

arcsector commented 2 years ago

Looks pretty good to me!