| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-15 | Add type delimiters | &, Add optional type ? | rockerBOO | |
| 2020-11-15 | Add additional punctuation, variable descriptors for Typescript | rockerBOO | |
| 2020-11-13 | Lua things all over the place | drocha87 | |
| 2020-11-13 | Fix readme setup example | drocha87 | |
| 2020-11-12 | More improvements | Alvaro Muñoz | |
| 2020-11-12 | QL: support modules | Alvaro Muñoz | |
| 2020-11-11 | improce type highlighting | Alvaro Muñoz | |
| 2020-11-10 | [clojure] add punctuation.bracket | Chinmay Dalal | |
| 2020-11-09 | [docgen] Update README.md | Github Actions | |
| 2020-11-09 | Javascript highlights: "..." -> punctuation.special | Stephan Seitz | |
| 2020-11-09 | JS highlights: highlight optional parameters | Stephan Seitz | |
| 2020-11-07 | minor improvments for QL | Alvaro Muñoz | |
| 2020-11-04 | Add incremental selection support | sogaiu | |
| 2020-11-04 | Add initial clojure support | sogaiu | |
| 2020-11-03 | parser: only use parse to get a tree | Thomas Vigouroux | |
| This will avoid using internal data. | |||
| 2020-11-03 | 💣 !! Use TSUpdate !! Fix ruby queries | Stephan Seitz | |
| 2020-11-03 | Fix Python queries for parser update | Stephan Seitz | |
| 2020-11-03 | 💣!!! Update lockfile !!! Run TSUpdate! | Stephan Seitz | |
| 2020-10-31 | feat(install): Enable installation of parser with repo.url as a local path | Stephan Seitz | |
| 2020-10-31 | Add folds for Go | Claudia 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-30 | fix(languagetree): highlight children regardless of starting column | Steven Sojka | |
| 2020-10-28 | fix(#620): Fall into the "update-all" branch if lang is "all" | BodneyC | |
| 2020-10-27 | feat(js): add jsdoc lang injection | Steven Sojka | |
| 2020-10-27 | Merge pull request #585 from fffed/patch-1 | Steven Sojka | |
| js: add query for @parameter | |||
| 2020-10-27 | update comment case for simplefied notation | fffed | |
| 2020-10-27 | add destructuring variations | fffed | |
| 2020-10-26 | Add virtual range for creating node-like objects from multiple nodes | Stephan Seitz | |
| 2020-10-26 | feat(install): add "maintained" option to only install maintained parsers | Stephan 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-24 | show [treesitter] during install | kyazdani42 | |
| 2020-10-24 | feat: add TSConfigInfo to display current config | Stephan Seitz | |
| https://nvim-treesitter.zulipchat.com/#narrow/stream/252271-general/topic/Random/near/210929394 | |||
| 2020-10-23 | use for first identifier in jsx nested_identifier | davidroeca | |
| 2020-10-23 | handle jsx components with dot in them | davidroeca | |
| 2020-10-23 | Merge pull request #612 from JoosepAlviste/master | Steven Sojka | |
| fix(javascript): fix constant variable highlight | |||
| 2020-10-23 | fix(javascript): fix constant variable highlight | Joosep 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-23 | Remove textobjects from contributing | Stephan Seitz | |
| 2020-10-22 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2020-10-22 | fix(markdown): remove from parser list | Thomas Vigouroux | |
| Bye bye markdown | |||
| 2020-10-22 | fix(markdown): disable highlighting | Thomas 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-21 | LanguageTree: don't error when injecting a language | Santos Gallegos | |
| 2020-10-21 | fix(languagetree): avoid language self-injection | Thomas 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-21 | Add lua params (#605) | Chinmay Dalal | |
| * Add lua params * Fix * Remove redundant outer | |||
| 2020-10-20 | [docgen] Update README.md | Github Actions | |
| 2020-10-20 | Add verilog/systemverilog queries | Zeger Van de Vannet | |
| 2020-10-20 | feat(ocamllex): use injections for ocaml | Pau Ruiz Safont | |
| 2020-10-19 | Fix #595, #583: do not set defaults for highlights that have no default ↵ | Stephan Seitz | |
| highlighting | |||
| 2020-10-19 | Remove textobjects from built_in_query_groups | Stephan Seitz | |
| 2020-10-19 | update docs | kiyan42 | |
| 2020-10-19 | Treesitter indent | kiyan42 | |
| also fixes the memoize_by_buf_tick function | |||
| 2020-10-19 | start indent module | kiyan42 | |
| 2020-10-19 | docs(highlights): document LanguageTree. | Thomas Vigouroux | |
