Skip to content

Commit 1076854

Browse files
committedNov 23, 2024·
Add more Todo: in README
1 parent 041f8af commit 1076854

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎README.md

+6
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,9 @@ Highlights scope names with their own themed colour in realtime:
8080
* Improve TextMate [documentation](https://github.com/RedCMD/TmLanguage-Syntax-Highlighter/blob/main/documentation/index.md)
8181
* Finish CallStack viewer
8282
* 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

Comments
 (0)
Please sign in to comment.