aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support for Common LispStephan Seitz2021-05-175-7/+198
* highlights(latex): use any-of?Stephan Seitz2021-05-171-4/+36
* highlights(latex): add more math environmentsStephan Seitz2021-05-171-11/+3
* highlights(latex): add more commandsStephan Seitz2021-05-171-6/+215
* highlights(ecma): use KeywordFunction as a highlight group for functionantonk522021-05-171-1/+4
* Update lockfile.jsonGitHub2021-05-171-1/+1
* Update queries/php/highlights.scmStephan Seitz2021-05-171-2/+2
* highlights/locals(php): rename type_name -> named_typeStephan Seitz2021-05-172-2/+7
* Update lockfile.jsonGitHub2021-05-171-6/+6
* comment: remove `@combined`Omar Zeghouani2021-05-171-1/+1
* Add Julia queriesSergio Alejandro Vargas2021-05-161-0/+11
* Add `do_statement` to lua foldsSergio Alejandro Vargas2021-05-161-0/+1
* Add filetype detection for go.mod filesCamden Cheek2021-05-161-0/+1
* highlights(python): use any-of?Stephan Seitz2021-05-161-9/+30
* highlights(latex): fix regexes with backslashesStephan Seitz2021-05-121-4/+4
* Update lockfile.jsonGitHub2021-05-111-10/+13
* highlights(ocaml): add hash and sign operatorsPau Ruiz Safont2021-05-111-0/+2
* Update lockfile.jsonGitHub2021-05-111-2/+2
* Add config for Dockerfile parser (#1288)Camden Cheek2021-05-114-0/+63
* Use BufNewFile,BufRead for query filetypeShatur952021-05-081-1/+1
* Add GDScript filetypeShatur952021-05-081-0/+1
* [docgen] Update README.mdGithub Actions2021-05-071-1/+1
* chore(erlang): don't generate parser from grammarThomas Vigouroux2021-05-071-1/+0
* Update lockfile.jsonGitHub2021-05-071-10/+13
* Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"Santos Gallegos2021-05-0742-46/+41
* Add fish queriesOmar Zeghouani2021-05-076-0/+191
* [docgen] Update README.mdGithub Actions2021-05-071-0/+1
* parsers: add tree-sitter-fishStephan Seitz2021-05-071-0/+7
* highlights(c): highlight (escape_sequence)Stephan Seitz2021-05-011-0/+1
* Update lockfile.jsonGitHub2021-04-281-5/+8
* Fix indentationCamden Cheek2021-04-281-1/+1
* [docgen] Update README.mdGithub Actions2021-04-281-0/+1
* Add go-mod tree-sitter configCamden Cheek2021-04-282-0/+27
* locals(js,ts): Add parameters again (#1231)Stephan Seitz2021-04-283-28/+56
* Comment: use `@combined` to create just one tree per buffer (#1252)Santos Gallegos2021-04-2842-41/+46
* folds(c): fold at case_statementStephan Seitz2021-04-261-0/+1
* highlights(cpp): highlight namespaces in using declartionsStephan Seitz2021-04-261-0/+2
* highlights(cpp): reduce number of regexesStephan Seitz2021-04-261-9/+3
* highlights(cpp): avoid overwriting C CONSTANTSStephan Seitz2021-04-261-2/+2
* Link TSComment to CommentSantos Gallegos2021-04-241-0/+1
* docs: update nvim-treesitter-highlightsMunif Tanjim2021-04-241-5/+25
* highlight: add 'comment' to hlmapMunif Tanjim2021-04-241-1/+3
* Update lockfile.jsonHennadii Chernyshchyk2021-04-241-1/+1
* Update lockfile.jsonGitHub2021-04-231-1/+1
* highlights(julia): add "type"/"primitive" keywordStephan Seitz2021-04-231-0/+2
* highlights(julia): add punctuationStephan Seitz2021-04-231-0/+2
* tests/indent: factor out most of the code into common.luaJędrzej Boczar2021-04-236-208/+175
* tests/indent: move common code out of main lua/ directoryJędrzej Boczar2021-04-236-13/+13
* tests/indent: move the run helper functions to top-levelJędrzej Boczar2021-04-235-37/+38
* move all tests to top-level tests/ directoryJędrzej Boczar2021-04-2356-72/+72