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
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
GitHub
fb4ad06a23
Update lockfile.json
2022-08-23 14:16:23 -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
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