summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-16Merge branch 'nvim-treesitter:master' into masterHEADmastermvink
2022-11-16Update lockfile.jsonGitHub
2022-11-16Update READMEGithub Actions
2022-11-16feat: add awkObserverOfTime
2022-11-16Update lockfile.json (#3812)github-actions[bot]
Co-authored-by: GitHub <noreply@github.com>
2022-11-16rego: update parser and queries (#3805)FallenAngel97
Co-authored-by: Oleksii Demennikov <odemennikov@lohika.com>
2022-11-13Update lockfile.json (#3803)github-actions[bot]
Co-authored-by: GitHub <noreply@github.com>
2022-11-13Update README (#3802)github-actions[bot]
Co-authored-by: Github Actions <actions@github>
2022-11-13feat: vhs (.tape) support (#3726)Carlos Alexandro Becker
2022-11-13Update lockfile.jsonGitHub
2022-11-12julia: update queries to parser changeChristian Clason
2022-11-12Update lockfile.jsonGitHub
2022-11-11Update lockfile.jsonGitHub
2022-11-09Update lockfile.jsonGitHub
2022-11-08Update lockfile.jsonGitHub
2022-11-06rust: use @type.qualifier and @storageclassTrard
2022-11-06highlights(rust): pub(self/super/crate), use super::thing, etcCormac Relf
2022-11-06highlights(rust): ["<" ">"] @punctuation.bracket in bracketed_type, ↵Cormac Relf
for_lifetimes
2022-11-06highlights(rust): "for" @keyword everywhere else (for<'a>, HRTBs)Cormac Relf
2022-11-06highlights(rust): highlight Type in Type::Associated as @type instead of ↵Cormac Relf
@namespace
2022-11-06highlights(rust): panic!() and assert!() as @exceptionCormac Relf
2022-11-06fix: update scheme queries to parser changeChristian Clason
2022-11-06Update lockfile.jsonGitHub
2022-11-06fix: update julia queries to parser changeChristian Clason
2022-11-06Update lockfile.jsonGitHub
2022-11-05Update lockfile.jsonGitHub
2022-11-05feat(ql): add folding queriesAlvaro Muñoz
2022-11-05fix(rust): update queries to breaking changesChristian Clason
* `if_let_expression` was removed in https://github.com/tree-sitter/tree-sitter-rust/pull/152 * `attributes` were reworked in https://github.com/tree-sitter/tree-sitter-rust/pull/163 (no more `meta-item`)
2022-11-05Update lockfile.jsonGitHub
2022-11-03Update lockfile.jsonGitHub
2022-11-02Update lockfile.jsonGitHub
2022-11-02refactor julia localsSergio Alejandro Vargas
2022-11-02refactor(highlights/julia): Update definitionsSergio Alejandro Vargas
See https://github.com/tree-sitter/tree-sitter-julia/pull/54 Remove a bunch of patterns with `argument_list`. No longer necessary with `short_function_definition`. Other minor changes including: - Add boolean literals See https://github.com/tree-sitter/tree-sitter-julia/pull/44 - Update highlights for operators (for bindings, type operators, etc) - Update lockfile
2022-11-01Update lockfile.jsonGitHub
2022-11-01fix(readme): disable folding at startupWuelner Martínez
2022-11-01lua: update queriesChristian Clason
2022-11-01help: update queriesChristian Clason
2022-11-01test: remove bundled parsers in CIChristian Clason
ensure that queries are tested against parser version in lockfile
2022-11-01Disable folding at startup.Jelle Haandrikman
2022-10-31fix(configs): ensure_installed can be a stringCarlo Sala
2022-10-31Update lockfile.jsonGitHub
2022-10-31feat(emmy): add emmylua annotationsLewis Russell
2022-10-30Update lockfile.jsonGitHub
2022-10-30fix(lockfile): remove typo entryfigsoda
2022-10-30fix(python): remove except*Mike Vink
query that only works in python3.11 parser
2022-10-30feat: conceal backslash escapeFolke Lemaitre
2022-10-30Update lockfile.jsonGitHub
2022-10-29feat: markdown table highlights and inlineFolke Lemaitre
2022-10-28Add regex injections for php (#3592)gbprod
2022-10-28Update READMEGithub Actions