aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #585 from fffed/patch-1Steven Sojka2020-10-271-0/+21
|\
| * update comment case for simplefied notationfffed2020-10-271-1/+1
| * add destructuring variationsfffed2020-10-271-0/+17
| * remove destructuring from @parameterfffed2020-10-161-4/+0
| * Add additional queries for @parameter for jsfffed2020-10-151-0/+8
* | Add virtual range for creating node-like objects from multiple nodesStephan Seitz2020-10-263-0/+151
* | feat(install): add "maintained" option to only install maintained parsersStephan Seitz2020-10-265-5/+16
* | show [treesitter] during installkyazdani422020-10-241-1/+1
* | feat: add TSConfigInfo to display current configStephan Seitz2020-10-241-0/+18
* | use for first identifier in jsx nested_identifierdavidroeca2020-10-231-3/+3
* | handle jsx components with dot in themdavidroeca2020-10-231-1/+10
* | Merge pull request #612 from JoosepAlviste/masterSteven Sojka2020-10-231-3/+3
|\ \
| * | fix(javascript): fix constant variable highlightJoosep Alviste2020-10-231-3/+3
|/ /
* | Remove textobjects from contributingStephan Seitz2020-10-231-28/+0
* | [docgen] Update README.mdGithub Actions2020-10-221-1/+0
* | fix(markdown): remove from parser listThomas Vigouroux2020-10-221-6/+7
* | fix(markdown): disable highlightingThomas Vigouroux2020-10-221-1/+1
* | LanguageTree: don't error when injecting a languageSantos Gallegos2020-10-211-1/+0
* | fix(languagetree): avoid language self-injectionThomas Vigouroux2020-10-211-7/+14
* | Add lua params (#605)Chinmay Dalal2020-10-211-0/+4
* | [docgen] Update README.mdGithub Actions2020-10-201-0/+1
* | Add verilog/systemverilog queriesZeger Van de Vannet2020-10-202-0/+227
* | feat(ocamllex): use injections for ocamlPau Ruiz Safont2020-10-202-2/+6
* | Fix #595, #583: do not set defaults for highlights that have no default highl...Stephan Seitz2020-10-191-3/+0
* | Remove textobjects from built_in_query_groupsStephan Seitz2020-10-191-1/+1
* | update docskiyan422020-10-192-110/+65
* | Treesitter indentkiyan422020-10-195-55/+79
* | start indent modulekiyan422020-10-193-0/+79
* | docs(highlights): document LanguageTree.Thomas Vigouroux2020-10-192-0/+2
* | feat(languagetree): implement language treeThomas Vigouroux2020-10-195-12/+192
* | readme: add nvim-treesitter-contextRom Grk2020-10-191-0/+2
* | feat(folds): add catch_clause to js foldsSam Bernheim2020-10-161-0/+1
* | feat: add more javascript foldssbernehim42020-10-161-0/+3
* | Fix: avoid overwriting tables in insert_to_pathStephan Seitz2020-10-161-2/+2
* | Remove get_parser logickiyan422020-10-161-7/+1
* | Update README requirements for parser download/compilationStephan Seitz2020-10-161-2/+2
* | feat: Add more lua foldsMike2020-10-151-2/+3
|/
* C++ highlights: highlight all kinds of optional parametersStephan Seitz2020-10-131-2/+2
* fix(highlights): use new highlighter interfaceThomas Vigouroux2020-10-131-2/+2
* query: remove unnecessary query parsingThomas Vigouroux2020-10-121-84/+5
* highlight: use new highlighter interfaceThomas Vigouroux2020-10-121-1/+1
* Ruby highlights: reset highlight on interpolationStephan Seitz2020-10-121-0/+3
* Explicitly check for cterm and gui values for fgAkin Sowemimo2020-10-111-7/+8
* Add a check to ensure the fg attribute existsAkin Sowemimo2020-10-111-1/+11
* Don't change the background highlightsAkin Sowemimo2020-10-111-1/+1
* fix cterm fg and bg errorAkin Sowemimo2020-10-111-1/+1
* Add background and foreground colors to TSNoneAkin Sowemimo2020-10-111-1/+1
* feat(queries): modeline mechanism for base langsThomas Vigouroux2020-10-1117-31/+72
* Use utils get_node_text to get line content and trim all whitespaces.Kristijan Husak2020-10-112-4/+3
* Remove old statusline implementation with new one.Kristijan Husak2020-10-113-43/+8