index
:
nvim-treesitter
0.5-compat
feat/emmylua
feat/warn
fix/lua
main
master
update-parsers-tier-2
[no description]
git mirrorbot
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
chore(makefile): apply fixes to original makefile
Stephan Seitz
2022-02-08
2
-10
/
+48
*
fix(makefile): fallback to c++14 when parser does not have cxx_standard set
Stephan Seitz
2022-02-08
1
-1
/
+1
*
fix: revert to basic makefile where all variables are set by Lua
Stephan Seitz
2022-02-08
1
-52
/
+9
*
fix: -Os should be used during compilation phase in makefile
Stephan Seitz
2022-02-08
1
-3
/
+4
*
Update lockfile.json
GitHub
2022-02-08
1
-1
/
+1
*
add(vim): add highlight for more keywords
Pierrick Guillaume
2022-02-08
1
-1
/
+18
*
Update lockfile.json (#2490)
github-actions[bot]
2022-02-08
1
-1
/
+1
*
Update lockfile.json
GitHub
2022-02-07
1
-1
/
+1
*
locals(python): adapt as_pattern to upstream change
Stephan Seitz
2022-02-07
1
-1
/
+1
*
Update lockfile.json
GitHub
2022-02-07
1
-2
/
+2
*
feat(highlights/julia): Add missing highlights (#2464)
Sergio A. Vargas
2022-02-07
1
-7
/
+13
*
feat(vim): highlight default parameters
Zoltán Reegn
2022-02-07
1
-1
/
+2
*
Update lockfile.json (#2481)
github-actions[bot]
2022-02-06
1
-1
/
+1
*
test(indent): fix typos
Munif Tanjim
2022-02-06
2
-2
/
+2
*
indents(lua): make ")" `@indent_end
Stephan Seitz
2022-02-06
3
-0
/
+10
*
fix: readme typo, removing deprecated docs
Carlo Sala
2022-02-06
1
-15
/
+3
*
fix: Allow re-parsing in Python, XFAIL `\` indentation test
Stephan Seitz
2022-02-06
3
-5
/
+13
*
tests(indent): also test creating new line when still in insert mode
Stephan Seitz
2022-02-06
1
-0
/
+11
*
tests: add test for #2086
Stephan Seitz
2022-02-06
2
-0
/
+4
*
chore: expose start and stop highlighter
kiyan
2022-02-06
2
-21
/
+39
*
refacto: deprecate used_by in parsers.lua
kiyan
2022-02-06
3
-37
/
+37
*
ci: use apt-get instead of apt to avoid warnings from apt
Dundar Göc
2022-02-06
1
-1
/
+1
*
ci: remove unnecessary apt calls
Dundar Göc
2022-02-06
2
-3
/
+0
*
Update 'troubleshooting' for using mirror.
jedsek
2022-02-06
1
-0
/
+15
*
Update lockfile.json
GitHub
2022-02-06
1
-1
/
+1
*
ci: remove apt update if on workflows where it's not used
Dundar Göc
2022-02-06
2
-4
/
+0
*
tests: Add test for C folding issue #1568
Stephan Seitz
2022-02-05
2
-0
/
+7
*
tests: add indent test for graphql (#2459)
Stephan Seitz
2022-02-05
2
-0
/
+25
*
indents(lua): use `(comment) @auto`
Stephan Seitz
2022-02-05
3
-10
/
+1
*
indens(c): use (comment) @auto
Stephan Seitz
2022-02-05
1
-4
/
+1
*
fix(indents): ignore comment_parsers for indentation
Stephan Seitz
2022-02-05
1
-2
/
+20
*
Update lua/nvim-treesitter/indent.lua
Stephan Seitz
2022-02-05
2
-4
/
+2
*
tests: only compare indents not contents in indent tests
Stephan Seitz
2022-02-05
2
-2
/
+2
*
indents(r): fix all R tests
Stephan Seitz
2022-02-05
2
-10
/
+4
*
indents(go): perform some changes as go fmt dictates
Stephan Seitz
2022-02-05
2
-4
/
+9
*
indents(go): fix aligned_indent for parameter_list
Stephan Seitz
2022-02-05
1
-2
/
+3
*
indents(go): add tests
Stephan Seitz
2022-02-05
2
-0
/
+35
*
indents(go): remove `function_declaration` from indents
Stephan Seitz
2022-02-05
1
-2
/
+0
*
indents(php): add another test
Stephan Seitz
2022-02-05
3
-3
/
+15
*
indent(lua): ignore comment
Stephan Seitz
2022-02-05
1
-0
/
+1
*
workaround(indents): avoid reparsing for indent sensitive yaml/python
Stephan Seitz
2022-02-05
1
-6
/
+15
*
indents(python): remove branches.py from expected failures
Stephan Seitz
2022-02-05
2
-7
/
+5
*
indents(c): indent always after init_declarator
Stephan Seitz
2022-02-05
1
-6
/
+1
*
docs: add `@zero_indent` to CONTRIBUTING.md
Stephan Seitz
2022-02-05
2
-1
/
+1
*
indents(lua): fix comment indentation
Stephan Seitz
2022-02-05
1
-1
/
+1
*
fix(indents): re-parse before each indent
Stephan Seitz
2022-02-05
7
-11
/
+29
*
indents(c): add zero_indent for #if
Stephan Seitz
2022-02-05
7
-13
/
+18
*
indents(c): fix indentation on block comment
Stephan Seitz
2022-02-05
5
-12
/
+20
*
indents(c): indent at expression_statement
Stephan Seitz
2022-02-05
1
-3
/
+2
*
indents: refactor hanging indent
Stephan Seitz
2022-02-05
3
-36
/
+25
[next]