aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* deprecate get_node_range and is_in_node_rangeKiyoon Kim2023-02-122-50/+17
|
* Update parsers: c_sharp, capnp, fortran, func, glimmer, haskell, php, ron, ↵GitHub2023-02-121-10/+10
| | | | sql, v
* highlights(php): use `lua-match?`Ananda Umamil2023-02-121-2/+2
| | | | Co-authored-by: Stephan Seitz <stephan.seitz@fau.de>
* highlights(php): remove typedef capture from `as`Ananda Umamil2023-02-121-1/+1
|
* highlights(php): fix `@constant` queriesAnanda Umamil2023-02-121-7/+9
|
* highlights(php): fix queries related to namespacesAnanda Umamil2023-02-121-11/+22
|
* highlights(kotlin): fix function highlightsObserverOfTime2023-02-121-1/+5
|
* astro: add injections for scssVir Chaudhury2023-02-111-0/+9
|
* injections(svelte): add pug injectionObserverOfTime2023-02-111-0/+12
|
* fix: incremental_selection errorhaoxian2023-02-111-0/+1
| | | | | if some empty lines in the end of file, would throw error messages when incremental_selection to the whole file.
* Update parsers: haskell, jsonnet, tlaplusGitHub2023-02-081-3/+3
|
* Update parsers: ebnf, embedded_template, gdscript, kdl, thrift, zigGitHub2023-02-071-6/+6
|
* Update parsers: c_sharp, cmake, kdl, pug, v, vimGitHub2023-02-051-5/+5
|
* feat: improve KDL queriesAmaan Qureshi2023-02-058-5/+30
|
* feat(markdown): add latex injectionsChristian Clason2023-02-051-0/+1
| | | | added in https://github.com/MDeiml/tree-sitter-markdown/pull/71
* feat: add RONAmaan Qureshi2023-02-058-2/+100
|
* Update parsers: arduino, markdown, markdown_inline, tlaplusGitHub2023-02-051-4/+4
|
* feat: add chatitoObserverOfTime2023-02-048-0/+89
|
* Update parsers: gdscript, ruby, sql, zigGitHub2023-02-041-4/+4
|