diff options
author | Blaž Hrastnik | 2021-05-16 09:58:27 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-05-16 09:58:27 +0000 |
commit | 6e03019a2c7ec6e9d00a6308fe716468f767dd58 (patch) | |
tree | 0be2ded1ccc020d4f9c6a535cff85ccd166ca59b /TODO.md | |
parent | 31d41080edd216649d1db9ec7303561c58716d1d (diff) |
Adjust highlighting for rust.
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -1,5 +1,4 @@ - Refactor tree-sitter-highlight to work like the atom one, recomputing partial tree updates. -- syntax errors highlight query ------ @@ -19,15 +18,11 @@ - [ ] document.on_type provider triggers - [ ] completion isIncomplete support -- [ ] extract indentation calculation queries so we can support other languages. - 1 -- [ ] :format/:fmt that formats the buffer - [ ] respect view fullscreen flag - [ ] Implement marks (superset of Selection/Range) - [ ] nixos packaging -- [ ] CI binary builds - [ ] = for auto indent line/selection - [ ] :x for closing buffers |