aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* parsers: remove requires_generate_from_grammar for supercolliderStephan Seitz2021-05-171-1/+0
|
* Update lockfile.jsonGitHub2021-05-171-1/+1
|
* highlights(fortran): `@annotation` -> `@attribute`Stephan Seitz2021-05-171-1/+1
|
* parsers: fortran no longer requires_generate_from_grammarStephan Seitz2021-05-171-1/+0
|
* supercollider: simplify methodMads Kjeldgaard2021-05-171-4/+2
|
* Update lockfile.jsonGitHub2021-05-171-1/+4
|
* feat(fish): highlight test_optionThomas Vigouroux2021-05-171-0/+1
|
* Update lockfile.jsonGitHub2021-05-171-1/+1
|
* Update queries/commonlisp/highlights.scmStephan Seitz2021-05-171-1/+1
| | | Co-authored-by: Santos Gallegos <stsewd@protonmail.com>
* highlights(commonlisp): use any-of?Stephan Seitz2021-05-171-2/+46
|
* Clojure: Add folds.scmStephan Seitz2021-05-171-0/+1
|
* Clojure/Lisp: Add char_lit to highlightsStephan Seitz2021-05-172-1/+3
|
* Use `@symbol` in clojure in commonlispStephan Seitz2021-05-173-13/+14
|
* Extend CL highlightsStephan Seitz2021-05-175-32/+66
|
* Add support for Common LispStephan Seitz2021-05-175-7/+198
|
* highlights(latex): use any-of?Stephan Seitz2021-05-171-4/+36
|
* highlights(latex): add more math environmentsStephan Seitz2021-05-171-11/+3
| | | | Fix #1293
* highlights(latex): add more commandsStephan Seitz2021-05-171-6/+215
|
* highlights(ecma): use KeywordFunction as a highlight group for functionantonk522021-05-171-1/+4
|
* Update lockfile.jsonGitHub2021-05-171-1/+1
|
* Update queries/php/highlights.scmStephan Seitz2021-05-171-2/+2
| | | Co-authored-by: Santos Gallegos <stsewd@protonmail.com>
* highlights/locals(php): rename type_name -> named_typeStephan Seitz2021-05-172-2/+7
|
* Update lockfile.jsonGitHub2021-05-171-6/+6
|
* comment: remove `@combined`Omar Zeghouani2021-05-171-1/+1
|
* Add Julia queriesSergio Alejandro Vargas2021-05-161-0/+11
|
* Add `do_statement` to lua foldsSergio Alejandro Vargas2021-05-161-0/+1
|
* Add filetype detection for go.mod filesCamden Cheek2021-05-161-0/+1
|
* highlights(python): use any-of?Stephan Seitz2021-05-161-9/+30
|
* highlights(latex): fix regexes with backslashesStephan Seitz2021-05-121-4/+4
| | | | | | https://github.com/neovim/neovim/pull/14382 requires to escape `\` is regexes if they are verbatim `\` They change in Neovim was incompatible so people that are still behind that revision will have this regex not matching (but it should at least not error)
* Update lockfile.jsonGitHub2021-05-111-10/+13
|
* highlights(ocaml): add hash and sign operatorsPau Ruiz Safont2021-05-111-0/+2
|
* Update lockfile.jsonGitHub2021-05-111-2/+2
|
* Add config for Dockerfile parser (#1288)Camden Cheek2021-05-114-0/+63
|
* Use BufNewFile,BufRead for query filetypeShatur952021-05-081-1/+1
|
* Add GDScript filetypeShatur952021-05-081-0/+1
|
* [docgen] Update README.mdGithub Actions2021-05-071-1/+1
| | | | skip-checks: true
* chore(erlang): don't generate parser from grammarThomas Vigouroux2021-05-071-1/+0
|
* Update lockfile.jsonGitHub2021-05-071-10/+13
|
* Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"Santos Gallegos2021-05-0742-46/+41
| | | | This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b.
* Add fish queriesOmar Zeghouani2021-05-076-0/+191
| | | | | | | | | | | | Add isatty as builtin Update function_definition option Update highlights.scm per review Fix list indentation Add maintainer names
* [docgen] Update README.mdGithub Actions2021-05-071-0/+1
| | | | skip-checks: true
* parsers: add tree-sitter-fishStephan Seitz2021-05-071-0/+7
| | | | Addresses #1268
* highlights(c): highlight (escape_sequence)Stephan Seitz2021-05-011-0/+1
|
* Update lockfile.jsonGitHub2021-04-281-5/+8
|
* Fix indentationCamden Cheek2021-04-281-1/+1
|
* [docgen] Update README.mdGithub Actions2021-04-281-0/+1
| | | | skip-checks: true
* Add go-mod tree-sitter configCamden Cheek2021-04-282-0/+27
| | | | | Adds a tree-sitter config for go.mod files as well as highlighting queries.
* locals(js,ts): Add parameters again (#1231)Stephan Seitz2021-04-283-28/+56
|
* Comment: use `@combined` to create just one tree per buffer (#1252)Santos Gallegos2021-04-2842-41/+46
| | | | | | | | | | | | * Comment: use `@combined` to create just one tree per buffer There is no need to create a tree per line/block for comments. Should fix https://github.com/nvim-treesitter/nvim-treesitter/issues/1251 * Add injections for scss * Fix jsonc * Combine jsdoc
* folds(c): fold at case_statementStephan Seitz2021-04-261-0/+1
|