aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix #307: Use and document TSVariable/TSVariableBuiltin in all languagesStephan Seitz2020-09-1410-8/+39
* Folds: rename query files to folds.scm to be consistentSantos Gallegos2020-09-1410-3/+3
* Fix typo in foldexpr exampleSh3Rm4n2020-09-141-1/+1
* Merge pull request #452 from kyazdani42/jsx-foldsSteven Sojka2020-09-141-0/+1
|\
| * add jsx fold on jsx_element onlykyazdani422020-09-121-0/+1
* | Bash: fix hl capture groupsSantos Gallegos2020-09-131-4/+6
* | fix(cpp highlights): Use `@include` for preproc_include (fix #445)Stephan Seitz2020-09-131-1/+2
* | fix ocaml highlightsPau Ruiz Safont2020-09-121-3/+7
* | Update PHP queryShirasaka2020-09-122-18/+59
|/
* TextObjects: refactor wrong func namesSantos Gallegos2020-09-121-6/+6
* - Fix TSType and TSPunctuationSpecialTravonteD2020-09-121-3/+4
* Highlight definition: mention updatetime in docsSantos Gallegos2020-09-111-0/+3
* Yield meaningful error messages in iter_cmd{,_sync} when cmd.err == nilStephan Seitz2020-09-111-2/+4
* maintenance(ocaml): adapt queries to nvim-treesitterPau Ruiz Safont2020-09-113-127/+33
* feat(queries): pull ocaml queries from upstreamPau Ruiz Safont2020-09-113-117/+244
* ci: fix wrong queriesThomas Vigouroux2020-09-1110-23/+22
* ci: check capture names in queriesThomas Vigouroux2020-09-112-25/+70
* Show up logoSantos Gallegos2020-09-113-7/+30
* Allow to call setup on already loaded modules.Santos Gallegos2020-09-111-1/+1
* Improve startuptimeSantos Gallegos2020-09-102-83/+57
* Merge pull request #421 from steelsojka/add-missing-js-opsSteven Sojka2020-09-101-17/+30
|\
| * fix(highlights): add missing js operatorsSteven Sojka2020-09-101-17/+30
* | Find package path based on the Lua source fileMarkus Koller2020-09-102-15/+6
* | Add folding for local functions in luaNolan Prochnau2020-09-101-0/+1
* | Ocaml: fix parserSantos Gallegos2020-09-101-0/+1
* | feat(C++ highlights): highlight operator_name as functionStephan Seitz2020-09-081-0/+2
* | C/C++ locals: Deduplicate C++ locals contained in CStephan Seitz2020-09-082-4/+1
* | Add C++ folds and C comment/preproc foldsStephan Seitz2020-09-082-0/+15
* | Fix #418: iterator function should always return an iteratorStephan Seitz2020-09-081-3/+3
* | feat(parsers): add filetype PKGBUILDStephan Seitz2020-09-081-1/+1
* | Import treesitter.install only when neededSantos Gallegos2020-09-081-1/+5
* | Improve startup performanceSantos Gallegos2020-09-081-2/+14
* | use keyword.function instead of functionkyazdani422020-09-081-3/+3
* | fix function/end keywords not applied for every scopekyazdani422020-09-081-3/+7
* | Queries: merge query_extensions into base_language_mapSantos Gallegos2020-09-081-12/+2
* | Fold: update docsSantos Gallegos2020-09-082-2/+7
|/
* fix using highlight query extension for every query typekyazdani422020-09-072-13/+7
* Incremental selection: fix skipping some nodesSantos Gallegos2020-09-071-25/+28
* Fold: respect max_fold_level from 'foldnestmax'Santos Gallegos2020-09-071-4/+11
* go locals: remove unused strip! directiveStephan Seitz2020-09-071-2/+0
* rst: remove unused capturesSantos Gallegos2020-09-061-6/+0
* fix: ocaml highlightPau Ruiz Safont2020-09-061-2/+1
* fix: contional > conditional in lua hl.scmkyazdani422020-09-061-1/+1
* fix bash highlightkyazdani422020-09-061-1/+1
* Lua: update highlightsSantos Gallegos2020-09-061-1/+7
* Lua: fix loop and conditional keywords highlightsSantos Gallegos2020-09-061-13/+31
* feat(folds): add ts and js foldsSteven Sojka2020-09-062-0/+20
* change @meta to @type for derive directives because @meta is not definedkiyan422020-09-061-2/+2
* fix(highlights): fix ts parameter highlightsSteven Sojka2020-09-061-2/+2
* Highlights: default TSError to NormalSantos Gallegos2020-09-063-13/+1