aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Change capture groups and add variable highlightsAkin Sowemimo2020-08-093-15/+25
|
* Add break and increment operators and tweak formattingAkin Sowemimo2020-08-091-4/+10
|
* Add todo comment and change this highlight groupAkin Sowemimo2020-08-091-6/+7
|
* Add new highlight queriesAkin Sowemimo2020-08-091-44/+97
|
* Lua: highlight function nameSantos Gallegos2020-08-095-7/+17
|
* Add troubleshooting for when a parser changesSantos Gallegos2020-08-091-1/+9
| | | | This should be merged after https://github.com/nvim-treesitter/nvim-treesitter/pull/243
* highlights(rust): fix some type highlights.Thomas Vigouroux2020-08-071-0/+3
|
* highlights(rust): add async/await keywordsThomas Vigouroux2020-08-071-0/+2
|
* RST: update queriesSantos Gallegos2020-08-071-3/+14
|
* Add noremap option to mappingsRafał Camlet2020-08-064-5/+5
|
* PHP: Update locals queryShirasaka2020-08-052-6/+28
|
* Python: update textobjects queriesSantos Gallegos2020-08-041-1/+22
|
* Lua: fix @error captureSantos Gallegos2020-08-041-1/+1
|
* Add PHP, TOML, and update HTML, javascript queriesShirasaka2020-08-047-2/+233
| | | | | | | - PHP : Add highlights and locals query - TOML : Add highlights and locals query - HTML : Add scope - javascript : Add some scopes
* Lua locals: Make property_identifier a referenceStephan Seitz2020-08-031-0/+2
|
* feat(install): Export iter_cmdStephan Seitz2020-08-021-4/+4
|
* Add 'all' to completions for TSInstall/TSUpdate/TSUninstallStephan Seitz2020-08-021-2/+2
|
* Add TSUninstallStephan Seitz2020-08-022-4/+46
|
* Add TSUpdate command to update parsersStephan Seitz2020-08-024-4/+43
|
* fix decremental selectionkiyan422020-08-021-1/+6
|
* RST: update localsSantos Gallegos2020-08-011-0/+7
|
* RST: update highlightsSantos Gallegos2020-08-011-10/+39
|
* Merge pull request #241 from steelsojka/masterSteven Sojka2020-07-311-1/+41
|\ | | | | feat(predicates): add adjacent predicate
| * feat(predicates): add adjacent predicateSteven Sojka2020-07-311-1/+41
|/
* Docs: rework readmeSantos Gallegos2020-07-292-82/+62
| | | | | | | | - Fix some typos - Remove some unnecessary text that was taking space - Use double quotes in lua examples (this seems to be the convention in the source code) - Sort list of languages so they are easy to find.
* rst: update highlight queriesSantos Gallegos2020-07-291-0/+8
|
* rename query parser to query from schemeSteven Sojka2020-07-284-3/+15
|
* Merge pull request #237 from steelsojka/masterSteven Sojka2020-07-284-0/+17
|\ | | | | feat(parsers): add scheme parser
| * feat(parsers): add scheme parserSteven Sojka2020-07-284-0/+17
|/
* Lua: update some queriesSantos Gallegos2020-07-282-0/+12
| | | | | - Basic textobjects - Highlighting punctuation symbols
* Docs: format and fixesSantos Gallegos2020-07-273-176/+235
| | | | Format the docs to be consisted and some typos.
* C++: locals template_declaration must define their own scope in which the ↵Stephan Seitz2020-07-271-1/+2
| | | | template arguments are valid
* configs: attach on unknown parsers tooThomas Vigouroux2020-07-273-6/+3
|
* C/C++ locals: Make `field_identifier` a referenceStephan Seitz2020-07-271-0/+2
|
* Java locals: use has-ancestor? to match importsStephan Seitz2020-07-271-9/+3
|
* Java highlights/locals: Add catch_formal_parameterStephan Seitz2020-07-272-0/+4
|
* Java highlights: Add highlight for thisStephan Seitz2020-07-272-3/+10
|
* Add Java localsChinmay Dalal2020-07-271-6/+65
| | | | Co-authored: @PitcherTear22
* Predicates: remove function unlispify and use Lisp names directlyStephan Seitz2020-07-271-11/+6
|
* Add predicate: has-ancestor?Stephan Seitz2020-07-271-5/+26
|
* Add predicates moduleStephan Seitz2020-07-272-1/+70
|
* Parsers: add reStructuredTextSantos Gallegos2020-07-279-4/+186
|
* Dart highlights: add documentation_commentStephan Seitz2020-07-261-0/+1
|
* Dart highlighs: disable invalid nodes after parser update to fix CIStephan Seitz2020-07-261-5/+6
|
* Go locals: Make func_literal (lambda) a @scopeStephan Seitz2020-07-261-1/+3
|
* Go locals: use reference.kind for callsStephan Seitz2020-07-261-10/+18
|
* Go locals: range_clause can define variablesStephan Seitz2020-07-241-0/+5
| | | | | | | | ```go for _, num := range numbers { fmt.Print(num, " ") } ```
* Rename attribute to annotationAkin Sowemimo2020-07-233-4/+4
|
* Remove todo commentAkin Sowemimo2020-07-231-1/+0
|
* Add attribute to the highlight mapAkin Sowemimo2020-07-232-0/+2
|