Github Actions
bec1ceee16
Update README
2023-08-02 14:11:39 -04:00
Trey Wood
8968a3a541
feat!: change upstream proto parser and improve highlights
2023-08-02 13:54:53 -04:00
Christian Clason
4c4d586a05
fix(t32): correct gitlab URL
2023-08-01 09:47:37 +02:00
Amaan Qureshi
8e70f17f71
fix(perl): update highlights from upstream changes
2023-08-01 09:13:09 +02:00
Christoph Sax
4fd6d9dc17
refactor(t32): remove revision pinning
2023-08-01 05:44:28 +02:00
Chinmay Dalal
82c9486539
fix(fennel): capture method calls as @method.call
2023-07-31 06:47:45 -04:00
Github Actions
1c79da3300
Update README
2023-07-30 19:32:32 +02:00
Christoph Sax
0fe8fa0bcf
feat(t32): update tests to new node types
2023-07-30 19:29:33 +02:00
Christoph Sax
536c8a3880
feat(t32): re-enable tests
...
- Switch to GitLab mirror repository
- Lock grammar version 2.2.0
- Revert "fix(tests): mark t32 as allowed to fail"
This reverts commit ba223ceecc .
- Revert "fix(tests): remove t32 tests"
This reverts commit 97957a547b .
2023-07-30 19:29:33 +02:00
Christoph Sax
2fb7359828
feat(t32)!: update queries for new HLL node types
...
- Lock grammar to version 2.1.1
- Update query for syntax hightlighting
- fix missing locals query
- reduce number of "(identifier) @variable" highlight queries
- revert to capture @function.builtin for PRACTICE call expressions
2023-07-30 19:29:33 +02:00
Matthias Queitsch
e8648569d8
feat(sql): add new keywords
2023-07-30 10:45:04 +02:00
GitHub
ee107fc759
Update parsers: fortran, glsl, hoon, matlab, wing
2023-07-29 11:11:01 +02:00
Christian Clason
97957a547b
fix(tests): remove t32 tests
...
t32 parser is hosted on Codeberg, which has frequent outages that block
unrelated CI. Revert this commit if and when uptime has improved.
2023-07-29 10:56:17 +02:00
Christian Clason
ba223ceecc
fix(tests): mark t32 as allowed to fail
2023-07-29 10:41:51 +02:00
Matthias Queitsch
db0ccd920b
feat(prql): change func to let for prql 0.9.x
2023-07-28 18:41:16 +02:00
GitHub
5e27645a2b
Update parsers: c, cuda, fortran, haskell, heex, luap, ocamllex, php, prql, python, verilog, wing
2023-07-28 03:11:19 -04:00
Matthias Q
205b9e9bb8
feat(sql, prql): update sql highlights, update prql to v0.9.x compatiblity
2023-07-28 02:58:19 -04:00
Amaan Qureshi
6aababfca4
chore: update C, improve preproc_arg highlights
2023-07-27 07:29:33 -04:00
Amaan Qureshi
f590e13d6d
fix(c): only inject in preproc function calls/definitions
2023-07-27 05:40:44 -04:00
GitHub
c2eae58ce2
Update parsers: cairo, elixir, elm, go, hack, kotlin, matlab, perl, poe_filter, promql, python, racket, robot, scala, t32, wgsl_bevy, wing
2023-07-27 10:48:01 +02:00
Amaan Qureshi
f09bcffe0c
fix(hoon): add scanner file
2023-07-27 10:30:07 +02:00
Amaan Qureshi
11610e0631
fix(pug): adapt to scanner rewrite
2023-07-27 10:23:36 +02:00
Michael Hoffmann
0b0e460180
fix(promql): bump parser, fix queries
...
Signed-off-by: Michael Hoffmann <mhoffm@posteo.de>
2023-07-27 10:22:14 +02:00
Amaan Qureshi
ad3805f5c3
fix(c)!: update C, CPP parsers and queries
...
also update derived parsers (arduino, cuda, glsl, hlsl, ispc, objc)
2023-07-27 09:51:13 +02:00
Amaan Qureshi
203981d288
fix(hcl, terraform): adapt to scanner rewrite
2023-07-27 09:13:19 +02:00
Amaan Qureshi
25158a8b39
fix(r): adapt to scanner rewrite
2023-07-27 08:51:34 +02:00
Hugo
736a672afe
feat: add scfg
2023-07-25 16:49:09 -04:00
Stephan Seitz
4920a4e732
highlights(wgsl_bevy): add support for naga_oil features
...
Bevy has switched to https://github.com/bevyengine/naga_oil which allows
new syntax constructs.
2023-07-25 22:22:35 +02:00
pseudometa
74a7da4e4b
feat(comment): highlight more comment tags
2023-07-25 09:03:54 -04:00
Amaan Qureshi
48df8efa25
chore(puppet): update queries from upstream
2023-07-24 23:38:46 -04:00
Amaan Qureshi
7c1e944311
fix(fortran): adapt to scanner rewrite
2023-07-24 21:51:32 +02:00
Sergio Alejandro Vargas
5be3ddeadd
fix(julia): symbol highlighting
...
Update the `@symbol` capture to enable highlighting symbols
differently from variables.
See https://github.com/tree-sitter/tree-sitter-julia/issues/110
2023-07-24 21:33:47 +02:00
Christian Clason
7b04e8b67e
Update lockfile.json: elvish, erlang, markdown, markdown_inline, matlab, ocaml, ocaml_interface, robot, tsx, typescript, wing
2023-07-22 14:15:46 +02:00
Christian Clason
a8ac8419c4
fix(regex): bump to latest commit
2023-07-21 12:33:02 +02:00
Constantine Bulany
4115fad9fd
fix(yaml): typo in promql injection ( #5130 )
2023-07-20 01:41:50 +09:00
Github Actions
9fa6806b88
Update README
2023-07-18 23:29:20 +02:00
OK Ryoko
461d841771
feat: add SystemTap ( #5097 )
2023-07-18 22:55:06 +03:00
Github Actions
19b29f7cb0
Update README
2023-07-18 09:06:04 +02:00
Michael Hoffmann
b64ea2ec44
feat(promql,yaml): add parser and yaml injections
...
Signed-off-by: Michael Hoffmann <mhoffm@posteo.de>
2023-07-18 03:03:11 -04:00
Amaan Qureshi
a2c3a7319f
fix(menhir): adapt to scanner rewrite
2023-07-18 08:52:45 +02:00
Matthias Q
e75b795f00
feat(sql): update queries for newly added keywords
2023-07-18 02:39:36 -04:00
Ananda Umamil
44211e7f6e
feat(typescript): highlight decorators, default case, global declaration
2023-07-17 14:19:28 -04:00
Github Actions
f6c52eb839
Update README
2023-07-17 14:30:50 +02:00
Tobias Frilling
1bd95ec90a
fix(parsers): ownership transfer of elvish
...
I've transferred the ownership of the elvish grammer to @elves, which is the org that develops elvish.
2023-07-17 14:21:46 +02:00
Github Actions
180399295d
Update README
2023-07-17 10:21:48 +02:00
Emmanuel Bustos Torres
dd6964575e
feat: add Robot Framework parser and highlights
2023-07-17 10:21:10 +02:00
GitHub
1e3b986650
Update parsers: arduino, c, elixir, ocaml, ocaml_interface, wing
2023-07-17 09:53:25 +02:00
Bugala Piotr
7caa976154
feat(groovy): Add more support for groovy syntax. Fix for groovy multiline comment highlighting.
2023-07-17 03:36:03 -04:00
Amaan Qureshi
51ea343f70
fix(uxntal): move @variable query higher
2023-07-16 12:23:25 +03:00
GitHub
12d970f8ae
Update parsers: capnp, elixir, java, perl, puppet, regex, sql, tsx, typescript, uxntal, wing
2023-07-15 12:21:44 +02:00