Commit graph

1326 commits

Author SHA1 Message Date
GitHub
670e7aa843 Update parsers: devicetree, wing 2023-11-21 10:22:33 +01:00
GitHub
3da5cfb4a2 Update parsers: commonlisp, cuda, glsl, hlsl, pod, smithy, tlaplus, v, wing 2023-11-20 08:39:48 +01:00
Amaan Qureshi
d876296476
feat: add Linkerscript (#5693) 2023-11-19 18:10:52 +09:00
GitHub
e96a9b4577 Update parsers: cpp, php, rust, wing 2023-11-19 16:52:23 +09:00
GitHub
0df364926d Update parsers: hcl, terraform, wing 2023-11-18 14:15:16 +01:00
GitHub
2b12560bc3 Update parsers: c, cpp, cuda, glsl, liquidsoap, purescript, python, rust, sql, ssh_config, t32, templ, v, wing 2023-11-18 12:36:46 +01:00
Amaan Qureshi
557561fbc1 chore(rust): update queries from upstream 2023-11-17 13:32:09 +01:00
Pham Huy Hoang
8199529bc4 chore(apex): Update queries 2023-11-17 18:09:15 +09:00
Vincent Rischmann
da6646c3e5
feat: add templ
---------

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
2023-11-16 16:12:55 -05:00
GitHub
8b9f996602 Update parsers: cpp, wing 2023-11-15 09:06:01 +01:00
GitHub
c0da2013d1 Update parsers: objdump, sql, wing 2023-11-14 09:34:53 +01:00
GitHub
2241f81d74 Update parsers: gleam, hcl, hlsl, ini, leo, markdown, markdown_inline, purescript, sql, terraform, tlaplus 2023-11-13 20:21:38 +01:00
Mark McCulloh
17e77749c1
fix(wing): update parser and queries, add maintainer (#5671) 2023-11-13 19:04:27 +00:00
GitHub
42053b9db3 Update parsers: bitbake, groovy, janet_simple, liquidsoap, markdown, markdown_inline, pymanifest, requirements, sql, wing 2023-11-11 16:17:28 +09:00
ObserverOfTime
d4fb7557ba feat: add xcompose parser 2023-11-10 14:10:20 -05:00
GitHub
208504c707 Update parsers: go, gpg, poe_filter, ssh_config, tlaplus, udev, v, wing 2023-11-10 11:30:42 +02:00
GitHub
8996612bfb Update parsers: arduino, bitbake, chatito, dtd, erlang, gitattributes, gleam, kotlin, purescript, v, wing, xml 2023-11-09 01:55:03 -05:00
postsolar
bf18ff20ae
feat(purescript): add parser and queries (#5626) 2023-11-08 18:07:02 +02:00
Willem-J-an
629cae1f0f
feat(kusto): add kusto parser and highlights (#5632)
* feat(kusto): add kusto parser and highlights

* feat(kusto): improve highlights

* Update queries/kusto/highlights.scm

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>

* chore(kusto): remove unneeded filetype

---------

Co-authored-by: Willem Jan Noort <noortw01@heiway.net>
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
2023-11-08 09:11:19 +00:00
GitHub
ec09e52d41 Update parsers: janet_simple, wing 2023-11-08 08:27:30 +01:00
Amaan Qureshi
eacb5e9468 chore(bitbake): update highlights from upstream 2023-11-08 08:08:17 +01:00
ObserverOfTime
9a746b4b6a feat: add udev rules parser 2023-11-07 12:17:38 +02:00
github-actions[bot]
e903dd54e9
Update parsers: janet_simple, perl, swift, wing (#5634)
Co-authored-by: GitHub <noreply@github.com>
2023-11-07 08:37:19 +00:00
github-actions[bot]
96f55f3043
Update parsers: awk, janet_simple, markdown, markdown_inline, wing (#5633)
Co-authored-by: GitHub <noreply@github.com>
2023-11-06 06:49:36 +00:00
GitHub
a82bba45fb Update parsers: awk, gleam, janet_simple, markdown, markdown_inline, wing 2023-11-05 13:59:39 +01:00
Ramkumar Ramachandra
b3d2c36254 mlir: update highlights.scm, parser 2023-11-05 13:36:18 +01:00
GitHub
bef2c24e23 Update parsers: dart, forth, gleam, rego, wing 2023-11-04 16:43:15 +09:00
GitHub
f3c2710584 Update parsers: janet_simple, sql, ssh_config, wing 2023-11-03 09:48:54 +01:00
GitHub
43161c860e Update parsers: liquidsoap, nim, perl, sql, twig, unison, wing 2023-11-02 19:39:34 +01:00
Amaan Qureshi
051ce73fcd chore(odin): update highlights from upstream 2023-11-01 20:08:04 -04:00
GitHub
efec7115d8 Update parsers: htmldjango, nim_format_string, wing 2023-10-31 15:57:05 +09:00
aMOPel
aeb5ad8ae1
feat(nim): added nim parser and queries (#5556)
* feat(nim): added nim parser and queries

* correct scanner.cc to scanner.c

Co-authored-by: Christian Clason <c.clason@uni-graz.at>

* fix(nim): corrected capture for @function.macro

* feat(nim highlights): added @field capture for discriminator field in
object variant

* bumped parser version, adapted highlights.scm and condensed
injections.scm

* improved nim_format_string highlights.scm

* bump nim parser version again

* removed overlap between queries for generalized strings in
injections.scm

* improved formattin] in nim_format_string/injections.scm

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>

* corrected asm parser name in injections.scm

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>

* improved formatting in highlights.scm

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>

* removed @error capture from highlights.scm

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>

* improved wording in comment in highlights.scm

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>

* removed priority from (dot_expression left: @none) capture, since it's
at the end of the file anyways

* removed comments listing unused captures

* reverted @error capture in nim_format_string/highlights.scm back to
@none

* condensed string alternatives in injections.scm

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>

* condensed string alternatives in injections.scm (second part)

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>

* added comment to explain reasoning behind priority use

* swapped order of @punctuation.delimiter and @operator to get rid of
superfluous comment

* moved macro and template keywords to @preproc capture

* removed priorities in highlights.scm and shifted @parameter capture
behind @type capture

* improved formatting in locals.scm

* added queries for missing cases of @definition.namespace capture in
locals.scm

* removed some trailing whitespace

* added @namespace queries for highlights.scm

* bumped parser version again

* removed superfluous @type capture

* removed `@type`s `has-ancestor` and removed `(_ (_ ...` structures,
but added priorities

* added missing @constant capture to some queries in highlights.scm

* fixed priority numbers so they work when injecting nim (in markdown)

* added @none captures back to injection targets

* added (assembly_statement) injection query

* added indent queries

* removed indents.scm again

* added some missing queries for dot_generic_call, concept_declaration and
pragma_statement

---------

Co-authored-by: Christian Clason <c.clason@uni-graz.at>
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
2023-10-30 20:35:51 +09:00
GitHub
f9c422a121 Update parsers: gleam, strace, wing 2023-10-30 09:13:16 +01:00
Veesh Goldman
c36681bb49 feat: bump perl 2023-10-29 20:56:01 +01:00
GitHub
bf0a96568a Update parsers: gitattributes, t32, wing 2023-10-27 23:04:54 +09:00
GitHub
2e6961ff9d Update parsers: glsl, perl, php, sql, t32, wing 2023-10-26 14:48:05 -07:00
GitHub
44762abc90 Update parsers: kotlin, wing 2023-10-25 16:44:10 +09:00
Teddytrombone
16af5ef490
feat(typoscript) Added parser and queries for TypoScript (#5564)
* Added configuration for TypoScript

* Removed duplicated code; Applied folding suggestion

* Applied suggestions

* Update queries/typoscript/highlights.scm

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>

---------

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
2023-10-24 07:48:33 +00:00
github-actions[bot]
9dca0a176d
Update parsers: liquidsoap, wing (#5568)
Co-authored-by: GitHub <noreply@github.com>
2023-10-24 07:16:19 +00:00
Veesh Goldman
84544f5cd3
chore(perl): update parser 2023-10-23 14:40:18 -04:00
GitHub
5c08a5301c Update parsers: leo, liquidsoap, perl, wing 2023-10-23 09:10:38 +02:00
Colin Kennedy
0179a89656
feat: add objdump to the supported languages (#5548) 2023-10-22 12:05:20 +03:00
GitHub
07dbb3845c Update parsers: gn, leo, liquidsoap 2023-10-22 16:19:32 +09:00
Amaan Qureshi
6cb93819c9 feat: add GN (Generate Ninja) 2023-10-22 01:17:15 -04:00
r001
99988f6eb7
feat: leo parser and queries (#5542) 2023-10-22 10:23:02 +09:00
Veesh Goldman
bb3f8f40b1 feat(perl)!: switch to tree-sitter-perl org's parser 2023-10-21 14:41:22 -04:00
Veesh Goldman
7c67a1a923 feat(pod): add tree-sitter-perl org's POD parser 2023-10-21 14:41:22 -04:00
GitHub
f636d58c8d Update parsers: haskell 2023-10-21 10:53:20 +02:00
GitHub
4a68f0778c Update parsers: liquidsoap, php 2023-10-20 23:19:55 +09:00
Pham Huy Hoang
605a650924
chore(wing): update queries from upstream (#5549) 2023-10-20 14:02:49 +00:00