| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-25 | Add support for json5 | Joakker | |
| 2021-08-24 | highlight(zig) highlight all caps is a constant | maxxnino | |
| * in some context, like translate c macro * which is use all CAPS for define constant | |||
| 2021-08-23 | Viml: update queries | Santos Gallegos | |
| 2021-08-23 | highlight(zig): rework query | maxxnino | |
| * improve query performance 120ms -> 6ms * correct highlight for field, type and function * add highlight for escape/format sequence in string | |||
| 2021-08-21 | highlights(php): add `instanceof` as `@keyword` (#1728) | Wilman Barrios | |
| 2021-08-20 | Highlight some keyword.function nodes as just keywords | Andrew Helwer | |
| 2021-08-20 | Added TLA+ grammar & queries | Andrew Helwer | |
| 2021-08-20 | feat(vim): support augroups | Thomas Vigouroux | |
| 2021-08-20 | fix(viml): update and support mappings | Thomas Vigouroux | |
| 2021-08-18 | Remove redunant capture. | Aleksei Abakumkin | |
| 2021-08-18 | Update CSharp highlights. | Aleksei Abakumkin | |
| 2021-08-18 | Disable combined injections for HEEx | Clay | |
| 2021-08-18 | Add doctype highlights | Clay | |
| 2021-08-18 | Update surface version, fix highlights | Clay | |
| 2021-08-18 | Add HEEx language support, add missing commentstrings | Clay | |
| 2021-08-17 | highlights(lua): Add semicolons | Sergio Alejandro Vargas | |
| 2021-08-16 | fix(vim): highlight more punctuation | Thomas Vigouroux | |
| 2021-08-16 | feat: add support for vim | Thomas Vigouroux | |
| 2021-08-14 | Lua: highlight uppercase variables as constants (#1690) | Santos Gallegos | |
| 2021-08-14 | Add comment highlighting for keywords in Haskell (#1695) | jpe90 | |
| Co-authored-by: Santos Gallegos <stsewd@protonmail.com> | |||
| 2021-08-14 | Query: update locals (#1692) | Santos Gallegos | |
| 2021-08-14 | Query: highlight numbers | Santos Gallegos | |
| 2021-08-13 | Fix: Improve Elixir highlighting performance (#1682) | Connor Lay (Clay) | |
| 2021-08-12 | highlights(zig): label, switch item, operator, punctuation, field property ↵ | maxxnino | |
| (#1685) Co-authored-by: maxxnino <idonthaveemail@dontknow.com> | |||
| 2021-08-12 | Enable to highlight shebang on JS/TS | delphinus | |
| 2021-08-11 | Update new query and parser for zig | maxxnino | |
| 2021-08-09 | Fix instance and singleton method locals for Ruby | Yorick Peterse | |
| Ruby singleton methods (`def x.y ... end`) weren't covered in the list of locals. In addition, instance methods didn't support names that are capitalised (`def Integer ... end`). This commit ensures that both instance and singleton methods are supported, and that both support identifiers and constants as their names. This ensures that all following examples are covered: def foo; end def FOO; end def self.bar; end def self.BAR; end | |||
| 2021-08-08 | RST: use `any-of?` instead of `match?` (#1678) | Santos Gallegos | |
| 2021-08-08 | RST: add code-block to injections (#1677) | Santos Gallegos | |
| This isn't part of the rst spec, but it's common enough on third party libs (sphinx specially). | |||
| 2021-08-06 | fix(c_sharp): Improve highlights | Luxed | |
| 2021-08-06 | feat(c_sharp): Simplify folds by only folding blocks of code instead of | Luxed | |
| folding the methods and their attributes | |||
| 2021-08-06 | feat(c_sharp): Add first draft of locals | Luxed | |
| 2021-08-04 | highlights(zig): function return type, var decl type | maxxnino | |
| 2021-08-04 | highlights(zig): highlight enum,union,error and custom number type | maxxnino | |
| * highlight enum field as a constant * highlight cImport and constructor * highlight else_switch enum constant | |||
| 2021-08-02 | highlights(lua): Organize `function_call` queries | Sergio Alejandro Vargas | |
| 2021-08-02 | highlights(lua): Fix method calls | Sergio Alejandro Vargas | |
| The usual `function_call` query would highlight the objects at the beginning of a method call. The `method` query has to account for this, and highlight the identifier as a variable again. | |||
| 2021-08-02 | Update teal highlights | Stephan Seitz | |
| 2021-08-01 | Feature: Add Surface language and integrate with Elixir (#1645) | Connor Lay (Clay) | |
| * Add initial surface highlights & injections * Additional surface highlights * Filetype detection, fix injections * Fix Elixir function highlight when left is an identifier * Add surface parser * Fix comment highlights * Surface folds, indents, better highlights * Highlight surface components & directives * Restore comments Elixir injections | |||
| 2021-08-01 | Indent C compound_literal_expression | leo60228 | |
| 2021-07-29 | feature: add godotResource queries | Pierre Poupin | |
| 2021-07-25 | highlights(clojure): fix highlighting of #_ | Stephan Seitz | |
| Fix https://github.com/sogaiu/tree-sitter-clojure/issues/14 | |||
| 2021-07-23 | Update YANG parser revision and highlights query | Tomas Sandven | |
| 2021-07-22 | added very basic HCL indentation support | Mark Ellis | |
| 2021-07-22 | Remove regex for field | Hennadii Chernyshchyk | |
| 2021-07-20 | injections(cuda): add injections.scm | Stephan Seitz | |
| 2021-07-20 | highlights(cuda): add support for __launch_bounds__ | Stephan Seitz | |
| 2021-07-19 | YANG fold on blocks | David Hotham | |
| 2021-07-19 | Don't capture quotes as comments | Oliver Marshall | |
| 2021-07-19 | Remove last @a | Oliver Marshall | |
| 2021-07-19 | Remove docstring highlights | Oliver Marshall | |
