Alex Pinkus
98d5fe400c
highlights(swift): fix for_statement variable declaration
...
Incorporates a fix from upstream, caught due to the emacs tree-sitter
plugin using an older version of tree-sitter that does stricter
validation.
2022-09-05 21:16:04 +02:00
Chinmay Dalal
84a7219d16
make: add substitution_reference @operator
2022-09-03 05:55:14 -07:00
ShootingStarDragons
73cd1f189b
feat(qmljs): boolean
...
boolean is not in the right color, so fix it
Log: fix the color of boolean for qmljs
2022-09-02 18:54:45 -07:00
Raafat Turki
7845f31839
style: stylua
2022-09-01 05:10:23 -07:00
Raafat Turki
611111ec7e
feat(sxhkdrc): add folds and injections
2022-09-01 05:10:23 -07:00
Raafat Turki
ddcda04301
feat: add tree-sitter-sxhkdrc
2022-09-01 05:10:23 -07:00
Marc Jakobi
4b0dab183e
Add postresql-simple sql to haskell injections
2022-08-29 14:07:39 -07:00
Guillaume Bouchard
32e1f654e7
Fix aesonQQ quasiquote_body for haskell injections
...
Fix name of the captured quoter
2022-08-29 13:51:46 -07:00
Guillaume Bouchard
3993d90a52
Haskell injection: support inline json
...
Support for inline json using the quasiquoter `aesonQQ`: https://github.com/sol/aeson-qq#readme
2022-08-29 13:51:46 -07:00
Matthias Queitsch
6e0e03285a
account for added and renamed keywords
2022-08-29 01:30:28 -07:00
ShootingStarDragons
783fec3815
feat(agda): better highlight
...
Add highlight for bool
add highlight for function
Log: better highlight
2022-08-27 01:46:09 -07:00
ShootingStarDragons
bf8e987519
feat(cmake): add escape to highlight
...
add escape word like "\n", "\;" to highlight
Log: escape sequence highlight for cmake
2022-08-27 01:36:15 -07:00
ShootingStarDragons
d50ded1471
chore(meson): add injections for meson
...
add comment as injections as other languages like bash
Log: add injections for meson
2022-08-27 01:35:47 -07:00
numToStr
69a55e86ce
injections(jsx): highlight <style jsx> as css
2022-08-26 12:05:02 -07:00
ShootingStarDragons
d4ca2c6791
feat(meson): add support for meson
...
Log: meson build
2022-08-26 11:55:16 -07:00
Christian Clason
08e9b7cdf7
feat(viml): update queries
2022-08-26 20:54:32 +02:00
Zheng Piaodan
6b0ddaa9b3
feat: allow to fold markdown sections
2022-08-26 05:54:10 -07:00
rydesun
bc319bd0c2
highlights(DOT): update keywords
2022-08-24 23:10:26 -07:00
Stephan Seitz
a59e6e0ef0
highlights(java): add "non-sealed" keyword
2022-08-23 22:20:46 -07:00
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
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
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
anthony-S93
bc9792298c
Modified queries/java/highlights.scm
2022-08-22 07:40:51 -07:00
GitHub
9dd1065ebe
highlights(javascript): "?." -> optional_chain
2022-08-20 10:42:19 +02:00
Stephan Seitz
29cf3fe42a
parsers: add HLSL
2022-08-19 15:05:33 -07:00
Christian Clason
11e88f698a
update vim parser and queries
2022-08-17 11:17:55 +02:00
Stephan Seitz
b245c44ce1
parsers: add tree-sitter-gitignore
2022-08-16 23:16:44 -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
a773660882
add highlights
2022-08-16 11:38:50 -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
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
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
phynalle
54de8afbed
fix(zig): Do not indent on newline after block
2022-08-08 14:07:30 -07:00
Stephan Seitz
f68a1b16ce
injections(go): avoid running queries on all comments
...
Fixes #3187
Fixes #3263
2022-08-06 05:37:14 -07:00
ray-x
373b15ecee
go folds.scm composit_literal
2022-08-05 13:36:57 -07:00
Stephan Seitz
27424a2040
indents(go): improve @branch rules
...
- Don't branch at `case`
- Let `import_spec_list`/`var_declaration` behave like
`const_declaration`
Fixes #2166
2022-08-05 12:32:20 -07:00
derekstride
3832fde3ee
SQL highlight queries rely on latest parser AST
2022-08-05 21:20:11 +02:00
lfenzo
c784720917
Split func/method definition from calls in several programming language queries
2022-08-03 12:05:30 -07:00
lfenzo
0014e52e2d
Split func/method definition from calls in lotlin highlighting queries
2022-08-03 12:05:30 -07:00
lfenzo
2f9ae24ffa
Split func/method definition from calls in Go highlighting queries
2022-08-03 12:05:30 -07:00
lfenzo
576287ac84
Split func/method definition from calls in C++ highlighting queries
2022-08-03 12:05:30 -07:00
lfenzo
04e62a2027
Split func/method definition from calls in C highlighting queries
2022-08-03 12:05:30 -07:00
lfenzo
140393cfff
Split func/method definition from calls in julia highlighting query
2022-08-03 12:05:30 -07:00