diff --git a/README.md b/README.md index 1227f3f..c1315cf 100644 --- a/README.md +++ b/README.md @@ -80,3 +80,9 @@ Highlights scope names with their own themed colour in realtime: * Improve TextMate [documentation](https://github.com/RedCMD/TmLanguage-Syntax-Highlighter/blob/main/documentation/index.md) * Finish CallStack viewer * Redo TextMate scopeNames [Naming conventions](https://github.com/atom/flight-manual.atom.io/pull/564) +* `"match"`/`"begin"`/`"while"`/`"end"` hovers +* Move `.vsix` file to releases +* Refactor: Sort JSON keys +* Move to LanguageServer +* Add unit tests +* 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)