index
:
nvim-treesitter
0.5-compat
feat/emmylua
feat/warn
fix/lua
main
master
[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
*
Add @keyword.operator for operators that are English words and add @exception...
Stephan Seitz
2020-09-19
1
-1
/
+2
*
Ensure that updated files are replaced w/o warning
Rasmus Michelsen
2020-09-18
1
-1
/
+1
*
Re-add attribute highlight
Akin Sowemimo
2020-09-18
1
-0
/
+1
*
Add TSTag and TSTagDelimiter groups
TravonteD
2020-09-18
1
-0
/
+4
*
Make :TSInstall work in Nix by adding a second module installation target (#473)
Florian Beeres
2020-09-18
2
-13
/
+78
*
fix(folds): has_fold -> has_folds
Stephan Seitz
2020-09-16
1
-1
/
+1
*
add TSNone
kiyan42
2020-09-15
1
-0
/
+2
*
Folds: rename query files to folds.scm to be consistent
Santos Gallegos
2020-09-14
2
-2
/
+2
*
TextObjects: refactor wrong func names
Santos Gallegos
2020-09-12
1
-6
/
+6
*
Yield meaningful error messages in iter_cmd{,_sync} when cmd.err == nil
Stephan Seitz
2020-09-11
1
-2
/
+4
*
Allow to call setup on already loaded modules.
Santos Gallegos
2020-09-11
1
-1
/
+1
*
Improve startuptime
Santos Gallegos
2020-09-10
2
-83
/
+57
*
Find package path based on the Lua source file
Markus Koller
2020-09-10
2
-15
/
+6
*
Ocaml: fix parser
Santos Gallegos
2020-09-10
1
-0
/
+1
*
Fix #418: iterator function should always return an iterator
Stephan Seitz
2020-09-08
1
-3
/
+3
*
feat(parsers): add filetype PKGBUILD
Stephan Seitz
2020-09-08
1
-1
/
+1
*
Import treesitter.install only when needed
Santos Gallegos
2020-09-08
1
-1
/
+5
*
Improve startup performance
Santos Gallegos
2020-09-08
1
-2
/
+14
*
Queries: merge query_extensions into base_language_map
Santos Gallegos
2020-09-08
1
-12
/
+2
*
fix using highlight query extension for every query type
kyazdani42
2020-09-07
1
-13
/
+7
*
Incremental selection: fix skipping some nodes
Santos Gallegos
2020-09-07
1
-25
/
+28
*
Fold: respect max_fold_level from 'foldnestmax'
Santos Gallegos
2020-09-07
1
-4
/
+11
*
Text objects: check for query files first
Santos Gallegos
2020-09-06
1
-1
/
+1
*
Fixed table insertion
Rasmus Michelsen
2020-09-06
1
-1
/
+1
*
Fixed win32 check hopefully
Rasmus Michelsen
2020-09-06
1
-6
/
+6
*
Added changes
Rasmus Michelsen
2020-09-06
1
-22
/
+12
*
A few fixes
Rasmus Michelsen
2020-09-06
1
-2
/
+1
*
Local variable fix
Rasmus Michelsen
2020-09-06
1
-1
/
+1
*
Support TSInstall on Winddows with Clang
Rasmus Michelsen
2020-09-06
1
-42
/
+106
*
Completion: use custom instead of customlist
Santos Gallegos
2020-09-05
3
-9
/
+9
*
fix ts_available_modules should be using nvim_treesitter#available_modules
kiyan42
2020-09-05
1
-2
/
+2
*
Refactor: move completion functions to autoload
Santos Gallegos
2020-09-04
3
-21
/
+21
*
preds: declare set! predicate
Thomas Vigouroux
2020-09-03
1
-0
/
+3
*
Add warning about required Neovim version
Stephan Seitz
2020-09-03
1
-0
/
+6
*
add scanner file for fennel parser
TravonteD
2020-09-02
1
-1
/
+1
*
health: add fold queries to check health
Thomas Vigouroux
2020-09-01
1
-1
/
+1
*
docs(fold): document and comment
Thomas Vigouroux
2020-09-01
1
-0
/
+4
*
fix(fold): fix #350
Thomas Vigouroux
2020-09-01
1
-4
/
+10
*
fix(fold): revamp fold
Thomas Vigouroux
2020-09-01
1
-13
/
+45
*
use xmap in detach
evakuator
2020-09-01
1
-1
/
+1
*
use xmap instead of vmap in textobjects
evakuator
2020-09-01
2
-3
/
+3
*
feat(refactor.navigation): allow a `fallback_function` for goto_definition
Stephan Seitz
2020-08-31
1
-4
/
+10
*
Fix(modules): simplify configs.setup
Stephan Seitz
2020-08-31
1
-13
/
+9
*
fix(highlight_current_scope): Ensure that detach is a inverse of attach
Stephan Seitz
2020-08-31
1
-2
/
+2
*
Avoid enabling disabled modules (even if they were disabled immediately)
Stephan Seitz
2020-08-31
1
-7
/
+8
*
feat(refactor.navigation): add navigation.goto_{next,previous}_usage
Stephan Seitz
2020-08-31
5
-20
/
+53
*
remove second check
Oleg Matrokhin
2020-08-30
1
-2
/
+1
*
fix get_package_path function for paths with trailing slash
Oleg Matrokhin
2020-08-30
1
-2
/
+2
*
Add Windows support (mingw)
Stephan Seitz
2020-08-27
2
-15
/
+20
*
fix(health): only check installed parsers
Thomas Vigouroux
2020-08-27
1
-20
/
+7
[next]