aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Query: highlight numbersSantos Gallegos2021-08-141-0/+3
|
* Fix: Improve Elixir highlighting performance (#1682)Connor Lay (Clay)2021-08-131-133/+107
|
* Update lockfile.jsonGitHub2021-08-131-2/+2
|
* highlights(zig): label, switch item, operator, punctuation, field property ↵maxxnino2021-08-121-8/+26
| | | | | (#1685) Co-authored-by: maxxnino <idonthaveemail@dontknow.com>
* [docgen] Update README.mdGithub Actions2021-08-121-1/+1
| | | | skip-checks: true
* Enable to highlight shebang on JS/TSdelphinus2021-08-121-1/+4
|
* Update lockfile.jsonGitHub2021-08-111-1/+1
|
* Update locklife.jsonmaxxnino2021-08-111-1/+1
|
* Update new query and parser for zigmaxxnino2021-08-116-224/+221
|
* Update lockfile.jsonGitHub2021-08-091-1/+1
|
* Fix instance and singleton method locals for RubyYorick Peterse2021-08-091-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-081-1/+1
| | | Co-authored-by: GitHub <noreply@github.com>
* RST: use `any-of?` instead of `match?` (#1678)Santos Gallegos2021-08-082-10/+42
|
* RST: add code-block to injections (#1677)Santos Gallegos2021-08-081-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-081-2/+2
| | | Co-authored-by: GitHub <noreply@github.com>
* CI: fix update lockfile jobSantos Gallegos2021-08-081-3/+7
| | | | Ref https://github.com/nvim-treesitter/nvim-treesitter/pull/1661#issuecomment-894722369
* feat: allow 'revision' override in parser config (#1661)Munif Tanjim2021-08-072-11/+31
|
* Update lockfile.jsonGitHub2021-08-061-1/+1
|
* Update lockfile.jsonGitHub2021-08-061-7/+7
|
* fix(c_sharp): Improve highlightsLuxed2021-08-061-3/+73
|
* feat(c_sharp): Simplify folds by only folding blocks of code instead ofLuxed2021-08-061-16/+13
| | | | folding the methods and their attributes
* feat(c_sharp): Add first draft of localsLuxed2021-08-061-0/+41
|
* Add zig ftdetect fileGregory Anders2021-08-061-0/+1
|
* highlights(zig): function return type, var decl typemaxxnino2021-08-041-1/+14
|
* highlights(zig): highlight enum,union,error and custom number typemaxxnino2021-08-041-2/+9
| | | | | | | | * highlight enum field as a constant * highlight cImport and constructor * highlight else_switch enum constant
* [docgen] Update README.mdGithub Actions2021-08-031-0/+1
| | | | skip-checks: true
* fix: query_predicate - nthMunif Tanjim2021-08-031-1/+1
|
* highlights(lua): Organize `function_call` queriesSergio Alejandro Vargas2021-08-021-3/+6
|
* highlights(lua): Fix method callsSergio Alejandro Vargas2021-08-021-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.jsonGitHub2021-08-021-8/+14
|
* Update teal highlightsStephan Seitz2021-08-024-26/+27
|
* Update lockfile.jsonGitHub2021-08-021-1/+1
|
* Feature: Add Surface language and integrate with Elixir (#1645)Connor Lay (Clay)2021-08-019-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 injectionsSantos Gallegos2021-08-011-1/+1
|
* add compound_lit.c testleo602282021-08-012-0/+11
|
* Indent C compound_literal_expressionleo602282021-08-011-0/+1
|
* Use node actionStephan Seitz2021-07-311-0/+1
|
* Add some missing ftdetect filesTae Sandoval2021-07-307-0/+11
|
* [docgen] Update README.mdGithub Actions2021-07-291-1/+1
| | | | skip-checks: true
* feature: add gdresource ftdetectPierre Poupin2021-07-291-0/+2
|
* feature: make godotResource compatible with gdresource filetypePierre Poupin2021-07-291-1/+2
|
* [docgen] Update README.mdGithub Actions2021-07-291-0/+1
| | | | skip-checks: true
* feature: add godotResource queriesPierre Poupin2021-07-294-0/+44
|
* highlights(clojure): fix highlighting of #_Stephan Seitz2021-07-251-1/+4
| | | | Fix https://github.com/sogaiu/tree-sitter-clojure/issues/14
* Update lockfile.jsonGitHub2021-07-241-1/+1
|
* Update YANG parser revision and highlights queryTomas Sandven2021-07-232-9/+20
|
* Update lockfile.jsonGitHub2021-07-221-1/+1
|
* added very basic HCL indentation supportMark Ellis2021-07-221-0/+4
|
* Remove regex for fieldHennadii Chernyshchyk2021-07-221-4/+0
|
* recurse_local_nodes: type check local_def to ensure it is a table (#1331)mads kjeldgaard2021-07-211-0/+4
|