aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* simplify treatement of escape sequencesDavid Hotham2020-12-251-2/+1
|
* remove plus from list of punctuationDavid Hotham2020-12-251-1/+0
|
* first draft of YAML highlightingDavid Hotham2020-12-251-0/+31
|
* feat: Add more bash queriesMike2020-12-252-0/+8
| | | | | Add missing fold queries Add "function" to keywords highlights
* remove duplication of query for numberDavid Hotham2020-12-251-6/+2
|
* match test for regexDavid Hotham2020-12-251-0/+3
|
* fixes to bash highlightingDavid Hotham2020-12-251-7/+7
|
* Improve python/indents.scmJędrzej Boczar2020-12-211-7/+29
|
* Remove deprecated highlightsdelphinus2020-12-212-6/+0
|
* Revert "Add lacked highlight link defined in highlight.lua"delphinus2020-12-211-3/+0
| | | | This reverts commit 00f4f4d9856da0191c1d7f0d33f22b7cfcbb56c8.
* Add lacked highlight link defined in highlight.luadelphinus2020-12-211-0/+3
|
* Add lacked Javascript operatorsdelphinus2020-12-211-0/+16
|
* Update lockfile.jsontheHamsta2020-12-201-1/+1
|
* stricter regex kotlin constantsTormod Alf Try Tufteland2020-12-201-2/+2
|
* Python: fix self highlighingSantos Gallegos2020-12-181-1/+1
|
* Add more ruby built-in constantsKassio Borges2020-12-181-1/+1
|
* Update indents.scmEvan2020-12-181-0/+2
|
* Create indents.scm for pythonEvan2020-12-181-0/+14
|
* fix(query): add noop handler for make-rangeSteven Sojka2020-12-181-3/+2
|
* Update lockfile.jsontheHamsta2020-12-171-1/+1
|
* Update for teal-0.9Corey Williamson2020-12-173-47/+76
|
* Remove duplicate capture for `function_definition`El Piloto2020-12-161-2/+4
|
* Capture anonymous functions assigned to variablesEl Piloto2020-12-161-0/+5
| | | | Closes https://github.com/nvim-treesitter/nvim-treesitter/issues/709
* fix: support shiftwidth for indents.Senghan Bright2020-12-161-1/+2
|
* Ruby highlights: Unify call and method_call (follow tree-sitter-ruby)Stephan Seitz2020-12-161-12/+3
|
* Update lockfile.jsonkyazdani422020-12-161-2/+2
|
* editorconfig: set tab_width to 2 for lua filesThanabodee Charoenpiriyakij2020-12-161-0/+3
|
* Update lockfile.jsontheHamsta2020-12-141-1/+1
|
* Bash highlights: reset highlighting in expansionStephan Seitz2020-12-141-0/+4
|
* Update lockfile.jsontheHamsta2020-12-131-2/+2
|
* Fix doc typoJonathan2020-12-131-1/+1
|
* Javascript unary expression (#712)Dave Lage2020-12-122-2/+1
| | | | | | | | | * javascript: Move unary_expression matching. * javascript: Move unary_expression matching. * javascript: Update unary to operator * javascript: Update qnary to be more specific
* Update lockfile.jsonkyazdani422020-12-121-1/+1
|
* Update lockfileStephan Seitz2020-12-121-4/+4
|
* [docgen] Update README.mdGithub Actions2020-12-124-8/+25
| | | | skip-checks: true
* Add fix for vim.fn.executable(vim.NIL)Stephan Seitz2020-12-121-1/+1
| | | | | | This might be a hard error in future: https://github.com/neovim/neovim/issues/13485 https://github.com/vim/vim/commit/7bb4e74c38642682cfdd0cb4052adfa5efdd7dd1
* go: Add package_identifier as variablerockerBOO2020-12-101-0/+1
|
* [docgen] Update README.mdGithub Actions2020-12-101-0/+1
| | | | skip-checks: true
* Pin Erlang parserStephan Seitz2020-12-102-1/+4
|
* fix erlang parser installationOkan Esen2020-12-101-1/+2
|
* Add Erlang parser to listLeandro Ostera2020-12-101-0/+8
|
* Allow user configure parsers using metatablesLuis Carlos Cruz Carballo2020-12-092-12/+40
|
* Update Elm parserStephan Seitz2020-12-091-1/+1
| | | | No new nodes only a fix for trailing spaces
* fix: find parsers correctlyli2020-12-091-0/+2
| | | | Explicitely installed parsers will not be found implicitely
* Update ruby parserStephan Seitz2020-12-081-1/+1
| | | | | - Fix handling of multi-line interpolations within heredocs - Add operator field name to operator_assignment
* Update ruby parserStephan Seitz2020-12-081-1/+1
| | | | Includes fixes for float rationals and keyword parameters
* typorockerBOO2020-12-071-1/+1
|
* cleanup: Add additional contextrockerBOO2020-12-071-1/+3
|
* Add TSComment to docsrockerBOO2020-12-071-0/+4
|
* docs: Update docs for missing groups, re-order alphabeticallyrockerBOO2020-12-072-126/+154
|