| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(locals): add shorthand identifiers as references and definitions | Steven Sojka | 2020-08-14 | 1 | -1/+6 |
| | | |||||
| * | Python highlights: Highlight ->, ... | Stephan Seitz | 2020-08-14 | 1 | -1/+2 |
| | | |||||
| * | Fix #286: Highlight C++ raw_string_literal | Stephan Seitz | 2020-08-13 | 1 | -0/+4 |
| | | |||||
| * | fix(java): add lambdas as a scope | Steven Sojka | 2020-08-12 | 1 | -2/+6 |
| | | |||||
| * | RST: update textobjects | Santos Gallegos | 2020-08-11 | 1 | -0/+4 |
| | | |||||
| * | Lua highlights: add operator "=" and punctuation | Stephan Seitz | 2020-08-11 | 1 | -0/+4 |
| | | |||||
| * | Re add missing comments | Akin Sowemimo | 2020-08-09 | 1 | -3/+7 |
| | | |||||
| * | Change capture groups and add variable highlights | Akin Sowemimo | 2020-08-09 | 1 | -15/+18 |
| | | |||||
| * | 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 | 1 | -7/+10 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 | 6 | -0/+231 |
| | | | | | | | | - 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 |
| | | |||||
| * | RST: update locals | Santos Gallegos | 2020-08-01 | 1 | -0/+7 |
| | | |||||
| * | RST: update highlights | Santos Gallegos | 2020-08-01 | 1 | -10/+39 |
| | | |||||
| * | rst: update highlight queries | Santos Gallegos | 2020-07-29 | 1 | -0/+8 |
| | | |||||
| * | rename query parser to query from scheme | Steven Sojka | 2020-07-28 | 3 | -1/+13 |
| | | |||||
| * | feat(parsers): add scheme parser | Steven Sojka | 2020-07-28 | 2 | -0/+9 |
| | | |||||
| * | Lua: update some queries | Santos Gallegos | 2020-07-28 | 2 | -0/+12 |
| | | | | | | - Basic textobjects - Highlighting punctuation symbols | ||||
| * | C++: locals template_declaration must define their own scope in which the ↵ | Stephan Seitz | 2020-07-27 | 1 | -1/+2 |
| | | | | | template arguments are valid | ||||
| * | 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 | ||||
| * | Parsers: add reStructuredText | Santos Gallegos | 2020-07-27 | 3 | -0/+114 |
| | | |||||
| * | 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 | 1 | -2/+2 |
| | | |||||
| * | Remove todo comment | Akin Sowemimo | 2020-07-23 | 1 | -1/+0 |
| | | |||||
| * | Add getter and setter signature highlights | Akin Sowemimo | 2020-07-23 | 1 | -2/+7 |
| | | |||||
| * | Add some operators and match classes (with regex) | Akin Sowemimo | 2020-07-23 | 1 | -6/+41 |
| | | |||||
| * | Dart highlights: Add some basic queries | Stephan Seitz | 2020-07-23 | 1 | -0/+104 |
| | | |||||
| * | add js textobject queries | Steven Sojka | 2020-07-22 | 1 | -0/+36 |
| | | |||||
| * | Fix #198: prefer method highlighting over attribute | Stephan Seitz | 2020-07-22 | 1 | -4/+4 |
| | | |||||
| * | Python highlights: add lambda parameters | Stephan Seitz | 2020-07-22 | 1 | -0/+6 |
| | | |||||
| * | Merge pull request #209 from steelsojka/master | Steven Sojka | 2020-07-22 | 2 | -6/+14 |
| |\ | | | | | add rest_parameters as definition in javascript | ||||
| | * | add rest_parameters as definition in javascript | Steven Sojka | 2020-07-22 | 2 | -6/+14 |
| | | | |||||
| * | | fixes golang method highlights (overwritten by parameter in the ordering) | winwisely268 | 2020-07-22 | 1 | -15/+15 |
| |/ | |||||
| * | Added some more fixes to c# highlighting | Steve Vermeulen | 2020-07-20 | 1 | -0/+12 |
| | | |||||
