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
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2022-05-13
Python: highlight future import (#2936)
Santos Gallegos
2022-05-07
highlights(cpp): make "::" `@punctuation.delimiter`
Stephan Seitz
2022-05-01
Python: highlight raise from statement
Santos Gallegos
2022-04-30
chore!: remove ensure_installed='maintained'
Christian Clason
2022-04-25
indent(hcl): fix function calls
Michael Hoffmann
2022-04-24
indents(hcl): fix indentation queries
Michael Hoffmann
2022-04-18
test(go): add cases for newlines de-indentation
Akin Sowemimo
2022-04-06
fix(indent/lua): wrong for nested tables due to branch on opening pairs
Jędrzej Boczar
2022-04-04
indents(ecma): use auto indent on (ERROR)
Stephan Seitz
2022-04-04
Changed quotes to appease stylua
Daniel Woznicki
2022-04-04
Fixed incorrect Java indentation for method chaining
Daniel Woznicki
2022-04-02
chore: update formatting for stylua update
Stephan Seitz
2022-04-01
highlights(python): "from" in yield should be `@keyword.return`
Stephan Seitz
2022-03-29
r(indents): fix brace_list alignment
Pedro Castro
2022-03-19
Combined closing.css and block.css test files into single open_block.css
Daniel Woznicki
2022-03-19
Added fix for incorrect CSS indent after closing bracket
Daniel Woznicki
2022-03-11
Refactor solidity highlights.scm further
YongJieYongJie
2022-03-11
Refactor solidity highlights.scm
YongJieYongJie
2022-03-11
Add highlights query for Solidity
YongJieYongJie
2022-03-01
Added test for known indent failure when tree is in broken state
Daniel Woznicki
2022-03-01
Made block comment indent @auto so that new lines line up nicely with existin...
Daniel Woznicki
2022-03-01
Added test case for broken trees, plus partial test coverage
Daniel Woznicki
2022-03-01
Modified Java indent rules to stop ignoring block comments because javadoc bl...
Daniel Woznicki
2022-03-01
Added fix for Java interfaces not being indented properly
Daniel Woznicki
2022-02-26
fix(indent): ecma - parenthesized expression indentation
Munif Tanjim
2022-02-26
fix(indent): ecma - class method indentation
Munif Tanjim
2022-02-25
Fixed a bug where indentation was not correct for class/enum bodies that had ...
Daniel Woznicki
2022-02-25
Fixed a bug where Java enum body indentation was not correct
Daniel Woznicki
2022-02-25
Removed newline causing sylua lint check to fail
Daniel Woznicki
2022-02-25
Added fix for incorrect Java indentation after a closing "}" in a method decl...
Daniel Woznicki
2022-02-15
Gleam highlight tests
Connor Lay (Clay)
2022-02-15
Gleam indentation tests
Connor Lay (Clay)
2022-02-13
tests: add failing test for incomplete arguments
Stephan Seitz
2022-02-13
indents(php): don't use aligned_indent for php
Stephan Seitz
2022-02-06
test(indent): fix typos
Munif Tanjim
2022-02-06
indents(lua): make ")" `@indent_end
Stephan Seitz
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-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
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): add tests
Stephan Seitz
2022-02-05
indents(php): add another test
Stephan Seitz
2022-02-05
indents(python): remove branches.py from expected failures
Stephan Seitz
2022-02-05
fix(indents): re-parse before each indent
Stephan Seitz
[next]