aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* highlights(DOT): update keywordsrydesun2022-08-242-2/+11
|
* highlights(java): add "non-sealed" keywordStephan Seitz2022-08-231-0/+1
|
* Update lockfile.jsonGitHub2022-08-231-1/+1
|
* change: allow one or more leading `;`numToStr2022-08-231-1/+1
|
* injections(lua): highlight string as `query` if starts with `;; query`numToStr2022-08-231-0/+3
|
* Update lockfile.jsonGitHub2022-08-231-1/+1
|
* Update lockfile.jsonGitHub2022-08-231-1/+1
|
* Update lockfile.jsonGitHub2022-08-231-1/+1
|
* Update lockfile.jsonGitHub2022-08-231-1/+1
|
* Update lockfile.jsonGitHub2022-08-231-1/+1
|
* chore(vim): update parser and highlightsThomas Vigouroux2022-08-232-5/+3
| | | | | Adds support for map_bar. Correctly highlight unknown builtin commands.
* feat(vim): update to latest highlightsThomas Vigouroux2022-08-232-1/+19
|
* Update lockfile.jsonGitHub2022-08-231-1/+1
|
* Update lockfile.jsonGitHub2022-08-231-1/+1
|
* ci: add workflow_dispatchChristian Clason2022-08-232-0/+2
|
* highlights(ecma): Update queries for literalsSergio Alejandro Vargas2022-08-221-9/+22
| | | | | | | | | - Add queries for value properties: - undefined - NaN - Infinity - Highlight regex delimiters as brackets instead of punctuation - Format queries for literals
* Update lockfile.jsonGitHub2022-08-221-3/+3
|
* Modified queries/java/highlights.scmanthony-S932022-08-221-0/+2
|
* Update lockfile.jsonGitHub2022-08-221-5/+5
|
* Update lockfile.jsonGitHub2022-08-211-2/+2
|
* Update lockfile.jsonGitHub2022-08-201-5/+8
|
* highlights(javascript): "?." -> optional_chainGitHub2022-08-204-3/+7
|
* Update READMEGithub Actions2022-08-191-0/+1
|
* parsers: add HLSLStephan Seitz2022-08-196-0/+38
|
* Update lockfile.jsonGitHub2022-08-171-3/+3
|
* update vim parser and queriesChristian Clason2022-08-173-6/+14
|
* Update lockfile.jsonGitHub2022-08-171-1/+4
|
* Update READMEGithub Actions2022-08-171-0/+1
|
* parsers: add tree-sitter-gitignoreStephan Seitz2022-08-162-0/+41
|
* Update lockfile.jsonGitHub2022-08-161-0/+3
|
* Update READMEGithub Actions2022-08-161-0/+1
|
* highlights(swift): add keywords "convenience", "required", "override"Stephan Seitz2022-08-161-0/+3
|
* highlights(swift): add keywords "actor", "nonisolated"Stephan Seitz2022-08-161-0/+2
| | | | Introduced in https://github.com/alex-pinkus/tree-sitter-swift/commit/07bdffb5e6f34fb1e578f31b653479d7c4d6306c
* fix wrong parseShootingStarDragons2022-08-162-3/+3
| | | | change maintainers
* add regenerate the treesitterShootingStarDragons2022-08-162-0/+5
|
* feat(agda): add support for agdaShootingStarDragons2022-08-161-0/+9
|
* add highlightsShootingStarDragons2022-08-161-0/+81
|
* Update lockfile.jsonGitHub2022-08-161-1/+1
|
* Update lockfile.jsonGitHub2022-08-161-1/+1
|
* Update lockfile.jsonGitHub2022-08-151-3/+3
|
* highlights(ql): follow upstream refactor of qualModuleExprStephan Seitz2022-08-152-3/+2
| | | | https://github.com/tree-sitter/tree-sitter-ql/commit/13155b740d4040e74727a9a698277805498a6a85
* indents(go): no indent at all composite_literal, indent at struct_typeStephan Seitz2022-08-152-3/+11
|
* indens(go): fix issue 3288Stephan Seitz2022-08-151-0/+14
| | | | Fixes #3288
* Update lockfile.jsonGitHub2022-08-151-1/+1
|
* fix(ruby): indent of brackets & parensZheng Piaodan2022-08-134-2/+16
|
* fix(ruby): indent parenthesized_statementsZheng Piaodan2022-08-133-0/+4
|
* Update lockfile.jsonGitHub2022-08-131-1/+1
|
* Update lockfile.jsonGitHub2022-08-111-1/+1
|
* Conceal reference and shortcut links in markdownBen Weedon2022-08-111-6/+30
| | | | | | | | | | | | | | | | | | | | | | | This change conceals `full_reference_link`, `collapsed_reference_link`, and `shortcut_link` similarly to the `markdown_inline` query file already conceals `inline_link` and `image`. ## Test markdown contents ```markdown Some text before the link [full reference link text][link label] and now some text after the link onto a new line. Some text before the link [collapsed reference link text][] and now some text after the link onto a new line. Some text before the link [shortcut link text] and now some text after the link onto a new line. ``` ## Test markdown concealed screenshot Closes #3267
* Update lockfile.jsonGitHub2022-08-101-1/+1
|