mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
* fix: is_in_node_range now includes end line and col
This fixes no indents at the end of python files
Refs #1136
* update scala highlights (#1760)
* add type highlights
* add call expression highlights
* add function definition highlights
* add expression highlights
* add literals highlights
* add operator highlights
* add punctuation highlights
* add comment highlights
Co-authored-by: Stevan Milic <stevan.milic@tradecore.com>
* test: Add unit tests
* Revert "fix: is_in_node_range now includes end line and col"
This reverts commit
|
||
|---|---|---|
| .. | ||
| check-queries.lua | ||
| ci-install-macos-latest.sh | ||
| ci-install-ubuntu-latest.sh | ||
| ci-install-windows-latest.sh | ||
| minimal_init.lua | ||
| pre-push | ||
| run_tests.sh | ||
| update-lockfile.sh | ||
| update-readme.lua | ||
| write-lockfile.lua | ||