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
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
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
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
ObserverOfTime
131f665f90
feat(perl): improve highlights
2023-08-03 15:45:39 +03:00
Amaan Qureshi
80aee02921
fix(gleam): update queries from upstream changes
2023-08-02 23:02:54 +02:00
Trey Wood
8968a3a541
feat!: change upstream proto parser and improve highlights
2023-08-02 13:54:53 -04:00
Amaan Qureshi
8e70f17f71
fix(perl): update highlights from upstream changes
2023-08-01 09:13:09 +02:00
Chinmay Dalal
82c9486539
fix(fennel): capture method calls as @method.call
2023-07-31 06:47:45 -04: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
Matthias Queitsch
db0ccd920b
feat(prql): change func to let for prql 0.9.x
2023-07-28 18:41:16 +02: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
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
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
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
Constantine Bulany
4115fad9fd
fix(yaml): typo in promql injection ( #5130 )
2023-07-20 01:41:50 +09:00
OK Ryoko
461d841771
feat: add SystemTap ( #5097 )
2023-07-18 22:55:06 +03: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
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
Emmanuel Bustos Torres
dd6964575e
feat: add Robot Framework parser and highlights
2023-07-17 10:21:10 +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
Amaan Qureshi
823e67a1c9
chore: update JSX from upstream
2023-07-12 15:51:15 +02:00
Amaan Qureshi
08aabb145f
chore: update Regex from upstream
2023-07-12 15:51:15 +02:00
Long Wang
b4b94ec387
feat(julia): highlight docstrings before short function definitions
2023-07-11 21:40:37 +02:00
Jacob Pfeifer
d186a9e95a
feat: add Hurl
...
Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com>
---------
Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com>
2023-07-11 02:18:26 -04:00
Sergio A. Vargas
90581acf87
feat(ecma): highlight regex flags
2023-07-10 14:13:17 -04:00
Sergio Alejandro Vargas
dcf46d07cc
Update Julia queries
2023-07-08 11:24:01 +02:00
Amaan Qureshi
f45ea99454
feat: add Cairo
2023-07-08 04:29:57 -04:00
ObserverOfTime
ec7db4ba3f
feat(pug): improve syntax highlighting
2023-07-07 16:14:01 -04:00
Piotr Bugała
4cc1b342f6
feat(groovy): update highlights from upstream ( #5076 )
...
Groovydoc multiline comment support.
2023-07-07 09:58:44 +03:00
Stephen Huan
e1ab5391e5
feat(nix): highlight hpath_expressions as @string.special
2023-07-06 03:07:07 -04:00
Derek Stride
1a915819d8
feat(sql): update highlights from upstream
2023-07-05 16:05:56 -04:00
Amaan Qureshi
2d78445087
fix(foam): update queries from upstream
2023-07-05 03:41:15 -04:00
Amaan Qureshi
46b1ad3de2
refactor(v)!: update upstream repository
2023-07-04 11:08:07 +02:00
Repetitive
254f3da683
fix(markdown_inline): don't spellcheck shortlinks
2023-07-02 14:22:27 +02:00