| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-11 | highlights(cpp): add alternative operator names | mliszcz | |
| These keywords are now supported by the parser. See: https://github.com/tree-sitter/tree-sitter-cpp/pull/179 | |||
| 2022-10-10 | fix(php): add indent for enums | gbprod | |
| 2022-10-10 | feat(swift): sync highlight queries with upstream | Alex Pinkus | |
| Upstream highlight queries have added support for Swift regex literals. This change brings that support to nvim-treesitter. Also includes some minor reordering of modifiers for logical consistency (no impact on highlighting behavior). | |||
| 2022-10-06 | feat(twig): add @spell on comments | gbprod | |
| 2022-10-06 | Fix php indent for short array declaration | gbprod | |
| 2022-10-05 | feat(spell) added spell to html-tags text | Lampros | |
| 2022-10-04 | highlights(proto): highlight optional | Matthias Vogelgesang | |
| `optional` came back with protobuf 3.15 as a valid modifier so highlight it the same way as `repeated`. | |||
| 2022-10-03 | Introduce twig parser | gbprod | |
| This commit introduce parser, highlights and injections for the [twig syntax](https://twig.symfony.com) | |||
| 2022-09-29 | update vimdoc parser and queries | Christian Clason | |
| 2022-09-28 | indents(wgsl): add indents.scm | Stephan Seitz | |
| 2022-09-27 | haskell/highlights: Match `pattern` as a keyword | Jade Lovelace | |
| Sample: -- | Smart constructor that deduplicates plugins pattern IdePlugins :: [PluginDescriptor ideState] -> IdePlugins ideState pattern IdePlugins{ipMap} <- IdePlugins_ (sortOn (Down . pluginPriority) . HashMap.elems -> ipMap) _ where IdePlugins ipMap = IdePlugins_{ipMap_ = HashMap.fromList $ (pluginId &&& id) <$> ipMap , lookupCommandProvider = lookupPluginId ipMap } | |||
| 2022-09-26 | feat(slint): <=> operator | ShootingStarDragons | |
| Slint have support <=> operator, so add this for highlight, Next time when lockfile.json is update, then merge this one Log: slint | |||
| 2022-09-26 | highlights(php): add spell | Laytan Laats | |
| 2022-09-26 | feat(spell): support more languages | Lewis Russell | |
| 2022-09-23 | feat(comment): highlight `NOTE` as `@text.note` (#3537) | Erik Westrup | |
| 2022-09-19 | highlights(elvish): Use `@function.builtin` for operator-like functions | Tobias Frilling | |
| Elvish uses prefix notation even for mathematical operators (i.e. `<= 1 2 3 4`), so these should be considered functions. | |||
| 2022-09-15 | fix(ecma injections): jsdoc match /** */ only | Nick Friday | |
| 2022-09-14 | highlights(sql): remove grouped keyword | Matthias Queitsch | |
| 2022-09-14 | highlights(sql): removed duplicate keywords, added new keyword, hashing | Matthias Queitsch | |
| as function.calls | |||
| 2022-09-12 | fix(fold): don't include whitespace end regions | Lewis Russell | |
| Some languages that are difficult to parse via Treesitter may incorrectly include whitespace lines at the end of regions. This can makes the calculated folds sub-optimal. To recitfy, use a custom directive (trim), to calculate the range with the trailing whitespace lines removed. Note this only works if the region end column is 0. Also added folds for Make. | |||
| 2022-09-12 | highlights(lua): add spell | Lewis Russell | |
| 2022-09-12 | parsers: add blueprint parser | Gabriele Musco | |
| 2022-09-11 | Add spell query | Omar Zeghouani | |
| 2022-09-11 | highlights(solidity): use `@function.call`/`@method.call` | Stephan Seitz | |
| 2022-09-11 | highlights(hack): use `@function.call`/`@method.call` | Stephan Seitz | |
| 2022-09-11 | highlights(haskell): use `@function.call` | Stephan Seitz | |
| 2022-09-11 | highlights(elvish): use `@function.call` | Stephan Seitz | |
| 2022-09-11 | highlights(elvish): use `@operator` for operators | Stephan Seitz | |
| 2022-09-11 | highlights(fish): use `@function.call` | Stephan Seitz | |
| 2022-09-11 | highlights(clojure): use `@function.call` | Stephan Seitz | |
| 2022-09-11 | highlights(clojure): out-comment TODO query | Stephan Seitz | |
| 2022-09-11 | highlights(wgsl): use `@function.call` | Stephan Seitz | |
| 2022-09-11 | highlights(ecma): use `@method.call`/`function.call` | Stephan Seitz | |
| 2022-09-11 | highlights(c_sharp): use `@method.call` | Stephan Seitz | |
| 2022-09-10 | highlights(hlsl): add more reserved modifiers | Stephan Seitz | |
| 2022-09-10 | highlights(hlsl): add `"globallycoherent"` | Stephan Seitz | |
| 2022-09-10 | highlights(css): fix property highlighting | Stephan Seitz | |
| Apply fix as suggested by https://github.com/binhtran432k Fixes #3395 Co-authored-by: Trần Đức Bình <binhtran432k@users.noreply.github.com> | |||
| 2022-09-10 | indents(ecma): make "]" `@indent_end` | Stephan Seitz | |
| Fixes #3382 | |||
| 2022-09-10 | Add @spell directives for haskell | Guillaume Bouchard | |
| 2022-09-10 | feat: add jsonnet | Cezary Drożak | |
| 2022-09-10 | highlights(phpdoc): check spell within `text` | przepompownia | |
| 2022-09-10 | Add global variable highlighting | Cameron | |
| 2022-09-09 | feat: add tree-sitter-gitattributes | ObserverOfTime | |
| 2022-09-08 | highlights(sql): missing keyword & marginalia | derekstride | |
| 2022-09-08 | removed duplicated kw, start capturing subtree earlier | Matthias Queitsch | |
| 2022-09-08 | change table_expression -> table_reference | Matthias Queitsch | |
| 2022-09-08 | highlights(meson): delimiter and operatorunit | Ananda Umamil | |
| 2022-09-08 | feat(viml): bump parser and queries | Christian Clason | |
| 2022-09-06 | feat(spell): upstream spell queries from spellsitter | Lewis Russell | |
| 2022-09-05 | Add support for menhir (OCaml parser generator) | Martin Pépin | |
