diff --git a/README.md b/README.md index 29e4b82..6f8fd5b 100644 --- a/README.md +++ b/README.md @@ -79,9 +79,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) -* 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) * use strict `null` checks +* Improve ctrl+click definitions performance