Commit graph

2927 commits

Author SHA1 Message Date
numToStr
2f671dfa36 change: allow one or more leading ; 2022-08-23 14:04:26 -07:00
numToStr
383d152783 injections(lua): highlight string as query if starts with ;; query 2022-08-23 14:04:26 -07:00
GitHub
e12416560e Update lockfile.json 2022-08-23 20:51:29 +02:00
GitHub
288137b42c Update lockfile.json 2022-08-23 20:37:09 +02:00
GitHub
04e97e4088 Update lockfile.json 2022-08-23 20:18:42 +02:00
GitHub
c3b5a2967a Update lockfile.json 2022-08-23 19:09:35 +02:00
GitHub
d17440f598 Update lockfile.json 2022-08-23 16:55:49 +02:00
Thomas Vigouroux
59f656a203 chore(vim): update parser and highlights
Adds support for map_bar.
Correctly highlight unknown builtin commands.
2022-08-23 15:03:06 +02:00
Thomas Vigouroux
ea8d8bbef0 feat(vim): update to latest highlights 2022-08-23 14:28:36 +02:00
GitHub
bbd05a8898 Update lockfile.json 2022-08-23 12:40:29 +02:00
GitHub
2ab4e87496 Update lockfile.json 2022-08-23 10:18:59 +02:00
Christian Clason
a2ee5610ae ci: add workflow_dispatch 2022-08-23 00:52:35 +02:00
Sergio Alejandro Vargas
fb6d60c7b9 highlights(ecma): Update queries for literals
- Add queries for value properties:
    - undefined
    - NaN
    - Infinity
- Highlight regex delimiters as brackets instead of punctuation
- Format queries for literals
2022-08-22 15:51:08 -07:00
GitHub
4b536a9709 Update lockfile.json 2022-08-22 16:52:18 +02:00
anthony-S93
bc9792298c Modified queries/java/highlights.scm 2022-08-22 07:40:51 -07:00
GitHub
09b13e9edb Update lockfile.json 2022-08-22 09:01:01 +02:00
GitHub
81a43bfe72 Update lockfile.json 2022-08-21 01:03:56 -07:00
GitHub
67fb8939ff Update lockfile.json 2022-08-20 10:49:26 +02:00
GitHub
9dd1065ebe highlights(javascript): "?." -> optional_chain 2022-08-20 10:42:19 +02:00
Github Actions
2bb9bb7386 Update README 2022-08-19 15:15:11 -07:00
Stephan Seitz
29cf3fe42a parsers: add HLSL 2022-08-19 15:05:33 -07:00
GitHub
d76b0de653 Update lockfile.json 2022-08-17 23:58:44 -07:00
Christian Clason
11e88f698a update vim parser and queries 2022-08-17 11:17:55 +02:00
GitHub
116c72f5c2 Update lockfile.json 2022-08-17 09:09:15 +02:00
Github Actions
dcf6b8d054 Update README 2022-08-17 08:54:39 +02:00
Stephan Seitz
b245c44ce1 parsers: add tree-sitter-gitignore 2022-08-16 23:16:44 -07:00
GitHub
826c951825 Update lockfile.json 2022-08-16 11:58:53 -07:00
Github Actions
7e596c4adf Update README 2022-08-16 11:49:52 -07:00
Stephan Seitz
24db489566 highlights(swift): add keywords "convenience", "required", "override" 2022-08-16 11:39:30 -07:00
Stephan Seitz
bb1c6c2475 highlights(swift): add keywords "actor", "nonisolated"
Introduced in 07bdffb5e6
2022-08-16 11:39:30 -07:00
ShootingStarDragons
c5eed2f2cd fix wrong parse
change maintainers
2022-08-16 11:38:50 -07:00
ShootingStarDragons
25baab9f59 add regenerate the treesitter 2022-08-16 11:38:50 -07:00
ShootingStarDragons
970fe39f4c feat(agda): add support for agda 2022-08-16 11:38:50 -07:00
ShootingStarDragons
a773660882 add highlights 2022-08-16 11:38:50 -07:00
GitHub
58d0105e2e Update lockfile.json 2022-08-16 18:45:46 +02:00
GitHub
1b99f94fc2 Update lockfile.json 2022-08-16 09:05:25 +02:00
GitHub
a0251c9896 Update lockfile.json 2022-08-15 15:04:45 -07:00
Stephan Seitz
0c807bf1fd highlights(ql): follow upstream refactor of qualModuleExpr
13155b740d
2022-08-15 14:53:57 -07:00
Stephan Seitz
d1ce3db8ea indents(go): no indent at all composite_literal, indent at struct_type 2022-08-15 13:34:16 -07:00
Stephan Seitz
ac5456567a indens(go): fix issue 3288
Fixes #3288
2022-08-15 13:34:16 -07:00
GitHub
e5c60516b5 Update lockfile.json 2022-08-15 00:30:03 -07:00
Zheng Piaodan
48d88ddbff fix(ruby): indent of brackets & parens 2022-08-13 03:40:17 -07:00
Zheng Piaodan
65a1817ba3 fix(ruby): indent parenthesized_statements 2022-08-13 03:40:17 -07:00
GitHub
1ca366af9b Update lockfile.json 2022-08-13 00:40:51 -07:00
GitHub
9b3f127501 Update lockfile.json 2022-08-11 14:44:13 -07:00
Ben Weedon
cea9c5941d Conceal reference and shortcut links in markdown
This change conceals `full_reference_link`, `collapsed_reference_link`,
and `shortcut_link` similarly to the `markdown_inline` query file
already conceals `inline_link` and `image`.

 ## Test markdown contents

```markdown
Some text before the link [full reference link text][link label] and now some
text after the link onto a new line.

Some text before the link [collapsed reference link text][] and now some text
after the link onto a new line.

Some text before the link [shortcut link text] and now some text after the link
onto a new line.
```

 ## Test markdown concealed screenshot

Closes #3267
2022-08-11 14:36:44 -07:00
GitHub
e7b5e92d46 Update lockfile.json 2022-08-10 09:09:52 +02:00
NTBBloodbath
e9ab034139 chore: update tree-sitter-http parser URL 2022-08-09 09:06:19 +02:00
phynalle
d2815cb82f Enable expandtab 2022-08-08 14:07:30 -07:00
phynalle
5c7f9d2ddb Add zig tests for newline 2022-08-08 14:07:30 -07:00