aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* feat: add cponv0.8.5Amaan Qureshi2023-02-248-0/+93
|
* style: fill in missing code docs wherever applicableAmaan Qureshi2023-02-2417-191/+431
|
* feat: add dhallAmaan Qureshi2023-02-245-0/+200
|
* Extend injections for Lua to use query parserCameron2023-02-241-1/+1
|
* feat(java): some instances of definition.var should be definition.parameterAmaan Qureshi2023-02-231-9/+21
|
* feat(java): distinguish escape sequences, move certain keywords to more ↵Amaan Qureshi2023-02-234-132/+137
| | | | appropriate places
* feat: add starlarkAmaan Qureshi2023-02-238-0/+459
|
* ci: remove ready_for_review typedundargoc2023-02-233-3/+0
| | | | | It's only needed if a job is disabled for drafts. Otherwise it will just run the same workflow twice.
* docs: fix typosdundargoc2023-02-2313-14/+14
|
* Update parsers: c, capnp, cpp, cuda, hlsl, javascript, rust, smaliGitHub2023-02-231-8/+8
|
* feat(capnp): improve queriesAmaan Qureshi2023-02-235-21/+150
|
* ci: add release workflow for luarocks upload (#4109)Marc Jakobi2023-02-224-32/+60
|
* Update highlights.scmJosef Litoš2023-02-221-2/+2
|
* Update queries/kotlin/highlights.scmJosef Litoš2023-02-221-1/+1
| | | Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* feat(kotlin): improved highlight queriesJosefLitos2023-02-221-2/+5
|
* feat(elsa): improve queriesAmaan Qureshi2023-02-224-0/+20
|
* Update READMEGithub Actions2023-02-221-1/+1
|
* Update parsers: dockerfile, elsa, fortran, gosum, kdl, ron, scala, swift, ↵GitHub2023-02-221-10/+10
| | | | thrift, vhs
* feat(smali): improve queriesAmaan Qureshi2023-02-227-36/+191
|
* highlights(sql): update highlight queriesv0.8.4Matthias Queitsch2023-02-202-21/+64
| | | | | | | | | | | | | | | | | | | | highlights(sql): add bool, attributes, conditionals highlights(sql): add builtins highlights(sql): add parameters highlights(sql): add temp table attribute update sql highlights; add floats bump sql version bump upstream sql version highlights(sql): fix float regex fix upstream changes; bump sql version
* feat(go): add folds for type switch and switch casesLaytan Laats2023-02-191-0/+4
|
* Update parsers: pythonGitHub2023-02-191-1/+1
|
* feat(thrift): improve queriesAmaan Qureshi2023-02-185-2/+57
|
* feat: add @text.uri where applicable to thrift and gosumAmaan Qureshi2023-02-183-12/+9
|
* Update parsers: fortran, git_rebase, sqlGitHub2023-02-181-3/+3
|
* Update CONTRIBUTING.mdBulgantamir Gankhuyag2023-02-181-1/+1
| | | Fixed link of the supported languages.
* highlight for module pathray-x2023-02-171-0/+1
|
* refactor(utils): clean up deprecated codekylo2522023-02-171-18/+1
| | | | use `vim.treesitter.is_in_node_range()` directly
* Split out `@keyword.return`Eleanor Bartle2023-02-171-2/+2
| | | | Moves `break` and `continue` to `@repeat`. Leave coroutine keywords in `@keyword.return`. I'd really like a `@keyword.coroutine`.
* Add spelling checks to strings and commentsEleanor Bartle2023-02-171-2/+2
| | | I didn't touch these bits so they aren't in status quo, but sure, I'll fix them.
* Update Zig highlightsEleanor Bartle2023-02-171-81/+76
| | | Recently I rearranged the keywords. This PR brings the highlights query file up to date with that.
* Update parsers: ledger, sql (#4331)github-actions[bot]2023-02-171-2/+2
| | | Co-authored-by: GitHub <noreply@github.com>
* Update READMEGithub Actions2023-02-161-1/+0
|
* prettier formatting yml and mdKiyoon Kim2023-02-169-32/+36
|
* Update parsers: c_sharp, fortran, sqlGitHub2023-02-161-3/+3
|
* Add treesitter CLI in CI with Windows and macKiyoon Kim2023-02-153-7/+9
|
* docs(readme): remove ambiguous comment (#4321)Kiyoon Kim2023-02-151-1/+0
| | | | I've seen many people, including myself, being confused about `highlight { enable = false }` disabling the whole extension. It means it will disable highlighting, but people get it wrong thinking that they can't use textobjects or any other treesitter related stuff.
* fortran(highlights): update parser and queries (#4322)Stephan Seitz2023-02-142-2/+2
| | | | See https://github.com/stadelmanma/tree-sitter-fortran/commit/3738e8cf97a49d0dda735f3c55f5af68229825e1
* needed for terraform conditionalsByron Kim2023-02-141-1/+1
|
* updated comment to reflect highlight changeByron Kim2023-02-141-1/+1
|
* reverting back since it inherits from hclByron Kim2023-02-141-1/+1
|
* update identifierByron Kim2023-02-141-2/+2
|
* update to variable.builtinByron Kim2023-02-141-1/+1
|
* Update READMEGithub Actions2023-02-141-1/+1
|
* Update parsers: gdscript, thriftGitHub2023-02-143-4/+3
| | | | | update gdscript indent queries to parser change and remove @Shatur as maintainer
* ada(highlights,folds,locals): update to parser changesEmmanuel Briot2023-02-144-5/+7
|
* Update parsers: diff, norg, racket, tealv0.8.3GitHub2023-02-131-4/+4
|
* comment(highlights): reduce false positives (#4298)Santos Gallegos2023-02-131-18/+19
| | | | | | | | | | | | There are a couple cases where the comment highlights will match things that aren't necessary a tag. For example in Rust, when commenting a block that deals with generics (generics are declared as `T: Type`), this may be distracting. So, instead of highlighting all tags, we can restrict to highlighting the explicit keywords. Ref https://github.com/stsewd/tree-sitter-comment/issues/14
* properly replace deprecated tsutils functionsKiyoon Kim2023-02-124-10/+6
|
* chore(fish): update test command highlight query (#4306)Omar Zeghouani2023-02-132-4/+3
|