summaryrefslogtreecommitdiff
path: root/queries/javascript
AgeCommit message (Collapse)Author
2021-04-28locals(js,ts): Add parameters again (#1231)Stephan Seitz
2021-04-23Add JS/TS parameters again (#1227)Stephan Seitz
* highlights(js): add parameters * highlights(ts): add Typescript parameters
2021-03-10chore: create ecma base for use in js and ts which fixes jsx issueskiyan
2021-03-01feat: use @ignore for comments and multiline stringselianiva
2021-03-01Support the glimmer parser when the `hbs` template literal tag is usedNullVoxPopuli
2021-02-11feat(javascript): add template string language injectionSteven Sojka
2021-01-26feat(javascript): move shorthand prop to propertySteven Sojka
2021-01-20fix: js indent for object inside argumentselianiva
2021-01-14feat: added more indent querieselianiva
2021-01-07feat(js): add regex injections (#834)Steven Sojka
2021-01-06Remove usages of `@embedded` in highlightsStephan Seitz
2020-12-21Add lacked Javascript operatorsdelphinus
2020-12-12Javascript 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-29graphql: add injection to javascript and add comment queryLuis Carlos Cruz Carballo
2020-11-27javascript: Mark shorthand_property_identifier as variablerockerBOO
2020-11-25javascript: Add operator to / for division (#689)Dave Lage
2020-11-23fix(injections): update to new APIThomas Vigouroux
2020-11-23javascript: : 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-22typescript: Add optional_parameter ?rockerBOO
2020-11-09Javascript highlights: "..." -> punctuation.specialStephan Seitz
2020-11-09JS highlights: highlight optional parametersStephan Seitz
2020-10-27feat(js): add jsdoc lang injectionSteven Sojka
2020-10-27Merge pull request #585 from fffed/patch-1Steven Sojka
js: add query for @parameter
2020-10-27update comment case for simplefied notationfffed
2020-10-27add destructuring variationsfffed
2020-10-23fix(javascript): fix constant variable highlightJoosep 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-16feat(folds): add catch_clause to js foldsSam Bernheim
2020-10-16feat: add more javascript foldssbernehim4
2020-10-16remove destructuring from @parameterfffed
2020-10-15Add additional queries for @parameter for jsfffed
2020-10-11feat(queries): modeline mechanism for base langsThomas 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-10fix(highlights): Add TSNamespace highlightStephan Seitz
Start adding highlights for - C++ - Rust (including other scoped_identifier/scoped_type_identifier fixes) - JS (only namespace_import) Addresses #516
2020-10-04Remove textobjects moduleStephan Seitz
2020-09-19Add @keyword.operator for operators that are English words and add ↵Stephan Seitz
@exception for Java/JS
2020-09-14Fix #307: Use and document TSVariable/TSVariableBuiltin in all languagesStephan Seitz
2020-09-14Folds: rename query files to folds.scm to be consistentSantos Gallegos
We use plural names for all query files except folds.
2020-09-10fix(highlights): add missing js operatorsSteven Sojka
2020-09-07fix using highlight query extension for every query typekyazdani42
2020-09-06feat(folds): add ts and js foldsSteven Sojka
2020-09-02fix(locals): js add arrow function parameter as definitionSteven Sojka
2020-08-26fix(locals): add js namespace import as definitionSteven Sojka
2020-08-17@function.method -> @methodNathan Smith
2020-08-17Merge pull request #319 from kyazdani42/feat/add-jsx-fragment-and-self-closingSteven Sojka
add jsx fragment and jsx self closing element highlights
2020-08-17chore(highlights): remove is predicate usageSteven Sojka
2020-08-17add jsx fragment and jsx self closing element highlightskiyan42
2020-08-17some refacto, doc fixes and jsx querieskiyan42
- 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-16fix(queries): use vim-match for non lua regexesSteven Sojka
2020-08-16Merge pull request #296 from steelsojka/feat-is-predicateSteven Sojka
feat(highlights): add is predicate
2020-08-16feat(definitions): allow setting of scopeSteven Sojka
2020-08-16feat(highlights): add is predicateSteven Sojka