aboutsummaryrefslogtreecommitdiffstats
path: root/queries/javascript
Commit message (Collapse)AuthorAgeFilesLines
...
* @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 highlights
| * 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
| | | | | | | | | | - 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 regexesSteven Sojka2020-08-161-3/+3
|
* Merge pull request #296 from steelsojka/feat-is-predicateSteven Sojka2020-08-162-13/+20
|\ | | | | feat(highlights): add is predicate
| * feat(highlights): add is predicateSteven Sojka2020-08-162-13/+20
| |
* | feat(definitions): allow setting of scopeSteven Sojka2020-08-161-0/+4
|/
* fix(locals): add shorthand identifiers as references and definitionsSteven Sojka2020-08-141-1/+6
|
* Add PHP, TOML, and update HTML, javascript queriesShirasaka2020-08-041-0/+3
| | | | | | | - PHP : Add highlights and locals query - TOML : Add highlights and locals query - HTML : Add scope - javascript : Add some scopes
* add js textobject queriesSteven Sojka2020-07-221-0/+36
|
* add rest_parameters as definition in javascriptSteven Sojka2020-07-222-6/+14
|
* Introduce @definition.import for Python/JavascriptStephan Seitz2020-07-081-1/+1
|
* feat(javascript): add import specifier as definitionSteven Sojka2020-07-011-0/+3
|
* refactor(refactor): use higher local apis and some cleanupSteven Sojka2020-06-301-3/+0
|
* feat(refactor): highlight usages moduleSteven Sojka2020-06-301-0/+3
|
* fix(javascript): set booleans to boolean highlightsSteven Sojka2020-06-151-2/+2
|
* feat(queries): add typescript and javascript queriesSteven Sojka2020-06-142-0/+225