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
path:
root
/
lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix(query): add noop handler for make-range
Steven Sojka
2020-12-18
1
-3
/
+2
*
fix: support shiftwidth for indents.
Senghan Bright
2020-12-16
1
-1
/
+2
*
[docgen] Update README.md
Github Actions
2020-12-12
1
-6
/
+14
*
Add fix for vim.fn.executable(vim.NIL)
Stephan Seitz
2020-12-12
1
-1
/
+1
*
Pin Erlang parser
Stephan Seitz
2020-12-10
1
-1
/
+1
*
fix erlang parser installation
Okan Esen
2020-12-10
1
-1
/
+2
*
Add Erlang parser to list
Leandro Ostera
2020-12-10
1
-0
/
+8
*
Allow user configure parsers using metatables
Luis Carlos Cruz Carballo
2020-12-09
1
-12
/
+27
*
fix: find parsers correctly
li
2020-12-09
1
-0
/
+2
*
typo
rockerBOO
2020-12-07
1
-1
/
+1
*
cleanup: Add additional context
rockerBOO
2020-12-07
1
-1
/
+3
*
docs: Update docs for missing groups, re-order alphabetically
rockerBOO
2020-12-07
1
-38
/
+51
*
Remove 'CI' guard (we can have now the newest version of nvim again)
Stephan Seitz
2020-12-07
1
-2
/
+1
*
add readme and more correct highlight captures
Tormod Alf Try Tufteland
2020-12-06
1
-0
/
+1
*
add kotlin parser and highligh-queries
Tormod Alf Try Tufteland
2020-12-06
1
-0
/
+7
*
Fix: Print message when TSUpdate has nothing to do
Stephan Seitz
2020-11-29
1
-4
/
+7
*
feat: add graphql grammar
Bryan Kegley
2020-11-27
1
-0
/
+8
*
Only update outdated_parsers on TSUpdate
Stephan Seitz
2020-11-25
2
-20
/
+66
*
fix: make version check work on non-CI environments
Stephan Seitz
2020-11-23
1
-2
/
+1
*
fix: update interface following languagetree merge (#687)
Thomas Vigouroux
2020-11-23
10
-202
/
+15
*
Add @leo60228 as Nix maintainer
leo60228
2020-11-22
1
-1
/
+2
*
fix(predicates): Fix #446: highlight property only if not a method
Stephan Seitz
2020-11-18
1
-0
/
+1
*
feat(predicates): extend has-ancestor?, add has-parent?/has-type?
Stephan Seitz
2020-11-18
1
-6
/
+26
*
Make make-range! more relaxed (one of the arguments maybe nil)
Stephan Seitz
2020-11-17
1
-2
/
+2
*
Add initial clojure support
sogaiu
2020-11-04
1
-0
/
+8
*
parser: only use parse to get a tree
Thomas Vigouroux
2020-11-03
4
-4
/
+4
*
feat(install): Enable installation of parser with repo.url as a local path
Stephan Seitz
2020-10-31
1
-9
/
+48
*
fix(languagetree): highlight children regardless of starting column
Steven Sojka
2020-10-30
1
-6
/
+27
*
fix(#620): Fall into the "update-all" branch if lang is "all"
BodneyC
2020-10-28
1
-1
/
+1
*
Add virtual range for creating node-like objects from multiple nodes
Stephan Seitz
2020-10-26
3
-0
/
+151
*
feat(install): add "maintained" option to only install maintained parsers
Stephan Seitz
2020-10-26
2
-1
/
+12
*
show [treesitter] during install
kyazdani42
2020-10-24
1
-1
/
+1
*
feat: add TSConfigInfo to display current config
Stephan Seitz
2020-10-24
1
-0
/
+18
*
fix(markdown): remove from parser list
Thomas Vigouroux
2020-10-22
1
-6
/
+7
*
fix(markdown): disable highlighting
Thomas Vigouroux
2020-10-22
1
-1
/
+1
*
LanguageTree: don't error when injecting a language
Santos Gallegos
2020-10-21
1
-1
/
+0
*
fix(languagetree): avoid language self-injection
Thomas Vigouroux
2020-10-21
1
-7
/
+14
*
Add verilog/systemverilog queries
Zeger Van de Vannet
2020-10-20
1
-0
/
+8
*
Remove textobjects from built_in_query_groups
Stephan Seitz
2020-10-19
1
-1
/
+1
*
Treesitter indent
kiyan42
2020-10-19
4
-55
/
+56
*
start indent module
kiyan42
2020-10-19
2
-0
/
+75
*
feat(languagetree): implement language tree
Thomas Vigouroux
2020-10-19
2
-6
/
+167
*
Fix: avoid overwriting tables in insert_to_path
Stephan Seitz
2020-10-16
1
-2
/
+2
*
Remove get_parser logic
kiyan42
2020-10-16
1
-7
/
+1
*
fix(highlights): use new highlighter interface
Thomas Vigouroux
2020-10-13
1
-2
/
+2
*
query: remove unnecessary query parsing
Thomas Vigouroux
2020-10-12
1
-84
/
+5
*
highlight: use new highlighter interface
Thomas Vigouroux
2020-10-12
1
-1
/
+1
*
feat(queries): modeline mechanism for base langs
Thomas Vigouroux
2020-10-11
1
-31
/
+39
*
Use utils get_node_text to get line content and trim all whitespaces.
Kristijan Husak
2020-10-11
1
-3
/
+2
*
Remove old statusline implementation with new one.
Kristijan Husak
2020-10-11
1
-27
/
+4
[next]