summaryrefslogtreecommitdiff
path: root/queries/ecma/highlights.scm
AgeCommit message (Collapse)Author
2022-10-17highlights(ecma): add pair_pattern punctuation.delimiterMunif Tanjim
2022-10-15highlights: use @preproc where appropriateObserverOfTime
2022-09-26feat(spell): support more languagesLewis Russell
2022-09-11highlights(ecma): use `@method.call`/`function.call`Stephan Seitz
2022-08-22highlights(ecma): Update queries for literalsSergio Alejandro Vargas
- Add queries for value properties: - undefined - NaN - Infinity - Highlight regex delimiters as brackets instead of punctuation - Format queries for literals
2022-08-20highlights(javascript): "?." -> optional_chainGitHub
2021-12-12highlights(ecma): highlight escape_sequenceStephan Seitz
2021-11-25ecma: highlight private properties and methodsnumToStr
2021-11-23Prefer lua-match over matchLewis Russell
as string.find is much quicker than vim.regex:match*
2021-10-03fix: remove priority in ecma template substitution hlkiyan
This PR removes the priority override for the interpolation because it overrides every ecma based template literal, setting none with a higher priority than ecma groups which made every template string look `un`highlighted.
2021-09-17Ecma: increase priority of template_substitutionSantos Gallegos
Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/1688
2021-09-09Use the color of variabledelphinus
2021-09-09Set property color for destructuring assignmentdelphinus
2021-08-12Enable to highlight shebang on JS/TSdelphinus
2021-07-07place template string after bracesantonk52
2021-07-04feat(keywords) merge return and yield into keyword.return groupantonk52
2021-07-04feat(keywords) add keyword.return & keyword.yieldantonk52
2021-05-17highlights(ecma): use KeywordFunction as a highlight group for functionantonk52
2021-04-23Add JS/TS parameters again (#1227)Stephan Seitz
* highlights(js): add parameters * highlights(ts): add Typescript parameters
2021-04-22fix(highlights): always highlight ternary operator as operatorThomas Vigouroux
2021-03-23Add generator functions to ecma querieskraftwerk28
2021-03-16Mark several invalid queriesStephan Seitz
2021-03-15Ecma: Highlight single-argument callback parameterRohit Pradhan
2021-03-10chore: create ecma base for use in js and ts which fixes jsx issueskiyan