| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Change capture groups and add variable highlights | Akin Sowemimo | 2020-08-09 | 3 | -15/+25 | |
| | | ||||||
| * | Add break and increment operators and tweak formatting | Akin Sowemimo | 2020-08-09 | 1 | -4/+10 | |
| | | ||||||
| * | Add todo comment and change this highlight group | Akin Sowemimo | 2020-08-09 | 1 | -6/+7 | |
| | | ||||||
| * | Add new highlight queries | Akin Sowemimo | 2020-08-09 | 1 | -44/+97 | |
| | | ||||||
| * | Lua: highlight function name | Santos Gallegos | 2020-08-09 | 5 | -7/+17 | |
| | | ||||||
| * | Add troubleshooting for when a parser changes | Santos Gallegos | 2020-08-09 | 1 | -1/+9 | |
| | | | | | This should be merged after https://github.com/nvim-treesitter/nvim-treesitter/pull/243 | |||||
| * | highlights(rust): fix some type highlights. | Thomas Vigouroux | 2020-08-07 | 1 | -0/+3 | |
| | | ||||||
| * | highlights(rust): add async/await keywords | Thomas Vigouroux | 2020-08-07 | 1 | -0/+2 | |
| | | ||||||
| * | RST: update queries | Santos Gallegos | 2020-08-07 | 1 | -3/+14 | |
| | | ||||||
| * | Add noremap option to mappings | Rafał Camlet | 2020-08-06 | 4 | -5/+5 | |
| | | ||||||
| * | PHP: Update locals query | Shirasaka | 2020-08-05 | 2 | -6/+28 | |
| | | ||||||
| * | Python: update textobjects queries | Santos Gallegos | 2020-08-04 | 1 | -1/+22 | |
| | | ||||||
| * | Lua: fix @error capture | Santos Gallegos | 2020-08-04 | 1 | -1/+1 | |
| | | ||||||
| * | Add PHP, TOML, and update HTML, javascript queries | Shirasaka | 2020-08-04 | 7 | -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 reference | Stephan Seitz | 2020-08-03 | 1 | -0/+2 | |
| | | ||||||
| * | feat(install): Export iter_cmd | Stephan Seitz | 2020-08-02 | 1 | -4/+4 | |
| | | ||||||
| * | Add 'all' to completions for TSInstall/TSUpdate/TSUninstall | Stephan Seitz | 2020-08-02 | 1 | -2/+2 | |
| | | ||||||
| * | Add TSUninstall | Stephan Seitz | 2020-08-02 | 2 | -4/+46 | |
| | | ||||||
| * | Add TSUpdate command to update parsers | Stephan Seitz | 2020-08-02 | 4 | -4/+43 | |
| | | ||||||
| * | fix decremental selection | kiyan42 | 2020-08-02 | 1 | -1/+6 | |
| | | ||||||
| * | RST: update locals | Santos Gallegos | 2020-08-01 | 1 | -0/+7 | |
| | | ||||||
| * | RST: update highlights | Santos Gallegos | 2020-08-01 | 1 | -10/+39 | |
| | | ||||||
| * | Merge pull request #241 from steelsojka/master | Steven Sojka | 2020-07-31 | 1 | -1/+41 | |
| |\ | | | | | feat(predicates): add adjacent predicate | |||||
| | * | feat(predicates): add adjacent predicate | Steven Sojka | 2020-07-31 | 1 | -1/+41 | |
| |/ | ||||||
| * | Docs: rework readme | Santos Gallegos | 2020-07-29 | 2 | -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 queries | Santos Gallegos | 2020-07-29 | 1 | -0/+8 | |
| | | ||||||
| * | rename query parser to query from scheme | Steven Sojka | 2020-07-28 | 4 | -3/+15 | |
| | | ||||||
| * | Merge pull request #237 from steelsojka/master | Steven Sojka | 2020-07-28 | 4 | -0/+17 | |
| |\ | | | | | feat(parsers): add scheme parser | |||||
| | * | feat(parsers): add scheme parser | Steven Sojka | 2020-07-28 | 4 | -0/+17 | |
| |/ | ||||||
| * | Lua: update some queries | Santos Gallegos | 2020-07-28 | 2 | -0/+12 | |
| | | | | | | - Basic textobjects - Highlighting punctuation symbols | |||||
| * | Docs: format and fixes | Santos Gallegos | 2020-07-27 | 3 | -176/+235 | |
| | | | | | Format the docs to be consisted and some typos. | |||||
| * | C++: locals template_declaration must define their own scope in which the ↵ | Stephan Seitz | 2020-07-27 | 1 | -1/+2 | |
| | | | | | template arguments are valid | |||||
| * | configs: attach on unknown parsers too | Thomas Vigouroux | 2020-07-27 | 3 | -6/+3 | |
| | | ||||||
| * | C/C++ locals: Make `field_identifier` a reference | Stephan Seitz | 2020-07-27 | 1 | -0/+2 | |
| | | ||||||
| * | Java locals: use has-ancestor? to match imports | Stephan Seitz | 2020-07-27 | 1 | -9/+3 | |
| | | ||||||
| * | Java highlights/locals: Add catch_formal_parameter | Stephan Seitz | 2020-07-27 | 2 | -0/+4 | |
| | | ||||||
| * | Java highlights: Add highlight for this | Stephan Seitz | 2020-07-27 | 2 | -3/+10 | |
| | | ||||||
| * | Add Java locals | Chinmay Dalal | 2020-07-27 | 1 | -6/+65 | |
| | | | | | Co-authored: @PitcherTear22 | |||||
| * | Predicates: remove function unlispify and use Lisp names directly | Stephan Seitz | 2020-07-27 | 1 | -11/+6 | |
| | | ||||||
| * | Add predicate: has-ancestor? | Stephan Seitz | 2020-07-27 | 1 | -5/+26 | |
| | | ||||||
| * | Add predicates module | Stephan Seitz | 2020-07-27 | 2 | -1/+70 | |
| | | ||||||
| * | Parsers: add reStructuredText | Santos Gallegos | 2020-07-27 | 9 | -4/+186 | |
| | | ||||||
| * | Dart highlights: add documentation_comment | Stephan Seitz | 2020-07-26 | 1 | -0/+1 | |
| | | ||||||
| * | Dart highlighs: disable invalid nodes after parser update to fix CI | Stephan Seitz | 2020-07-26 | 1 | -5/+6 | |
| | | ||||||
| * | Go locals: Make func_literal (lambda) a @scope | Stephan Seitz | 2020-07-26 | 1 | -1/+3 | |
| | | ||||||
| * | Go locals: use reference.kind for calls | Stephan Seitz | 2020-07-26 | 1 | -10/+18 | |
| | | ||||||
| * | Go locals: range_clause can define variables | Stephan Seitz | 2020-07-24 | 1 | -0/+5 | |
| | | | | | | | | | ```go for _, num := range numbers { fmt.Print(num, " ") } ``` | |||||
| * | Rename attribute to annotation | Akin Sowemimo | 2020-07-23 | 3 | -4/+4 | |
| | | ||||||
| * | Remove todo comment | Akin Sowemimo | 2020-07-23 | 1 | -1/+0 | |
| | | ||||||
| * | Add attribute to the highlight map | Akin Sowemimo | 2020-07-23 | 2 | -0/+2 | |
| | | ||||||
