| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-28 | locals(js,ts): Add parameters again (#1231) | Stephan Seitz | |
| 2021-04-23 | Add JS/TS parameters again (#1227) | Stephan Seitz | |
| * highlights(js): add parameters * highlights(ts): add Typescript parameters | |||
| 2021-03-10 | chore: create ecma base for use in js and ts which fixes jsx issues | kiyan | |
| 2021-03-01 | feat: use @ignore for comments and multiline strings | elianiva | |
| 2021-03-01 | Support the glimmer parser when the `hbs` template literal tag is used | NullVoxPopuli | |
| 2021-02-11 | feat(javascript): add template string language injection | Steven Sojka | |
| 2021-01-26 | feat(javascript): move shorthand prop to property | Steven Sojka | |
| 2021-01-20 | fix: js indent for object inside arguments | elianiva | |
| 2021-01-14 | feat: added more indent queries | elianiva | |
| 2021-01-07 | feat(js): add regex injections (#834) | Steven Sojka | |
| 2021-01-06 | Remove usages of `@embedded` in highlights | Stephan Seitz | |
| 2020-12-21 | Add lacked Javascript operators | delphinus | |
| 2020-12-12 | Javascript unary expression (#712) | Dave Lage | |
| * javascript: Move unary_expression matching. * javascript: Move unary_expression matching. * javascript: Update unary to operator * javascript: Update qnary to be more specific | |||
| 2020-11-29 | graphql: add injection to javascript and add comment query | Luis Carlos Cruz Carballo | |
| 2020-11-27 | javascript: Mark shorthand_property_identifier as variable | rockerBOO | |
| 2020-11-25 | javascript: Add operator to / for division (#689) | Dave Lage | |
| 2020-11-23 | fix(injections): update to new API | Thomas Vigouroux | |
| 2020-11-23 | javascript: : in pairs as punctuation.delimiter (#684) | Dave Lage | |
| * javascript: : in pairs as punctuation.delimiter * javascript: Change pair : to operator * javascript: Set pair : as punctuation.delimiter * javacscript: Move pair : to punctuation | |||
| 2020-11-22 | typescript: Add optional_parameter ? | rockerBOO | |
| 2020-11-09 | Javascript highlights: "..." -> punctuation.special | Stephan Seitz | |
| 2020-11-09 | JS highlights: highlight optional parameters | Stephan Seitz | |
| 2020-10-27 | feat(js): add jsdoc lang injection | Steven Sojka | |
| 2020-10-27 | Merge pull request #585 from fffed/patch-1 | Steven Sojka | |
| js: add query for @parameter | |||
| 2020-10-27 | update comment case for simplefied notation | fffed | |
| 2020-10-27 | add destructuring variations | fffed | |
| 2020-10-23 | fix(javascript): fix constant variable highlight | Joosep Alviste | |
| 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. | |||
| 2020-10-16 | feat(folds): add catch_clause to js folds | Sam Bernheim | |
| 2020-10-16 | feat: add more javascript folds | sbernehim4 | |
| 2020-10-16 | remove destructuring from @parameter | fffed | |
| 2020-10-15 | Add additional queries for @parameter for js | fffed | |
| 2020-10-11 | feat(queries): modeline mechanism for base langs | Thomas Vigouroux | |
| 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. | |||
| 2020-10-10 | fix(highlights): Add TSNamespace highlight | Stephan Seitz | |
| Start adding highlights for - C++ - Rust (including other scoped_identifier/scoped_type_identifier fixes) - JS (only namespace_import) Addresses #516 | |||
| 2020-10-04 | Remove textobjects module | Stephan Seitz | |
| 2020-09-19 | Add @keyword.operator for operators that are English words and add ↵ | Stephan Seitz | |
| @exception for Java/JS | |||
| 2020-09-14 | Fix #307: Use and document TSVariable/TSVariableBuiltin in all languages | Stephan Seitz | |
| 2020-09-14 | Folds: rename query files to folds.scm to be consistent | Santos Gallegos | |
| We use plural names for all query files except folds. | |||
| 2020-09-10 | fix(highlights): add missing js operators | Steven Sojka | |
| 2020-09-07 | fix using highlight query extension for every query type | kyazdani42 | |
| 2020-09-06 | feat(folds): add ts and js folds | Steven Sojka | |
| 2020-09-02 | fix(locals): js add arrow function parameter as definition | Steven Sojka | |
| 2020-08-26 | fix(locals): add js namespace import as definition | Steven Sojka | |
| 2020-08-17 | @function.method -> @method | Nathan Smith | |
| 2020-08-17 | Merge pull request #319 from kyazdani42/feat/add-jsx-fragment-and-self-closing | Steven Sojka | |
| add jsx fragment and jsx self closing element highlights | |||
| 2020-08-17 | chore(highlights): remove is predicate usage | Steven Sojka | |
| 2020-08-17 | add jsx fragment and jsx self closing element highlights | kiyan42 | |
| 2020-08-17 | some refacto, doc fixes and jsx queries | kiyan42 | |
| - 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 | |||
| 2020-08-16 | fix(queries): use vim-match for non lua regexes | Steven Sojka | |
| 2020-08-16 | Merge pull request #296 from steelsojka/feat-is-predicate | Steven Sojka | |
| feat(highlights): add is predicate | |||
| 2020-08-16 | feat(definitions): allow setting of scope | Steven Sojka | |
| 2020-08-16 | feat(highlights): add is predicate | Steven Sojka | |
