summaryrefslogtreecommitdiff
path: root/tests/query
AgeCommit message (Collapse)Author
2022-10-17highlights(ecma): add pair_pattern punctuation.delimiterMunif Tanjim
2022-10-16feat!: remove obsolete `TS*` highlight groupsChristian Clason
2022-10-15test(gitattributes): add tests for highlightsObserverOfTime
2022-10-15highlights(rust): distinguish between "for" in loops and impl_itemStephan Seitz
Fixes #3641
2022-10-02fix(test): update tests to Nvim 0.8Christian Clason
2022-09-11highlights(hack): use `@function.call`/`@method.call`Stephan Seitz
2022-09-11highlights(ecma): use `@method.call`/`function.call`Stephan Seitz
2022-08-03(Broken test fixed) Updated static-namespace-functins.cpp to use function.calllfenzo
2022-06-20Add support for custom parser install locations #2959 (#3031)Duncan McDougall
2022-06-14fix(tiger): add 'ft' modeline in highlight corpusBruno BELANYI
2022-06-14fix(tiger): adjust invalid queriesBruno BELANYI
2022-06-14test(tiger): import upstream testsBruno BELANYI
2022-05-13Python: highlight future import (#2936)Santos Gallegos
* Python: highlight future import * Use constant.builtin
2022-05-07highlights(cpp): make "::" `@punctuation.delimiter`Stephan Seitz
Fixes #2902
2022-05-01Python: highlight raise from statementSantos Gallegos
2022-04-01highlights(python): "from" in yield should be `@keyword.return`Stephan Seitz
Fixes #2712
2022-03-11Refactor solidity highlights.scm furtherYongJieYongJie
- Instead of @keyword, use @conditional, @exception, @return, @function as appropriate - Standardize to using @field (instead of @property)for struct members
2022-03-11Refactor solidity highlights.scmYongJieYongJie
- Use more specific/appropriate captures; change invalid captures - Don't highlight punctuations in type names (e.g., the brackets in 'bytes32[]')
2022-03-11Add highlights query for SolidityYongJieYongJie
2022-02-15Gleam highlight testsConnor Lay (Clay)
2022-01-29tests: use main parsers instead of nvim-treesitter parser for testsStephan Seitz
2022-01-29highlights(c/cpp): highlight case labels as constantsStephan Seitz
2022-01-29highlights(cpp): fix function highlighting of Foo::bar::baz()Stephan Seitz
Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/2396
2022-01-28highlights(python): add support for pattern matchingStephan Seitz
Fixes #2080 Depends on https://github.com/tree-sitter/tree-sitter-python/pull/140
2022-01-18chore: remove swift tests for now (cause CI failure)Stephan Seitz
Will try to add them again in a follow up.
2022-01-18highlights(swift): add more `@operator`s and `implicit` keywordStephan Seitz
2022-01-18highlights(swift): highlight punctuationStephan Seitz
"?" is still missing: https://github.com/tree-sitter/tree-sitter-swift/issues/38
2022-01-17highlights(hack): add keywords implementsStephan Seitz
2022-01-17highlights(hack): extend queries add testsStephan Seitz
2022-01-16highlights(cpp): add support for conceptsStephan Seitz
Requires https://github.com/tree-sitter/tree-sitter-cpp/pull/138
2022-01-16ci: fix markdown testsStephan Seitz
2022-01-16fix(ci): make highlight test working with markdownStephan Seitz
2022-01-16add highlights testsantosha417
2022-01-07chore(markdown): highlights testnumToStr
2022-01-05highlights(Pascal): Fix highlighting of typesPhilip Zander
A recent change broke highlighting for namespaces & generic types like `foo.bar` and `foo<t>`.
2021-12-23update fusion to version 1.1.1 (#2148)jirgn
* feat(fusion): update tests * fix(fusion): update lockfile * fix(fusion): update to (highlight breaking) version 1.1.0 * update grammer to introduce afx support * update tests and queries * fix: revert lockfile update of unrelated grammars * fix: update to 1.1.1 and fix hightlights * fix: use @tag.attribute capture to match specs Co-authored-by: Jirgn <jirgn76@googlemail.com>
2021-12-20ci(injection tests): don't consider root language an injectionStephan Seitz
2021-12-20ci: add injection testsStephan Seitz
2021-12-13highlights(lua): `next` as builtin functionnumToStr
2021-12-06feat(fusion): update testsJirgn
2021-11-28highlights(bash): highlight "((" "))"Stephan Seitz
2021-11-28test(prisma): add initial testelianiva
2021-11-26fix: incorrect hightlight groupsJirgn
2021-11-26fix: typo in highlight group punct(u)ationJirgn
2021-11-26feat: add fusion grammar and highlightsJirgn
2021-11-25chore: add test for ecma private fields & methodsnumToStr
2021-11-24Add assert that "highlight-assertions" is executableStephan Seitz
2021-11-24Add highlight testsStephan Seitz