index
:
nvim-treesitter.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-02-06
fix: readme typo, removing deprecated docs
Carlo Sala
2022-02-06
fix: Allow re-parsing in Python, XFAIL `\` indentation test
Stephan Seitz
2022-02-06
tests(indent): also test creating new line when still in insert mode
Stephan Seitz
2022-02-06
tests: add test for #2086
Stephan Seitz
2022-02-06
chore: expose start and stop highlighter
kiyan
2022-02-06
refacto: deprecate used_by in parsers.lua
kiyan
2022-02-06
ci: use apt-get instead of apt to avoid warnings from apt
Dundar Göc
2022-02-06
ci: remove unnecessary apt calls
Dundar Göc
2022-02-06
Update 'troubleshooting' for using mirror.
jedsek
2022-02-06
Update lockfile.json
GitHub
2022-02-06
ci: remove apt update if on workflows where it's not used
Dundar Göc
2022-02-05
tests: Add test for C folding issue #1568
Stephan Seitz
2022-02-05
tests: add indent test for graphql (#2459)
Stephan Seitz
2022-02-05
indents(lua): use `(comment) @auto`
Stephan Seitz
2022-02-05
indens(c): use (comment) @auto
Stephan Seitz
2022-02-05
fix(indents): ignore comment_parsers for indentation
Stephan Seitz
2022-02-05
Update lua/nvim-treesitter/indent.lua
Stephan Seitz
2022-02-05
tests: only compare indents not contents in indent tests
Stephan Seitz
2022-02-05
indents(r): fix all R tests
Stephan Seitz
2022-02-05
indents(go): perform some changes as go fmt dictates
Stephan Seitz
2022-02-05
indents(go): fix aligned_indent for parameter_list
Stephan Seitz
2022-02-05
indents(go): add tests
Stephan Seitz
2022-02-05
indents(go): remove `function_declaration` from indents
Stephan Seitz
2022-02-05
indents(php): add another test
Stephan Seitz
2022-02-05
indent(lua): ignore comment
Stephan Seitz
2022-02-05
workaround(indents): avoid reparsing for indent sensitive yaml/python
Stephan Seitz
2022-02-05
indents(python): remove branches.py from expected failures
Stephan Seitz
2022-02-05
indents(c): indent always after init_declarator
Stephan Seitz
2022-02-05
docs: add `@zero_indent` to CONTRIBUTING.md
Stephan Seitz
2022-02-05
indents(lua): fix comment indentation
Stephan Seitz
2022-02-05
fix(indents): re-parse before each indent
Stephan Seitz
2022-02-05
indents(c): add zero_indent for #if
Stephan Seitz
2022-02-05
indents(c): fix indentation on block comment
Stephan Seitz
2022-02-05
indents(c): indent at expression_statement
Stephan Seitz
2022-02-05
indents: refactor hanging indent
Stephan Seitz
2022-02-05
indents: allow aligned_indent for unfinished calls in C and Python
Stephan Seitz
2022-02-05
indents(cpp): indent at field_initializer_list
Stephan Seitz
2022-02-05
feat(indents): add support for language injection
Stephan Seitz
2022-02-05
indents(c): fix ternary
Stephan Seitz
2022-02-05
ci: combine "Compile parsers" steps into a single step
Dundar Göc
2022-02-05
ci: combine "Check query files" steps into a single step
Dundar Göc
2022-02-05
ci: introduce platform-independent environment variable NVIM
Dundar Göc
2022-02-05
injections(yaml): inject at command list for Gitlab script
Stephan Seitz
2022-02-05
injections(yaml): injection on Gitlab's before_script/after_script
Stephan Seitz
2022-02-05
refactor(latex): improve queries (#2457)
Christian Clason
2022-02-05
Rename captures
Uy Ha
2022-02-05
Improve `set` queries
Uy Ha
2022-02-04
Update lockfile.json
GitHub
2022-02-04
injections(latex): add support for minted language injection
Stephan Seitz
2022-02-04
fix(indent): lua - support `@indent_end` (#2454)
Munif Tanjim
[next]