summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-29Fix aesonQQ quasiquote_body for haskell injectionsGuillaume Bouchard
Fix name of the captured quoter
2022-08-29Haskell injection: support inline jsonGuillaume Bouchard
Support for inline json using the quasiquoter `aesonQQ`: https://github.com/sol/aeson-qq#readme
2022-08-29Update lockfile.jsonGitHub
2022-08-29update lockfile.jsonMatthias Queitsch
2022-08-29account for added and renamed keywordsMatthias Queitsch
2022-08-28Update lockfile.jsonGitHub
2022-08-27Update lockfile.jsonGitHub
2022-08-27Update lockfile.jsonGitHub
2022-08-27feat(agda): better highlightShootingStarDragons
Add highlight for bool add highlight for function Log: better highlight
2022-08-27feat(cmake): add escape to highlightShootingStarDragons
add escape word like "\n", "\;" to highlight Log: escape sequence highlight for cmake
2022-08-27chore(meson): add injections for mesonShootingStarDragons
add comment as injections as other languages like bash Log: add injections for meson
2022-08-27Update lockfile.jsonGitHub
2022-08-27Update lockfile.jsonGitHub
2022-08-26docs: make setting about install location more discoverableStephan Seitz
2022-08-26fix: warn when user uninstalls parser than is in their ensure_installedStephan Seitz
Fixes #2777
2022-08-26fix: add hint when there parser is still installed after TSUninstallStephan Seitz
2022-08-26chore: remove unused parameterStephan Seitz
The argument wasn't used anywhere neither in function nor in call sites
2022-08-26chore!: don't allow to silently use alternative install directoryStephan Seitz
2022-08-26Update lockfile.jsonGitHub
2022-08-26injections(jsx): highlight `<style jsx>` as cssnumToStr
2022-08-26Update READMEGithub Actions
2022-08-26feat(meson): add support for mesonShootingStarDragons
Log: meson build
2022-08-26feat(viml): update queriesChristian Clason
2022-08-26Update lockfile.jsonGitHub
2022-08-26fixup: facepalmChristian Clason
2022-08-26Update lockfile.jsonGitHub
2022-08-26fix(hl_map): adapt to upstream changes on masterChristian Clason
https://github.com/neovim/neovim/pull/19931 adds direct support for highlighting capture groups (with fallback), obviating the need for `vim.treesitter.highlighter.hl_map`. Instead of `hl_map["@keyword"] = "TSKeyword"` users can simply `hi link TSKeyword @keyword` Check for the existence of `hl_map` and either use the former or the latter.
2022-08-26feat: allow to fold markdown sectionsZheng Piaodan
2022-08-26Update lockfile.jsonGitHub
2022-08-25Update lockfile.jsonGitHub
2022-08-24Update lockfile.jsonGitHub
2022-08-24highlights(DOT): update keywordsrydesun
2022-08-23highlights(java): add "non-sealed" keywordStephan Seitz
2022-08-23Update lockfile.jsonGitHub
2022-08-23change: allow one or more leading `;`numToStr
2022-08-23injections(lua): highlight string as `query` if starts with `;; query`numToStr
2022-08-23Update lockfile.jsonGitHub
2022-08-23Update lockfile.jsonGitHub
2022-08-23Update lockfile.jsonGitHub
2022-08-23Update lockfile.jsonGitHub
2022-08-23Update lockfile.jsonGitHub
2022-08-23chore(vim): update parser and highlightsThomas Vigouroux
Adds support for map_bar. Correctly highlight unknown builtin commands.
2022-08-23feat(vim): update to latest highlightsThomas Vigouroux
2022-08-23Update lockfile.jsonGitHub
2022-08-23Update lockfile.jsonGitHub
2022-08-23ci: add workflow_dispatchChristian Clason
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-22Update lockfile.jsonGitHub
2022-08-22Modified queries/java/highlights.scmanthony-S93
2022-08-22Update lockfile.jsonGitHub