A long time ago, I started writing syntax definitions for Q# in Sublime Text — it should do highlighting, code navigation etc.↵
↵
It's work in progress and I have some ideas about what to add, but not too many. I'll gladly accept suggestions.↵
↵
Repo: [https://gitgud.io/Xellos/qsharp-sublime-syntax](https://gitgud.io/Xellos/qsharp-sublime-syntax).↵
↵
UPD: It can actually do something now. Currently supports highlighting for, if, operation, namespace syntax (not just keywords, but specific correct syntax) and forbidden keywords. Motivated again by the recent contest, I significantly improved them, so they're actually usable in a competition. You can check the current version at [https://gitgud.io/Xellos/qsharp-sublime-syntax](https://gitgud.io/Xellos/qsharp-sublime-syntax).↵
↵
It's work in progress and I have some ideas about what to add, but not too many. I'll gladly accept suggestions.↵
↵
Repo: [https://gitgud.io/Xellos/qsharp-sublime-syntax](https://gitgud.io/Xellos/qsharp-sublime-syntax).↵
↵
UPD: It can actually do something now. Currently supports highlighting for, if, operation, namespace syntax (not just keywords, but specific correct syntax) and forbidden keywords