Kiyan
372b007231
fix(haskell): priority 101 for infix function precedence over variable ( #3085 )
2022-07-01 15:47:28 +02:00
guijan
9832666cfa
highlights(c): highlight member-access as operator ( #3096 )
2022-07-01 15:47:11 +02:00
GitHub
1ed2a3cf95
Update lockfile.json
2022-07-01 08:09:47 +02:00
GitHub
3b1ce2e1b3
Update lockfile.json
2022-06-30 10:52:44 +02:00
GitHub
989c75046c
Update lockfile.json
2022-06-29 09:14:11 +02:00
Stephan Seitz
f69b1ebd7a
docs: add description to markdown/markdown_inline in README
2022-06-28 23:20:47 +02:00
GitHub
18a0f20276
Update lockfile.json
2022-06-28 22:32:07 +02:00
PolarMutex
b8459df74d
feat(beancount): support folding org headers ( #3078 )
...
requires beancount parser update
Co-authored-by: Brian Ryall <brian@brianryall.xyz>
Co-authored-by: Christian Clason <c.clason@uni-graz.at>
2022-06-28 10:44:38 +02:00
github-actions[bot]
08788c036a
Update lockfile.json ( #3082 )
2022-06-28 08:30:34 +00:00
github-actions[bot]
9165e34da5
Update lockfile.json ( #3081 )
2022-06-28 08:20:25 +00:00
github-actions[bot]
b920891f10
Update lockfile.json ( #3079 )
2022-06-28 08:09:11 +00:00
Github Actions
b7fbf9ed2d
Update README
2022-06-26 20:35:30 +02:00
Christian Clason
a8d4fcb682
ci(macos): update to upstream changes in release
...
macOS release archive now uses `nvim-macos` as extracted directory.
2022-06-26 20:24:37 +02:00
Alex Pinkus
556388b069
feat(swift): compile the grammar from the main branch ( #3068 )
...
The `with-generated-files` branch uses ABI 13 and therefore doesn't
benefit from the ABI 14 speed improvements.
2022-06-26 20:18:22 +02:00
Matthias Deiml
002084b1be
feat(markdown)!: switch to split parser ( #3048 )
...
* switch to split markdown parser with separate block and inline parsers to improve performance
* add exclude_children! directive (useful for something like Injected markdown incorrectly highlights indented docstrings #2212 )
* split markdown queries into block and inline ones and add the injection for inline into block grammar
* add include_dir option to parser configs (needed because the two grammars don't live in the repos root directory)
BREAKING CHANGE: downstream queries need to be adapted to new parser
2022-06-26 18:02:29 +02:00
Stephan Seitz
d810c38634
Chore: remove prefix from parser "location" property
...
This was very confusing when using the location property as it
always had to start with "tree-sitter-<lang>" for no real reason.
2022-06-25 12:01:22 +02:00
kiyan
74ec4e1d5c
fix(haskell): highlight exp_name as function in infix operations
2022-06-25 11:43:11 +02:00
GitHub
6284629a45
Update lockfile.json
2022-06-25 11:18:37 +02:00
Janfel
881b932893
highlights(lua): use #eq? instead of #match?
...
Co-authored-by: Santos Gallegos <stsewd@protonmail.com>
2022-06-24 20:27:58 +02:00
Janfel
8d43730388
highlights(lua): highlight only self as self
...
Before, all identifiers containing the substring "self" were highlighted as the builtin `self`. Now, only the identifier `self` is highlighted as `self`.
2022-06-24 20:27:58 +02:00
GitHub
5043db3db5
Update lockfile.json
2022-06-24 17:12:21 +02:00
Cameron
16abfdc11c
Update highlights.scm
...
Adds `undef` and `redo` keywords.
https://docs.ruby-lang.org/en/2.4.0/syntax/miscellaneous_rdoc.html#label-undef
https://docs.ruby-lang.org/en/2.4.0/syntax/control_expressions_rdoc.html#label-redo+Statement
2022-06-24 17:03:41 +02:00
GitHub
3cd45c302a
Update lockfile.json
2022-06-24 10:28:59 +02:00
GitHub
158009d873
Update lockfile.json
2022-06-24 00:33:35 +02:00
Christian Clason
ee2dcc1cbe
docs: minimal supported tree-sitter version
...
Some parsers are built with ABI 14, which was introduced in tree-sitter 0.20.3.
2022-06-24 00:03:39 +02:00
GitHub
f5aa00d673
Update lockfile.json
2022-06-23 09:08:28 +02:00
Jonathan Lopez
238532fe82
Simplify inline conceal
2022-06-22 13:56:11 +02:00
Jonathan Lopez
536f4294f6
Refactor markdown conceal code
2022-06-22 13:56:11 +02:00
Jonathan Lopez
778bfc337a
Conceal markdown links
2022-06-22 13:56:11 +02:00
GitHub
d4ca4eb234
Update lockfile.json
2022-06-22 08:53:35 +02:00
github-actions[bot]
8eccd820af
Update lockfile.json ( #3045 )
...
Co-authored-by: GitHub <noreply@github.com>
2022-06-20 21:03:10 +00:00
Duncan McDougall
901ffe1a36
Add support for custom parser install locations #2959 ( #3031 )
2022-06-20 22:50:07 +02:00
GitHub
37b9a2971f
Update lockfile.json
2022-06-20 09:00:18 +02:00
GitHub
cb129ebe41
Update lockfile.json
2022-06-19 22:25:25 +02:00
Github Actions
347aaa9589
Update README
2022-06-19 22:14:08 +02:00
Santos Gallegos
96ee5b5382
Help: update highlights
...
- A hotlink on vimdoc is `|foo|`.
Which is a reference to part of a document,
not a URI.
- (argument) wasn't being highlighted,
wasn't sure about the best hl group for this,
but `@parameter` seems the obvious one?
2022-06-19 22:11:42 +02:00
Brian Albert Monroe
e68ea36745
fix: Add rnoweb to ALLOWED_INSTALLATION_FAILURES
...
As per the request from @theHamsta in #2934
2022-06-19 21:45:19 +02:00
Brian Albert Monroe
7075c6b63a
rnoweb: Use new inline/chunk distinction
2022-06-19 21:45:19 +02:00
Brian Albert Monroe
edff301949
rnoweb: Add folding queries for renv
2022-06-19 21:45:19 +02:00
Brian Albert Monroe
8cb1fdf4bf
Make rnoweb injects combined
...
This helps with breaking apart latex environments
2022-06-19 21:45:19 +02:00
Brian Albert Monroe
d0d7f32b71
Update the readme
2022-06-19 21:45:19 +02:00
Brian Albert Monroe
23ca66d8ca
Add rnoweb to the parsers.lua file
2022-06-19 21:45:19 +02:00
Brian Albert Monroe
575fe65147
Add rnoweb queries
2022-06-19 21:45:19 +02:00
GitHub
6ad1176e39
Update lockfile.json
2022-06-19 18:25:02 +02:00
Github Actions
78466dc62d
Update README
2022-06-19 18:16:07 +02:00
Christian Clason
919da0d7a8
docs(swift): list alex-pinkus as maintainer
2022-06-19 15:02:47 +02:00
GitHub
57b052e020
Update lockfile.json
2022-06-19 14:27:01 +02:00
Christian Clason
c95496d8d6
feat(swift): update parser and queries to 0.3.0 ( #3035 )
...
also port upstream query changes
2022-06-19 14:18:16 +02:00
GitHub
5c36470744
Update lockfile.json
2022-06-18 11:19:30 +02:00
GitHub
22fdb251a2
Update lockfile.json
2022-06-17 09:08:27 +02:00