| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(javascript): highlight parameter destructuring patterns | Ananda Umamil | 2023-07-01 | 1 | -0/+19 |
| | | |||||
| * | highlights(javascript): "?." -> optional_chain | GitHub | 2022-08-20 | 1 | -0/+3 |
| | | |||||
| * | Add JS/TS parameters again (#1227) | Stephan Seitz | 2021-04-23 | 1 | -0/+32 |
| | | | | | | * highlights(js): add parameters * highlights(ts): add Typescript parameters | ||||
| * | chore: create ecma base for use in js and ts which fixes jsx issues | kiyan | 2021-03-10 | 1 | -272/+1 |
| | | |||||
| * | feat(javascript): move shorthand prop to property | Steven Sojka | 2021-01-26 | 1 | -5/+3 |
| | | |||||
| * | Remove usages of `@embedded` in highlights | Stephan Seitz | 2021-01-06 | 1 | -1/+1 |
| | | |||||
| * | Add lacked Javascript operators | delphinus | 2020-12-21 | 1 | -0/+16 |
| | | |||||
| * | Javascript unary expression (#712) | Dave Lage | 2020-12-12 | 1 | -0/+1 |
| | | | | | | | | | | * javascript: Move unary_expression matching. * javascript: Move unary_expression matching. * javascript: Update unary to operator * javascript: Update qnary to be more specific | ||||
| * | javascript: Mark shorthand_property_identifier as variable | rockerBOO | 2020-11-27 | 1 | -0/+1 |
| | | |||||
| * | javascript: Add operator to / for division (#689) | Dave Lage | 2020-11-25 | 1 | -0/+1 |
| | | |||||
| * | javascript: : in pairs as punctuation.delimiter (#684) | Dave Lage | 2020-11-23 | 1 | -0/+2 |
| | | | | | | | | | | * javascript: : in pairs as punctuation.delimiter * javascript: Change pair : to operator * javascript: Set pair : as punctuation.delimiter * javacscript: Move pair : to punctuation | ||||
| * | typescript: Add optional_parameter ? | rockerBOO | 2020-11-22 | 1 | -0/+1 |
| | | |||||
| * | Javascript highlights: "..." -> punctuation.special | Stephan Seitz | 2020-11-09 | 1 | -0/+1 |
| | | |||||
| * | JS highlights: highlight optional parameters | Stephan Seitz | 2020-11-09 | 1 | -0/+5 |
| | | |||||
| * | Merge pull request #585 from fffed/patch-1 | Steven Sojka | 2020-10-27 | 1 | -0/+21 |
| |\ | | | | | js: add query for @parameter | ||||
| | * | update comment case for simplefied notation | fffed | 2020-10-27 | 1 | -1/+1 |
| | | | |||||
| | * | add destructuring variations | fffed | 2020-10-27 | 1 | -0/+17 |
| | | | |||||
| | * | remove destructuring from @parameter | fffed | 2020-10-16 | 1 | -4/+0 |
| | | | |||||
| | * | Add additional queries for @parameter for js | fffed | 2020-10-15 | 1 | -0/+8 |
| | | | |||||
| * | | fix(javascript): fix constant variable highlight | Joosep Alviste | 2020-10-23 | 1 | -3/+3 |
| |/ | | | | | | The `@constant` query gets overwritten by the `@constructor` query. They both query for variables starting with an uppercase letter, but the `@constant` query took effect first. | ||||
| * | feat(queries): modeline mechanism for base langs | Thomas Vigouroux | 2020-10-11 | 1 | -0/+1 |
| | | | | | | | | | This implements https://github.com/neovim/neovim/pull/13059#issuecomment-704414189 This behaves like modelines and remove the use of the base_language map. Also, this allows to fine-tune what we actually want to include per query, which is better IMO. | ||||
| * | fix(highlights): Add TSNamespace highlight | Stephan Seitz | 2020-10-10 | 1 | -0/+5 |
| | | | | | | | | | | Start adding highlights for - C++ - Rust (including other scoped_identifier/scoped_type_identifier fixes) - JS (only namespace_import) Addresses #516 | ||||
| * | Add @keyword.operator for operators that are English words and add ↵ | Stephan Seitz | 2020-09-19 | 1 | -6/+12 |
| | | | | | @exception for Java/JS | ||||
| * | Fix #307: Use and document TSVariable/TSVariableBuiltin in all languages | Stephan Seitz | 2020-09-14 | 1 | -0/+4 |
| | | |||||
| * | fix(highlights): add missing js operators | Steven Sojka | 2020-09-10 | 1 | -17/+30 |
| | | |||||
| * | @function.method -> @method | Nathan Smith | 2020-08-17 | 1 | -6/+6 |
| | | |||||
| * | chore(highlights): remove is predicate usage | Steven Sojka | 2020-08-17 | 1 | -6/+0 |
| | | |||||
| * | some refacto, doc fixes and jsx queries | kiyan42 | 2020-08-17 | 1 | -1/+2 |
| | | | | | | | | | | | - compute query language extensions *after* default ones (jsx after javascript) - remove outdated ts_utils functions from docs - add better regex detection to javascript - javascriptreact to use javascript queries - add javascript.jsx to javascript queries - write jsx.scm hl file | ||||
| * | fix(queries): use vim-match for non lua regexes | Steven Sojka | 2020-08-16 | 1 | -3/+3 |
| | | |||||
| * | feat(highlights): add is predicate | Steven Sojka | 2020-08-16 | 1 | -7/+14 |
| | | |||||
| * | add rest_parameters as definition in javascript | Steven Sojka | 2020-07-22 | 1 | -1/+5 |
| | | |||||
| * | fix(javascript): set booleans to boolean highlights | Steven Sojka | 2020-06-15 | 1 | -2/+2 |
| | | |||||
| * | feat(queries): add typescript and javascript queries | Steven Sojka | 2020-06-14 | 1 | -0/+190 |
