aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update lockfile.jsonGitHub2022-08-261-2/+2
|
* fixup: facepalmChristian Clason2022-08-261-1/+1
|
* Update lockfile.jsonGitHub2022-08-261-1/+1
|
* fix(hl_map): adapt to upstream changes on masterChristian Clason2022-08-261-76/+94
| | | | | | | | | | | | | | | 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.
* feat: allow to fold markdown sectionsZheng Piaodan2022-08-261-0/+1
|
* Update lockfile.jsonGitHub2022-08-261-2/+2
|
* Update lockfile.jsonGitHub2022-08-251-1/+1
|
* Update lockfile.jsonGitHub2022-08-241-1/+1
|
* 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
|