| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Query: highlight numbers | Santos Gallegos | 2021-08-14 | 1 | -0/+3 | |
| | | ||||||
| * | Fix: Improve Elixir highlighting performance (#1682) | Connor Lay (Clay) | 2021-08-13 | 1 | -133/+107 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-08-13 | 1 | -2/+2 | |
| | | ||||||
| * | highlights(zig): label, switch item, operator, punctuation, field property ↵ | maxxnino | 2021-08-12 | 1 | -8/+26 | |
| | | | | | | (#1685) Co-authored-by: maxxnino <idonthaveemail@dontknow.com> | |||||
| * | [docgen] Update README.md | Github Actions | 2021-08-12 | 1 | -1/+1 | |
| | | | | | skip-checks: true | |||||
| * | Enable to highlight shebang on JS/TS | delphinus | 2021-08-12 | 1 | -1/+4 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-08-11 | 1 | -1/+1 | |
| | | ||||||
| * | Update locklife.json | maxxnino | 2021-08-11 | 1 | -1/+1 | |
| | | ||||||
| * | Update new query and parser for zig | maxxnino | 2021-08-11 | 6 | -224/+221 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-08-09 | 1 | -1/+1 | |
| | | ||||||
| * | Fix instance and singleton method locals for Ruby | Yorick Peterse | 2021-08-09 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | 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 | |||||
| * | Update lockfile.json (#1679) | github-actions[bot] | 2021-08-08 | 1 | -1/+1 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | RST: use `any-of?` instead of `match?` (#1678) | Santos Gallegos | 2021-08-08 | 2 | -10/+42 | |
| | | ||||||
| * | RST: add code-block to injections (#1677) | Santos Gallegos | 2021-08-08 | 1 | -1/+1 | |
| | | | | | This isn't part of the rst spec, but it's common enough on third party libs (sphinx specially). | |||||
| * | Update lockfile.json (#1676) | github-actions[bot] | 2021-08-08 | 1 | -2/+2 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | CI: fix update lockfile job | Santos Gallegos | 2021-08-08 | 1 | -3/+7 | |
| | | | | | Ref https://github.com/nvim-treesitter/nvim-treesitter/pull/1661#issuecomment-894722369 | |||||
| * | feat: allow 'revision' override in parser config (#1661) | Munif Tanjim | 2021-08-07 | 2 | -11/+31 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-08-06 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-08-06 | 1 | -7/+7 | |
| | | ||||||
| * | fix(c_sharp): Improve highlights | Luxed | 2021-08-06 | 1 | -3/+73 | |
| | | ||||||
| * | feat(c_sharp): Simplify folds by only folding blocks of code instead of | Luxed | 2021-08-06 | 1 | -16/+13 | |
| | | | | | folding the methods and their attributes | |||||
| * | feat(c_sharp): Add first draft of locals | Luxed | 2021-08-06 | 1 | -0/+41 | |
| | | ||||||
| * | Add zig ftdetect file | Gregory Anders | 2021-08-06 | 1 | -0/+1 | |
| | | ||||||
| * | highlights(zig): function return type, var decl type | maxxnino | 2021-08-04 | 1 | -1/+14 | |
| | | ||||||
| * | highlights(zig): highlight enum,union,error and custom number type | maxxnino | 2021-08-04 | 1 | -2/+9 | |
| | | | | | | | | | * highlight enum field as a constant * highlight cImport and constructor * highlight else_switch enum constant | |||||
| * | [docgen] Update README.md | Github Actions | 2021-08-03 | 1 | -0/+1 | |
| | | | | | skip-checks: true | |||||
| * | fix: query_predicate - nth | Munif Tanjim | 2021-08-03 | 1 | -1/+1 | |
| | | ||||||
| * | highlights(lua): Organize `function_call` queries | Sergio Alejandro Vargas | 2021-08-02 | 1 | -3/+6 | |
| | | ||||||
| * | highlights(lua): Fix method calls | Sergio Alejandro Vargas | 2021-08-02 | 1 | -1/+1 | |
| | | | | | | | 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. | |||||
| * | Update lockfile.json | GitHub | 2021-08-02 | 1 | -8/+14 | |
| | | ||||||
| * | Update teal highlights | Stephan Seitz | 2021-08-02 | 4 | -26/+27 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-08-02 | 1 | -1/+1 | |
| | | ||||||
| * | Feature: Add Surface language and integrate with Elixir (#1645) | Connor Lay (Clay) | 2021-08-01 | 9 | -0/+93 | |
| | | | | | | | | | | | | | | | | | | | | * 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 | |||||
| * | CI: don't require to have parsers installed to check for injections | Santos Gallegos | 2021-08-01 | 1 | -1/+1 | |
| | | ||||||
| * | add compound_lit.c test | leo60228 | 2021-08-01 | 2 | -0/+11 | |
| | | ||||||
| * | Indent C compound_literal_expression | leo60228 | 2021-08-01 | 1 | -0/+1 | |
| | | ||||||
| * | Use node action | Stephan Seitz | 2021-07-31 | 1 | -0/+1 | |
| | | ||||||
| * | Add some missing ftdetect files | Tae Sandoval | 2021-07-30 | 7 | -0/+11 | |
| | | ||||||
| * | [docgen] Update README.md | Github Actions | 2021-07-29 | 1 | -1/+1 | |
| | | | | | skip-checks: true | |||||
| * | feature: add gdresource ftdetect | Pierre Poupin | 2021-07-29 | 1 | -0/+2 | |
| | | ||||||
| * | feature: make godotResource compatible with gdresource filetype | Pierre Poupin | 2021-07-29 | 1 | -1/+2 | |
| | | ||||||
| * | [docgen] Update README.md | Github Actions | 2021-07-29 | 1 | -0/+1 | |
| | | | | | skip-checks: true | |||||
| * | feature: add godotResource queries | Pierre Poupin | 2021-07-29 | 4 | -0/+44 | |
| | | ||||||
| * | highlights(clojure): fix highlighting of #_ | Stephan Seitz | 2021-07-25 | 1 | -1/+4 | |
| | | | | | Fix https://github.com/sogaiu/tree-sitter-clojure/issues/14 | |||||
| * | Update lockfile.json | GitHub | 2021-07-24 | 1 | -1/+1 | |
| | | ||||||
| * | Update YANG parser revision and highlights query | Tomas Sandven | 2021-07-23 | 2 | -9/+20 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-07-22 | 1 | -1/+1 | |
| | | ||||||
| * | added very basic HCL indentation support | Mark Ellis | 2021-07-22 | 1 | -0/+4 | |
| | | ||||||
| * | Remove regex for field | Hennadii Chernyshchyk | 2021-07-22 | 1 | -4/+0 | |
| | | ||||||
| * | recurse_local_nodes: type check local_def to ensure it is a table (#1331) | mads kjeldgaard | 2021-07-21 | 1 | -0/+4 | |
| | | ||||||
