aboutsummaryrefslogtreecommitdiffstats
path: root/queries/javascript
Commit message (Expand)AuthorAgeFilesLines
* highlights(javascript): "?." -> optional_chainGitHub2022-08-201-0/+3
* locals(js,ts): Add parameters again (#1231)Stephan Seitz2021-04-281-0/+32
* Add JS/TS parameters again (#1227)Stephan Seitz2021-04-231-0/+32
* chore: create ecma base for use in js and ts which fixes jsx issueskiyan2021-03-105-407/+5
* feat: use @ignore for comments and multiline stringselianiva2021-03-011-0/+5
* Support the glimmer parser when the `hbs` template literal tag is usedNullVoxPopuli2021-03-011-0/+6
* feat(javascript): add template string language injectionSteven Sojka2021-02-111-3/+9
* feat(javascript): move shorthand prop to propertySteven Sojka2021-01-261-5/+3
* fix: js indent for object inside argumentselianiva2021-01-201-0/+1
* feat: added more indent querieselianiva2021-01-141-0/+26
* feat(js): add regex injections (#834)Steven Sojka2021-01-071-0/+2
* Remove usages of `@embedded` in highlightsStephan Seitz2021-01-061-1/+1
* Add lacked Javascript operatorsdelphinus2020-12-211-0/+16
* Javascript unary expression (#712)Dave Lage2020-12-121-0/+1
* graphql: add injection to javascript and add comment queryLuis Carlos Cruz Carballo2020-11-291-0/+5
* javascript: Mark shorthand_property_identifier as variablerockerBOO2020-11-271-0/+1
* javascript: Add operator to / for division (#689)Dave Lage2020-11-251-0/+1
* fix(injections): update to new APIThomas Vigouroux2020-11-231-2/+1
* javascript: : in pairs as punctuation.delimiter (#684)Dave Lage2020-11-231-0/+2
* typescript: Add optional_parameter ?rockerBOO2020-11-221-0/+1
* Javascript highlights: "..." -> punctuation.specialStephan Seitz2020-11-091-0/+1
* JS highlights: highlight optional parametersStephan Seitz2020-11-091-0/+5
* feat(js): add jsdoc lang injectionSteven Sojka2020-10-271-0/+2
* Merge pull request #585 from fffed/patch-1Steven Sojka2020-10-271-0/+21
|\
| * update comment case for simplefied notationfffed2020-10-271-1/+1
| * add destructuring variationsfffed2020-10-271-0/+17
| * remove destructuring from @parameterfffed2020-10-161-4/+0
| * Add additional queries for @parameter for jsfffed2020-10-151-0/+8
* | fix(javascript): fix constant variable highlightJoosep Alviste2020-10-231-3/+3
* | feat(folds): add catch_clause to js foldsSam Bernheim2020-10-161-0/+1
* | feat: add more javascript foldssbernehim42020-10-161-0/+3
|/
* feat(queries): modeline mechanism for base langsThomas Vigouroux2020-10-113-0/+4
* fix(highlights): Add TSNamespace highlightStephan Seitz2020-10-101-0/+5
* Remove textobjects moduleStephan Seitz2020-10-041-36/+0
* Add @keyword.operator for operators that are English words and add @exception...Stephan Seitz2020-09-191-6/+12
* Fix #307: Use and document TSVariable/TSVariableBuiltin in all languagesStephan Seitz2020-09-141-0/+4
* Folds: rename query files to folds.scm to be consistentSantos Gallegos2020-09-141-0/+0
* fix(highlights): add missing js operatorsSteven Sojka2020-09-101-17/+30
* fix using highlight query extension for every query typekyazdani422020-09-071-12/+0
* feat(folds): add ts and js foldsSteven Sojka2020-09-061-0/+15
* fix(locals): js add arrow function parameter as definitionSteven Sojka2020-09-021-0/+4
* fix(locals): add js namespace import as definitionSteven Sojka2020-08-261-0/+3
* @function.method -> @methodNathan Smith2020-08-171-6/+6
* Merge pull request #319 from kyazdani42/feat/add-jsx-fragment-and-self-closingSteven Sojka2020-08-171-0/+3
|\
| * add jsx fragment and jsx self closing element highlightskiyan422020-08-171-0/+3
* | chore(highlights): remove is predicate usageSteven Sojka2020-08-171-6/+0
|/
* some refacto, doc fixes and jsx querieskiyan422020-08-172-1/+11
* fix(queries): use vim-match for non lua regexesSteven Sojka2020-08-161-3/+3
* Merge pull request #296 from steelsojka/feat-is-predicateSteven Sojka2020-08-162-13/+20
|\
| * feat(highlights): add is predicateSteven Sojka2020-08-162-13/+20