We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Todo:
README
1 parent 041f8af commit 1076854Copy full SHA for 1076854
README.md
@@ -80,3 +80,9 @@ Highlights scope names with their own themed colour in realtime:
80
* Improve TextMate [documentation](https://github.com/RedCMD/TmLanguage-Syntax-Highlighter/blob/main/documentation/index.md)
81
* Finish CallStack viewer
82
* Redo TextMate scopeNames [Naming conventions](https://github.com/atom/flight-manual.atom.io/pull/564)
83
+* `"match"`/`"begin"`/`"while"`/`"end"` hovers
84
+* Move `.vsix` file to releases
85
+* Refactor: Sort JSON keys
86
+* Move to LanguageServer
87
+* Add unit tests
88
+* Improve TreeSitter Query performance: [Node contains `&fieldName`](https://github.com/tree-sitter/tree-sitter/issues/3956), [Caching or Serializing a `TSQuery`](https://github.com/tree-sitter/tree-sitter/issues/1942)
0 commit comments