summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-15Add type delimiters | &, Add optional type ?rockerBOO
2020-11-15Add additional punctuation, variable descriptors for TypescriptrockerBOO
2020-11-13Lua things all over the placedrocha87
2020-11-13Fix readme setup exampledrocha87
2020-11-12More improvementsAlvaro Muñoz
2020-11-12QL: support modulesAlvaro Muñoz
2020-11-11improce type highlightingAlvaro Muñoz
2020-11-10[clojure] add punctuation.bracketChinmay Dalal
2020-11-09[docgen] Update README.mdGithub Actions
2020-11-09Javascript highlights: "..." -> punctuation.specialStephan Seitz
2020-11-09JS highlights: highlight optional parametersStephan Seitz
2020-11-07minor improvments for QLAlvaro Muñoz
2020-11-04Add incremental selection supportsogaiu
2020-11-04Add initial clojure supportsogaiu
2020-11-03parser: only use parse to get a treeThomas Vigouroux
This will avoid using internal data.
2020-11-03💣 !! Use TSUpdate !! Fix ruby queriesStephan Seitz
2020-11-03Fix Python queries for parser updateStephan Seitz
2020-11-03💣!!! Update lockfile !!! Run TSUpdate!Stephan Seitz
2020-10-31feat(install): Enable installation of parser with repo.url as a local pathStephan Seitz
2020-10-31Add folds for GoClaudia Hardman
The default behavior in which `@scope` captures were folded resulted in toplevel fold for an entire source file, which was mildly irritating.
2020-10-30fix(languagetree): highlight children regardless of starting columnSteven Sojka
2020-10-28fix(#620): Fall into the "update-all" branch if lang is "all"BodneyC
2020-10-27feat(js): add jsdoc lang injectionSteven Sojka
2020-10-27Merge pull request #585 from fffed/patch-1Steven Sojka
js: add query for @parameter
2020-10-27update comment case for simplefied notationfffed
2020-10-27add destructuring variationsfffed
2020-10-26Add virtual range for creating node-like objects from multiple nodesStephan Seitz
2020-10-26feat(install): add "maintained" option to only install maintained parsersStephan Seitz
Unmaintained parsers only give users little benefit but take sometimes a a long time to install (e.g. Markdown, Julia, Haskell parser). We could recommend to only install maintained parsers by default.
2020-10-24show [treesitter] during installkyazdani42
2020-10-24feat: add TSConfigInfo to display current configStephan Seitz
https://nvim-treesitter.zulipchat.com/#narrow/stream/252271-general/topic/Random/near/210929394
2020-10-23use for first identifier in jsx nested_identifierdavidroeca
2020-10-23handle jsx components with dot in themdavidroeca
2020-10-23Merge pull request #612 from JoosepAlviste/masterSteven Sojka
fix(javascript): fix constant variable highlight
2020-10-23fix(javascript): fix constant variable highlightJoosep Alviste
The `@constant` query gets overwritten by the `@constructor` query. They both query for variables starting with an uppercase letter, but the `@constant` query took effect first.
2020-10-23Remove textobjects from contributingStephan Seitz
2020-10-22[docgen] Update README.mdGithub Actions
skip-checks: true
2020-10-22fix(markdown): remove from parser listThomas Vigouroux
Bye bye markdown
2020-10-22fix(markdown): disable highlightingThomas Vigouroux
The markdown scanner errors out far too often to be usable, disabling it by default would avoid many issues until those assertion errors are fixed.
2020-10-21LanguageTree: don't error when injecting a languageSantos Gallegos
2020-10-21fix(languagetree): avoid language self-injectionThomas Vigouroux
This avoids some stack overflows when a language includes itself. This is a temporary solution, and will be addressed later when actually managing our own parsers.
2020-10-21Add lua params (#605)Chinmay Dalal
* Add lua params * Fix * Remove redundant outer
2020-10-20[docgen] Update README.mdGithub Actions
2020-10-20Add verilog/systemverilog queriesZeger Van de Vannet
2020-10-20feat(ocamllex): use injections for ocamlPau Ruiz Safont
2020-10-19Fix #595, #583: do not set defaults for highlights that have no default ↵Stephan Seitz
highlighting
2020-10-19Remove textobjects from built_in_query_groupsStephan Seitz
2020-10-19update docskiyan42
2020-10-19Treesitter indentkiyan42
also fixes the memoize_by_buf_tick function
2020-10-19start indent modulekiyan42
2020-10-19docs(highlights): document LanguageTree.Thomas Vigouroux