aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* add hcl parsermhoffm2021-07-025-0/+91
|
* python(highlights): don't use type for APPStephan Seitz2021-07-011-1/+1
|
* highlights(typescript): fix indentifier for type importsMunif Tanjim2021-07-011-0/+6
|
* query: Only highlight predicate name (#1461)Gregory Anders2021-07-011-1/+1
| | | | Only highlight the name of the predicate using TSFunction rather than the entire predicate block.
* highlights(go): modernize highlights.scmStephan Seitz2021-07-011-67/+106
|
* Update lockfile.jsonGitHub2021-07-011-5/+5
|
* feat(dart): add function call query (commented)Akin Sowemimo2021-07-011-0/+1
|
* feat(dart): add multiplicative_operatorAkin Sowemimo2021-07-011-0/+4
| | | | and fix conditional_assignable_selector
* feat: add comment highlighting in LaTeXAshish Panigrahi2021-07-011-0/+1
|
* Add common quasiquote highlights/injections for Haskell (#1440)Farbod Salamat-Zadeh2021-07-012-0/+64
|
* doc: link Installation wiki page in the READMESamyak Sarnayak2021-06-301-0/+2
| | | As discussed in #1439
* highlights(latex): highlight chapter*, section*, part* ...Stephan Seitz2021-06-301-0/+8
| | | | Fixes #1454
* fix: check if invalidate_query_cache[lang] is set before invalidatingFolke Lemaitre2021-06-291-1/+3
|
* Adds support for PHP's arrow funcion (#1427)tk-shirasaka2021-06-281-2/+9
| | | Co-authored-by: shirasaka <shirasaka@n-create.co.jp>
* perf: cache has_query_files: fixes TS slownessFolke Lemaitre2021-06-281-2/+12
|
* fix typo in queryJaehwang Jerry Jung2021-06-261-1/+1
|
* feat(haskell): improve highlight queryelianiva2021-06-261-39/+72
| | | | Co-authored-by: Farbod Salamat-Zadeh <12140044+farbodsz@users.noreply.github.com>
* feat: add haskell highlightselianiva2021-06-261-0/+91
|
* Update lockfile.jsonGitHub2021-06-251-2/+2
|
* Use #any-of? instead of #match? where posibleJoakker2021-06-259-15/+31
|
* Update lockfile.jsonGitHub2021-06-231-1/+1
|
* Update lockfile.jsonGitHub2021-06-221-5/+5
|
* fix typo: Enviroment -> Environmentkmarius2021-06-223-8/+8
|
* rust: inject html to html! macrotami52021-06-211-0/+9
|
* feat: added `self` as builtin keyword for LuaFolke Lemaitre2021-06-171-0/+2
|
* Update lockfile.jsonGitHub2021-06-171-3/+3
|
* fix(parsers): cuda requires npmStephan Seitz2021-06-171-0/+1
|
* Update lockfile.jsonGitHub2021-06-151-1/+1
|
* highlight: add SCSS single_line_commentFarbod Salamat-Zadeh2021-06-151-0/+1
|
* Update lockfile.jsonGitHub2021-06-151-2/+5
|
* [docgen] Update README.mdGithub Actions2021-06-141-0/+1
| | | | skip-checks: true
* parsers: add tree-sitter-cudaStephan Seitz2021-06-145-1/+23
|
* fixed typo (#1386)Ashish Panigrahi2021-06-121-1/+1
|
* docs: notify that treesitter stabilization in planned for 0.6Thomas Vigouroux2021-06-111-1/+1
| | | | | Stabilization of treesitter has been postponed, so we are going to require people to follow master for a bit longer.
* chore(injections): remove duplicated regex injection for jsSteven Sojka2021-06-111-2/+0
|
* Update ledger highlight queriesCédric Barreteau2021-06-111-6/+11
|
* Rust: fix macros highlightsSantos Gallegos2021-06-111-7/+10
| | | | | | - The derive query was incorrect, it was only matching `#[derive(derive)]` - Macros were being highlighted as keywords - Procedural macros symbols weren't highlighted (`#`, `#!`)
* Update lockfile.jsonGitHub2021-06-101-4/+4
|
* c++ highlights: don't capture all identifiers with uppercase initials as typesAlex Chen2021-06-101-4/+0
|
* Update zig highlightsGregory Anders2021-06-101-1/+7
| | | | | | Highlight the built-in `@import` function with the TSInclude highlight group. Also highlight character literals using TSCharacter instead of TSNumber.
* Update lockfile.jsonGitHub2021-06-071-3/+3
|
* [docgen] Update README.mdGithub Actions2021-06-061-1/+1
| | | | skip-checks: true
* fix: assignable selector was removed/hiddenAkin Sowemimo2021-06-061-2/+0
|
* Update lockfile.jsonGitHub2021-06-061-4/+4
|
* Fix boolean highlightOmar Zeghouani2021-06-061-1/+2
|
* Use any_of predicate for builtin functionsOmar Zeghouani2021-06-061-3/+2
|
* parsers(c_sharp): put myself as a maintainerLuxed2021-06-041-1/+1
|
* highlights(c_sharp): Add preprocessor directives queriesLuxed2021-06-041-0/+33
|
* folds(c_sharp): Add basic foldingLuxed2021-06-041-0/+18
|
* highlights(c_sharp): lots of improvementsLuxed2021-06-041-12/+37
|