Commit graph

4440 commits

Author SHA1 Message Date
ObserverOfTime
dfd4fb330f
feat: add nasm parser (#5475)
* feat: add nasm parser

* chore: update highlights

---------

Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
2023-10-09 11:28:28 +03:00
GitHub
51372f1d4e Update parsers: swift, wing 2023-10-09 15:57:57 +09:00
GitHub
a102053352 Update parsers: wing 2023-10-08 10:45:15 +02:00
GitHub
957f3f8c15 Update parsers: erlang, kotlin, wing 2023-10-07 16:55:02 +09:00
Mathew Polzin
3a2cc3161e
feat(authzed): add parser and highlight queries. (#5426)
* 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>
2023-10-07 10:43:35 +09:00
GitHub
10bfa4826f Update parsers: cuda, elm, erlang, glimmer, glsl, hlsl, java, tsx, typescript, usd, wing 2023-10-06 10:26:35 +02:00
Pham Huy Hoang
4e758a89a5 fix(json5): update queries from upstream 2023-10-06 10:07:20 +02:00
Pham Huy Hoang
db7adb21e6
java(highlights): add missing import class pattern (#5483) 2023-10-06 12:22:53 +09:00
Marc Jakobi
6276cd9d41
fix(haskell): highlight fixes (#5470)
* fix(haskell): highlight fixes + merge qualified/unqualified queries

* fix(haskell): lambda params + add exp_record to function.call args

* style: apply PR suggestions
2023-10-05 20:04:46 +03:00
GitHub
dd72cfadec Update parsers: c, comment, glimmer, json, liquidsoap, rst, sql, tsx, typescript, wing 2023-10-05 08:52:58 +02:00
Github Actions
f51d56c261 Update README 2023-10-04 17:42:23 +02:00
Romain Beauxis
691fdc61a1
feat: add liquidsoap
Co-authored-by: Christian Clason <c.clason@uni-graz.at>
2023-10-04 10:58:10 -04:00
Amaan Qureshi
eb96ca52a7 fix(c): add missing folds 2023-10-04 06:36:59 -04:00
GitHub
06fa0a0234 Update parsers: wing 2023-10-04 08:50:47 +02:00
Jaehwang Jung
812c2dd8fe feat(query): use @function.call for predicate 2023-10-03 17:54:10 +02:00
Jaehwang Jung
9e52d8fda3 feat(ocaml): use @function.call where appropriate 2023-10-03 17:54:10 +02:00
GitHub
32cc79b633 Update parsers: apex, bash, html, kotlin, norg, php, soql, sosl, sql, wing 2023-10-03 08:56:00 +02:00
Marc Jakobi
d96c216c54
feat(haskell): highlights improvements + tests (#5466) 2023-10-02 10:49:12 +00:00
GitHub
faeb88e4ce Update parsers: wing 2023-10-02 08:52:24 +02:00
figsoda
811e8ba4f3 injections(nix): dynamic language injection via comments 2023-10-01 18:36:24 +02:00
github-actions[bot]
776e4d341b
Update parsers: vim, wing (#5463)
Co-authored-by: GitHub <noreply@github.com>
2023-10-01 07:36:51 +00:00
GitHub
dd4e2dbc00 Update parsers: wing 2023-09-30 10:04:13 +02:00
GitHub
16ea2969ea Update parsers: wing 2023-09-29 11:40:47 +02:00
GitHub
cc2f94ed1d Update parsers: dockerfile, ssh_config, t32, wing 2023-09-28 18:49:02 +02:00
Marc Jakobi
cb139d880b chore(haskell): add mrcjkb as maintainer 2023-09-27 17:18:14 +02:00
Marc Jakobi
ec0e344f6e feat(highlights): some haskell additions
- 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)
2023-09-27 17:18:14 +02:00
GitHub
d6c9c85e14 Update parsers: git_config, gleam, wing 2023-09-27 08:57:09 +02:00
zeroknots
86d0b2b1c0
solidity: Update highlights.scm (#5453)
https://soliditylang.org/blog/2021/04/21/custom-errors/

error keyword was introduced in 0.8.4
2023-09-27 15:08:46 +09:00
Enzo L F
a255654459
feat(julia): added missing String and AbstractString builtin types (#5440)
* 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
2023-09-27 11:50:57 +09:00
GitHub
b5873bacb4 Update parsers: erlang, wing 2023-09-26 09:35:04 +02:00
Marc Jakobi
f3fb301b26 feat(highlights): some haskell improvements 2023-09-25 13:01:31 +02:00
GitHub
73fbc807eb Update parsers: haskell, scala, wing 2023-09-25 08:51:11 +02:00
ghostbuster91
3a251ac1b4 Use scala parser for sbt filetype 2023-09-25 08:13:14 +02:00
github-actions[bot]
0960322686
Update parsers: cuda, glsl, scala, ssh_config (#5441)
Co-authored-by: GitHub <noreply@github.com>
2023-09-24 07:27:59 +00:00
github-actions[bot]
af6b3ecea9
Update parsers: wing (#5439) 2023-09-23 16:23:56 +09:00
GitHub
fc93fa5c07 Update parsers: bitbake, python, rust, wing 2023-09-22 08:48:29 +02:00
GitHub
b7f2dd5dfb Update parsers: bash, t32, wing 2023-09-21 09:00:15 +02:00
GitHub
c29d973c40 Update parsers: luadoc, scala, ssh_config, wing 2023-09-20 08:55:49 +02:00
nedia
9409160748
feat(dart): add base, final & sealed class modifier highlights 2023-09-19 09:30:17 +00:00
Christian Clason
42d0fb31bd fix(haskell_persistent): adapt to scanner rewrite 2023-09-19 10:07:39 +02:00
GitHub
1ccbf82a9c Update parsers: awk, haskell_persistent, scala, ssh_config, wing 2023-09-19 10:07:39 +02:00
PorterAtGoogle
b4f6dd7298
feat(textproto): Add Textproto parser and queries (#5402)
* 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>
2023-09-19 01:26:02 +09:00
github-actions[bot]
f9034812d8
Update README (#5419)
Co-authored-by: Github Actions <actions@github>
2023-09-18 18:26:55 +09:00
ObserverOfTime
c0f4363b72 feat: add ssh config 2023-09-18 11:38:56 +03:00
GitHub
6f3f89a6dd Update parsers: agda, wing 2023-09-18 08:51:21 +02:00
Github Actions
c0170e1e2c Update README 2023-09-18 07:51:17 +02:00
ShootingStarDragons
6a865af171 chore: switch agda upstream 2023-09-18 07:42:58 +02:00
Maria José Solano
eb0f975bf2 feat(markdown): conceal triple backticks and HTML entities 2023-09-17 23:16:53 +02:00
Github Actions
9dd3e07609 Update README 2023-09-17 19:16:00 +02:00
Xi Xiao
280cf6fddd
feat: add parsers and queries for apex, sosl, soql (#5396) 2023-09-17 20:00:21 +03:00