GitHub
223883fd69
Update lockfile.json
2022-09-05 09:19:02 +02:00
GitHub
1506334ebe
Update lockfile.json
2022-09-04 11:09:31 +02:00
GitHub
b56659f15e
Update lockfile.json
2022-09-03 18:36:04 +02:00
Chinmay Dalal
84a7219d16
make: add substitution_reference @operator
2022-09-03 05:55:14 -07:00
GitHub
da34ae4afc
Update lockfile.json
2022-09-03 11:10:45 +02: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
Github Actions
c398cbc8f5
Update README
2022-09-02 10:37:56 +02:00
GitHub
f61d92cf84
Update lockfile.json
2022-09-02 09:12:05 +02:00
Raafat Turki
7845f31839
style: stylua
2022-09-01 05:10:23 -07:00
Raafat Turki
906507d9bd
fix: grammar url
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
GitHub
ed89f08a49
Update lockfile.json
2022-08-31 12:15:14 -07:00
Akin Sowemimo
a601a12bae
chore(highlight): re-add earlier call
2022-08-31 12:03:08 -07:00
Akin Sowemimo
65d0818fed
fix(highlight): ensure links are rebuilt on colorscheme change
2022-08-31 12:03:08 -07:00
GitHub
501db1459a
Update lockfile.json
2022-08-31 09:27:38 +02:00
GitHub
f0c9a186ea
Update lockfile.json
2022-08-30 08:14:02 +02:00
Stephan Seitz
e60cdd0278
ci(indents): add known failure case for #3364
2022-08-30 08:02:42 +02: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
GitHub
f3c53d225a
Update lockfile.json
2022-08-29 10:42:47 +02:00
Matthias Queitsch
c5b548fc80
update lockfile.json
2022-08-29 01:30:28 -07:00
Matthias Queitsch
6e0e03285a
account for added and renamed keywords
2022-08-29 01:30:28 -07:00
GitHub
9560e3ce7d
Update lockfile.json
2022-08-28 11:09:18 +02:00
GitHub
8a1ff3cf6a
Update lockfile.json
2022-08-27 14:17:03 +02:00
GitHub
318aaff7d0
Update lockfile.json
2022-08-27 11:21:44 +02: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
GitHub
c476a312d5
Update lockfile.json
2022-08-27 10:34:34 +02:00
GitHub
6590faa78d
Update lockfile.json
2022-08-27 10:22:34 +02:00
Stephan Seitz
a28e1ed03a
docs: make setting about install location more discoverable
2022-08-26 13:35:17 -07:00
Stephan Seitz
d011532d73
fix: warn when user uninstalls parser than is in their ensure_installed
...
Fixes #2777
2022-08-26 13:35:17 -07:00
Stephan Seitz
11a8812a47
fix: add hint when there parser is still installed after TSUninstall
2022-08-26 13:35:17 -07:00
Stephan Seitz
14bd391e56
chore: remove unused parameter
...
The argument wasn't used anywhere neither in function nor in call sites
2022-08-26 13:35:17 -07:00
Stephan Seitz
7ab2c037dd
chore!: don't allow to silently use alternative install directory
2022-08-26 13:35:17 -07:00
GitHub
75e1d88a00
Update lockfile.json
2022-08-26 21:33:04 +02:00
numToStr
69a55e86ce
injections(jsx): highlight <style jsx> as css
2022-08-26 12:05:02 -07:00
Github Actions
388e36cd28
Update README
2022-08-26 12:04:40 -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
GitHub
e214652c28
Update lockfile.json
2022-08-26 20:22:54 +02:00
Christian Clason
7bd8b87df1
fixup: facepalm
2022-08-26 16:01:09 +02:00
GitHub
c951a14ca5
Update lockfile.json
2022-08-26 15:50:19 +02:00
Christian Clason
1baf751fb0
fix(hl_map): adapt to upstream changes on master
...
https://github.com/neovim/neovim/pull/19931 adds direct support for
highlighting capture groups (with fallback), obviating the need for
`vim.treesitter.highlighter.hl_map`. Instead of
`hl_map["@keyword"] = "TSKeyword"`
users can simply
`hi link TSKeyword @keyword`
Check for the existence of `hl_map` and either use the former or the
latter.
2022-08-26 06:04:07 -07:00
Zheng Piaodan
6b0ddaa9b3
feat: allow to fold markdown sections
2022-08-26 05:54:10 -07:00
GitHub
840994db95
Update lockfile.json
2022-08-26 09:49:41 +02:00
GitHub
4effdd6b58
Update lockfile.json
2022-08-25 19:43:38 +02:00
GitHub
c170310534
Update lockfile.json
2022-08-24 23:28:42 -07:00