mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 16:30:02 -04:00
fix tests
disable Windows tests for now (hang on parser compile)
This commit is contained in:
parent
7681249bbd
commit
008cc677d2
12 changed files with 73 additions and 65 deletions
3
TODO.md
3
TODO.md
|
|
@ -5,8 +5,9 @@ This document lists the planned and finished changes in this rewrite towards [Nv
|
|||
## TODO
|
||||
|
||||
- [ ] **`query_predicates.lua`:** upstream/remove
|
||||
- [ ] **`parsers.lua`:** modularize?
|
||||
- [ ] **`parsers.lua`:** add dependencies (and "query-only" langs like ecma, jsx, html_tags, ...)
|
||||
- [ ] **`parsers.lua`:** assign tiers
|
||||
- [ ] **`parsers.lua`:** modularize?
|
||||
- [ ] **`install.lua`:** simplify compilation:
|
||||
- hardcode one compiler + args per platform
|
||||
- provide `install.compile_command` for overriding (function that takes files, ...?)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue