catlee/blog_comments

posts/pull-diagnostic-support-for-neovim/

utterances-bot opened this issue · 1 comments

Pull Diagnostic Support for Neovim | chris' random ramblings

https://atlee.ca/posts/pull-diagnostic-support-for-neovim/

jpagh commented

I had a recent similar experience and agree with your call to use and share open-source tools. Without any experience, I pieced together a syntax highlighter in VS Code for a custom configuration file type that is used in a small open-source project. The configuration files are YAML, but with Python code blocks and some other niche syntaxes, and I wanted proper syntax highlighting for the code and there weren't any other tools/extensions that handled this. I shared it with the community and the response has been positive! I just found your blog while working on a related project and this post resonated with my recent experience. Keep up the good work.