| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Fixes #3641
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #3288
|
|
|
|
|
|
|
|
|
|
- Don't branch at `case`
- Let `import_spec_list`/`var_declaration` behave like
`const_declaration`
Fixes #2166
|
|
|
|
|
|
|
|
|
|
|
|
fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/3073
|
|
https://github.com/nvim-treesitter/nvim-treesitter/issues/3104
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Python: highlight future import
* Use constant.builtin
|
|
Fixes #2902
|
|
|
|
Removes all support (and tests) for the parser category "maintained", as
this is no longer a useful category.
BREAKING CHANGE: replace `ensure_installed='maintained'` by an explicit
list of parsers, or use `'all'` (not recommended).
|
|
|
|
This commit adds tests for hcl indentation and fixes various bugs
|
|
test(go): combine new indent test cases
test(go): add incorrect indent after var closing )
this case does not work correctly already so add that in since this PR
does not address that case
test(go): set current lines in indent test
test(go): simplify test case
|
|
|
|
Fixes #2515
|
|
|
|
|
|
|
|
Fixes #2712
|
|
|