Commit graph

4279 commits

Author SHA1 Message Date
Pham Huy Hoang
78b54eb7f6 chore(injections)!: update injection syntax to 0.9
Since 0.9, @lang syntax is still available as fallback but will soon be deprecated.
Because of that, new syntax should be adopted once 0.9 becomes the
baseline requirements for nvim-treesitter

- update health check
- update doc
2023-08-12 17:34:15 +02:00
Christian Clason
2aa9e9b0e6 feat!: bump required Nvim version to 0.9.1 2023-08-12 17:34:15 +02:00
GitHub
63260da18b Update parsers: teal, wing 2023-08-12 11:14:29 +02:00
Amaan Qureshi
fa414da96f chore: update cpp 2023-08-11 14:38:50 -04:00
Amaan Qureshi
41f35eac4f fix(c-family): inject into preproc args in preproc defs when it spans multiple lines only 2023-08-11 14:38:50 -04:00
Amaan Qureshi
acd9d2115d feat(c): update highlights 2023-08-11 14:38:50 -04:00
github-actions[bot]
15129f6d70
Update parsers: arduino, ispc (#5229)
Co-authored-by: GitHub <noreply@github.com>
2023-08-11 08:55:54 +00:00
github-actions[bot]
f3cf4a9a6c
Update parsers: cpp, cuda, glsl, hlsl, objc, vim, wing (#5228)
Co-authored-by: GitHub <noreply@github.com>
2023-08-11 08:01:11 +00:00
Borys Lykah
c981ea0684 fix: rename filetype for haskell persistent to match vim 2023-08-11 01:26:54 -04:00
ObserverOfTime
898f9c13d6 feat: add requirements parser 2023-08-10 23:17:56 +03:00
Yuki Ito
d92bfe2cbd feat(go): add max and min to @function.builtin 2023-08-10 11:18:57 -04:00
Amaan Qureshi
251fe95efd
fix: update preproc injections for arduino, cuda, glsl, hlsl 2023-08-10 16:43:45 +02:00
Amaan Qureshi
3d3b335ace fix(cpp): update injections from C 2023-08-10 16:09:50 +02:00
GitHub
477a5d76a2 Update parsers: arduino, c, chatito, cpp, cuda, gitattributes, jsonnet, pem, wing 2023-08-10 09:43:40 +02:00
GitHub
80cee52d44 Update parsers: htmldjango, scala, sql, wing 2023-08-09 09:57:20 +02:00
Lewis Russell
ae88851cac feat: add .luarc.json 2023-08-08 14:03:02 +01:00
GitHub
a9ce9fb7cc Update parsers: wing 2023-08-08 09:11:17 +02:00
Matthias Queitsch
2f5b4a65dc feat(sql): add missing keywords 2023-08-07 22:19:57 +01:00
ShellCode33
d9e75a1736 queries/*/highlights.scm : remove @spell for strings 2023-08-07 16:39:40 +01:00
Lewis Russell
d9be302f74
fix(spell): do not spell check certain types of strings (#5203)
- Document that only certain kinds of strings are spell checked, and
  reasons why they may not.

- Remove spell checking for bash strings.
2023-08-07 13:42:24 +01:00
GitHub
2051c8603d Update parsers: wing 2023-08-07 09:03:06 +02:00
GitHub
8d5e5dc40a Update parsers: julia, wing 2023-08-05 09:56:32 +02:00
GitHub
6c93c86272 Update parsers: chatito, jsonnet, pem, racket, scheme, wing 2023-08-04 08:46:47 +02:00
ObserverOfTime
131f665f90 feat(perl): improve highlights 2023-08-03 15:45:39 +03:00
GitHub
1e5576fa01 Update parsers: awk, cuda, diff, elm, foam, gleam, gomod, hlsl, ini, java, perl, proto, racket, rst, scheme, sql, t32, wing 2023-08-03 08:48:27 +02:00
Amaan Qureshi
80aee02921 fix(gleam): update queries from upstream changes 2023-08-02 23:02:54 +02:00
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