| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Update parsers: wing | GitHub | 2023-10-08 | 1 | -1/+1 | |
| | | ||||||
| * | Update parsers: erlang, kotlin, wing | GitHub | 2023-10-07 | 1 | -3/+3 | |
| | | ||||||
| * | feat(authzed): add parser and highlight queries. (#5426) | Mathew Polzin | 2023-10-07 | 5 | -0/+72 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat(authzed): add parser and highlight queries * Update queries/authzed/highlights.scm use `any-of` for list of alternative words. Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com> * add injections queries file. * Update queries/authzed/highlights.scm * tweak whitespace * fix errors with capture names. * style(authzed): reformat highlights * add self as maintainer * Update lua/nvim-treesitter/parsers.lua Co-authored-by: Christian Clason <c.clason@uni-graz.at> * Add to lockfile and readme * feat(authzed): Updates to queries and lockfile around newest Authzed parser changes. * Update queries/authzed/highlights.scm Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com> * Update queries/authzed/highlights.scm Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com> * unnest here similarly to recommended elsewhere * Update highlights.scm Co-authored-by: ObserverOfTime <chronobserver@disroot.org> --------- Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com> Co-authored-by: ObserverOfTime <chronobserver@disroot.org> Co-authored-by: Christian Clason <c.clason@uni-graz.at> | |||||
| * | Update parsers: cuda, elm, erlang, glimmer, glsl, hlsl, java, tsx, ↵ | GitHub | 2023-10-06 | 1 | -11/+11 | |
| | | | | | typescript, usd, wing | |||||
| * | fix(json5): update queries from upstream | Pham Huy Hoang | 2023-10-06 | 2 | -4/+4 | |
| | | ||||||
| * | java(highlights): add missing import class pattern (#5483) | Pham Huy Hoang | 2023-10-06 | 1 | -2/+2 | |
| | | ||||||
| * | fix(haskell): highlight fixes (#5470) | Marc Jakobi | 2023-10-05 | 2 | -58/+274 | |
| | | | | | | | | * fix(haskell): highlight fixes + merge qualified/unqualified queries * fix(haskell): lambda params + add exp_record to function.call args * style: apply PR suggestions | |||||
| * | Update parsers: c, comment, glimmer, json, liquidsoap, rst, sql, tsx, ↵ | GitHub | 2023-10-05 | 1 | -12/+12 | |
| | | | | | typescript, wing | |||||
| * | Update README | Github Actions | 2023-10-04 | 1 | -1/+1 | |
| | | ||||||
| * | feat: add liquidsoap | Romain Beauxis | 2023-10-04 | 7 | -0/+187 | |
| | | | | Co-authored-by: Christian Clason <c.clason@uni-graz.at> | |||||
| * | fix(c): add missing folds | Amaan Qureshi | 2023-10-04 | 1 | -0/+2 | |
| | | ||||||
| * | Update parsers: wing | GitHub | 2023-10-04 | 1 | -1/+1 | |
| | | ||||||
| * | feat(query): use @function.call for predicate | Jaehwang Jung | 2023-10-03 | 1 | -1/+1 | |
| | | ||||||
| * | feat(ocaml): use @function.call where appropriate | Jaehwang Jung | 2023-10-03 | 1 | -3/+3 | |
| | | ||||||
| * | Update parsers: apex, bash, html, kotlin, norg, php, soql, sosl, sql, wing | GitHub | 2023-10-03 | 1 | -10/+10 | |
| | | ||||||
| * | feat(haskell): highlights improvements + tests (#5466) | Marc Jakobi | 2023-10-02 | 2 | -8/+233 | |
| | | ||||||
| * | Update parsers: wing | GitHub | 2023-10-02 | 1 | -1/+1 | |
| | | ||||||
| * | injections(nix): dynamic language injection via comments | figsoda | 2023-10-01 | 1 | -0/+9 | |
| | | ||||||
| * | Update parsers: vim, wing (#5463) | github-actions[bot] | 2023-10-01 | 1 | -2/+2 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | Update parsers: wing | GitHub | 2023-09-30 | 1 | -1/+1 | |
| | | ||||||
| * | Update parsers: wing | GitHub | 2023-09-29 | 1 | -1/+1 | |
| | | ||||||
| * | Update parsers: dockerfile, ssh_config, t32, wing | GitHub | 2023-09-28 | 1 | -4/+4 | |
| | | ||||||
| * | chore(haskell): add mrcjkb as maintainer | Marc Jakobi | 2023-09-27 | 2 | -1/+2 | |
| | | ||||||
| * | feat(highlights): some haskell additions | Marc Jakobi | 2023-09-27 | 1 | -5/+105 | |
| | | | | | | | | | | | | - Re-add (module) @namespace - Exception handling - Debugging - `otherwise` = boolean `True` - `qq` string quasiquotes - Documentation comments (draft) - Function/lambda parameters - Remove recently added @ (already defined as an operator) | |||||
| * | Update parsers: git_config, gleam, wing | GitHub | 2023-09-27 | 1 | -3/+3 | |
| | | ||||||
| * | solidity: Update highlights.scm (#5453) | zeroknots | 2023-09-27 | 1 | -0/+1 | |
| | | | | | | https://soliditylang.org/blog/2021/04/21/custom-errors/ error keyword was introduced in 0.8.4 | |||||
| * | feat(julia): added missing String and AbstractString builtin types (#5440) | Enzo L F | 2023-09-27 | 1 | -27/+215 | |
| | | | | | | | | * feat(julia): added missing String and AbstractString builtin types * feat(juia): added all public built-in types in Core and Base * feat(julia): removed private types from built-in type list | |||||
| * | Update parsers: erlang, wing | GitHub | 2023-09-26 | 1 | -2/+2 | |
| | | ||||||
| * | feat(highlights): some haskell improvements | Marc Jakobi | 2023-09-25 | 1 | -1/+6 | |
| | | ||||||
| * | Update parsers: haskell, scala, wing | GitHub | 2023-09-25 | 1 | -3/+3 | |
| | | ||||||
| * | Use scala parser for sbt filetype | ghostbuster91 | 2023-09-25 | 1 | -0/+1 | |
| | | ||||||
| * | Update parsers: cuda, glsl, scala, ssh_config (#5441) | github-actions[bot] | 2023-09-24 | 1 | -4/+4 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | Update parsers: wing (#5439) | github-actions[bot] | 2023-09-23 | 1 | -1/+1 | |
| | | ||||||
| * | Update parsers: bitbake, python, rust, wing | GitHub | 2023-09-22 | 1 | -4/+4 | |
| | | ||||||
| * | Update parsers: bash, t32, wing | GitHub | 2023-09-21 | 1 | -3/+3 | |
| | | ||||||
| * | Update parsers: luadoc, scala, ssh_config, wing | GitHub | 2023-09-20 | 1 | -4/+4 | |
| | | ||||||
| * | feat(dart): add base, final & sealed class modifier highlights | nedia | 2023-09-19 | 1 | -0/+3 | |
| | | ||||||
| * | fix(haskell_persistent): adapt to scanner rewrite | Christian Clason | 2023-09-19 | 1 | -1/+1 | |
| | | ||||||
| * | Update parsers: awk, haskell_persistent, scala, ssh_config, wing | GitHub | 2023-09-19 | 1 | -5/+5 | |
| | | ||||||
| * | feat(textproto): Add Textproto parser and queries (#5402) | PorterAtGoogle | 2023-09-19 | 7 | -0/+43 | |
| | | | | | | | | | | | | | | * Add textproto parser and queries * remove extra newline * Apply suggestions from code review Co-authored-by: ObserverOfTime <chronobserver@disroot.org> --------- Co-authored-by: ObserverOfTime <chronobserver@disroot.org> | |||||
| * | Update README (#5419) | github-actions[bot] | 2023-09-18 | 1 | -0/+1 | |
| | | | | Co-authored-by: Github Actions <actions@github> | |||||
| * | feat: add ssh config | ObserverOfTime | 2023-09-18 | 6 | -0/+121 | |
| | | ||||||
| * | Update parsers: agda, wing | GitHub | 2023-09-18 | 1 | -2/+2 | |
| | | ||||||
| * | Update README | Github Actions | 2023-09-18 | 1 | -1/+1 | |
| | | ||||||
| * | chore: switch agda upstream | ShootingStarDragons | 2023-09-18 | 3 | -4/+3 | |
| | | ||||||
| * | feat(markdown): conceal triple backticks and HTML entities | Maria José Solano | 2023-09-17 | 2 | -0/+16 | |
| | | ||||||
| * | Update README | Github Actions | 2023-09-17 | 1 | -0/+3 | |
| | | ||||||
| * | feat: add parsers and queries for apex, sosl, soql (#5396) | Xi Xiao | 2023-09-17 | 7 | -0/+534 | |
| | | ||||||
| * | fix(dockerfile): bash injection on run instructions | Christian Segundo | 2023-09-17 | 2 | -1/+8 | |
| | | ||||||
| * | fix: trees() may not be list-like | Jaehwang Jung | 2023-09-17 | 1 | -2/+2 | |
| | | ||||||
