| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-20 | Fixed lua style issues, updated grammar version to fix macOS build issues | Andrew Helwer | |
| 2021-08-20 | Filetype is tla | Andrew Helwer | |
| 2021-08-20 | Added TLA+ grammar & queries | Andrew Helwer | |
| 2021-08-20 | Add jsx to javascript (#1696) | Santos Gallegos | |
| This is mainly so the playground doesn't error when opening the jsx query files. | |||
| 2021-08-20 | feat(vim): support augroups | Thomas Vigouroux | |
| 2021-08-20 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2021-08-20 | fix(viml): update and support mappings | Thomas Vigouroux | |
| 2021-08-19 | Update lockfile.json | GitHub | |
| 2021-08-18 | Remove redunant capture. | Aleksei Abakumkin | |
| 2021-08-18 | Update CSharp highlights. | Aleksei Abakumkin | |
| 2021-08-18 | Update lockfile.json | GitHub | |
| 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 | Update lockfile.json | GitHub | |
| 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 | Update lockfile.json (#1689) | github-actions[bot] | |
| Co-authored-by: GitHub <noreply@github.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-13 | Update lockfile.json | GitHub | |
| 2021-08-12 | highlights(zig): label, switch item, operator, punctuation, field property ↵ | maxxnino | |
| (#1685) Co-authored-by: maxxnino <idonthaveemail@dontknow.com> | |||
| 2021-08-12 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2021-08-12 | Enable to highlight shebang on JS/TS | delphinus | |
| 2021-08-11 | Update lockfile.json | GitHub | |
| 2021-08-11 | Update locklife.json | maxxnino | |
| 2021-08-11 | Update new query and parser for zig | maxxnino | |
| 2021-08-09 | Update lockfile.json | GitHub | |
| 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 | Update lockfile.json (#1679) | github-actions[bot] | |
| Co-authored-by: GitHub <noreply@github.com> | |||
| 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-08 | Update lockfile.json (#1676) | github-actions[bot] | |
| Co-authored-by: GitHub <noreply@github.com> | |||
| 2021-08-08 | CI: fix update lockfile job | Santos Gallegos | |
| Ref https://github.com/nvim-treesitter/nvim-treesitter/pull/1661#issuecomment-894722369 | |||
| 2021-08-07 | feat: allow 'revision' override in parser config (#1661) | Munif Tanjim | |
| 2021-08-06 | Update lockfile.json | GitHub | |
| 2021-08-06 | Update lockfile.json | GitHub | |
| 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-06 | Add zig ftdetect file | Gregory Anders | |
| 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-03 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2021-08-03 | fix: query_predicate - nth | Munif Tanjim | |
