mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
| .. | ||
| indent | ||
| query | ||
| README.md | ||
Quick start (running tests)
- To run a particular test file:
make tests TESTS=indent/c_spec.lua
- To run all the tests, you will need to install all language parsers. Run
make parsersto install them into.test-deps/nvim-{os}-{arch}/share. This could take some time.
Then, to run all query tests:
make tests TESTS=query
To run all indent tests:
make tests TESTS=indent