Stephan Seitz
2282461416
docs: add descriptions to incremental_selection keymaps
2022-07-31 17:33:41 +02:00
GitHub
4e934673d8
Update lockfile.json
2022-07-31 11:23:04 +02:00
GitHub
6014ad4b26
Update lockfile.json
2022-07-31 11:07:49 +02:00
GitHub
18ad3904fb
Update lockfile.json
2022-07-30 20:22:04 +02:00
John Drouhard
635c450939
feat(highlight): re-apply default highlights on colorscheme changes
...
If the plugin is loaded after a colorscheme is set that defines any of
these highlight groups, the default won't be applied. Subsequent
"highlight clear" commands (common when switching colorschemes) will
then clear any of those highlights, but these defaults never have
another opportunity to be initialized.
Effectively, if you load neovim with a colorscheme that has definitions
for some of these highlight groups, then load treesitter, then switch
colorschemes, many of these default links will be absent resulting in
colors that do not appear the same as if that colorscheme had been
used at startup.
Hooking the ColorScheme event with an autocmd that just reapplies these
defaults gives every colorscheme switch the opportunity to get the
defaults for non-explicitly-defined groups.
2022-07-30 20:13:24 +02:00
GitHub
46b3db4998
Update lockfile.json
2022-07-30 18:20:09 +02:00
GitHub
dd8475fbd2
Update lockfile.json
2022-07-30 17:39:47 +02:00
Axel Dahlberg
0d7fab0c33
feat(ts_utils): allow starting selection after last character ( #3233 )
2022-07-29 17:35:29 +02:00
GitHub
5c4548c070
Update lockfile.json
2022-07-29 15:12:32 +02:00
GitHub
6289410c7a
Update lockfile.json
2022-07-28 10:03:41 +02:00
GitHub
551a7513f1
Update lockfile.json
2022-07-28 09:15:35 +02:00
GitHub
b7a897dba4
Update lockfile.json
2022-07-28 08:52:39 +02:00
Stephan Seitz
f9176e560c
highlights(c/cpp): move attributes to C (again)
...
Let's hope that this time the C tests pass, also for the built-in C
parser.
2022-07-28 08:24:51 +02:00
Matty Patatty
36ee4890c4
highlights(php): highlight more string types and escapes ( #3226 )
2022-07-27 07:48:01 +00:00
GitHub
a57e6418a8
Update lockfile.json
2022-07-27 07:51:07 +02:00
GitHub
42891dccf8
Update lockfile.json
2022-07-26 10:41:41 +02:00
Andy Freeland
0d0949683d
Support TOML metadata in Markdown injections
...
Hugo, Zola, and likely other static site generators use `+++` for TOML,
not YAML.
2022-07-25 21:28:40 +02:00
GitHub
2139fca70c
Update lockfile.json
2022-07-25 08:59:15 +02:00
GitHub
5e894bdb85
Update lockfile.json
2022-07-24 12:07:44 +02:00
GitHub
a60961af97
Update lockfile.json
2022-07-24 12:00:29 +02:00
Kiyan
783c74cefc
chore: remove executable permissions on graphql spec file ( #3206 )
2022-07-22 10:14:48 +02:00
github-actions[bot]
07b722157f
Update lockfile.json ( #3208 )
...
Co-authored-by: GitHub <noreply@github.com>
2022-07-21 11:57:31 +00:00
Kiyan
d7f06bfb13
fix(indents): indents for error block (css, lua) ( #3207 )
2022-07-21 13:48:03 +02:00
GitHub
223a58bfca
Update lockfile.json
2022-07-21 10:03:24 +02:00
mliszcz
71395d90c0
highlights(c): Lower the priority of @variable
...
Lower the priority of @variable to prefer @parameter
highlight when identifier appears in parameter_declaration.
Fixes #3061
2022-07-20 17:10:51 +02:00
GitHub
6b9c9aba69
Update lockfile.json
2022-07-20 12:51:42 +02:00
Oliver Marshall
78c8c9a255
Change to using an explicit list of "def-likes" for clojure ( #3202 )
2022-07-20 10:42:30 +00:00
GitHub
0e29e2c6e1
Update lockfile.json
2022-07-20 09:24:01 +02:00
GitHub
36830c4ce8
Update lockfile.json
2022-07-19 17:46:42 +02:00
GitHub
31f8af5c13
Update lockfile.json
2022-07-19 09:57:37 +02:00
GitHub
fbc09f7dd7
Update lockfile.json
2022-07-19 09:34:07 +02:00
kiyan
8b748a7570
chore: cleanup main file, move statusline in module
2022-07-18 15:44:59 +02:00
Kiyan
91ee9e7376
fix(typo): utils.create_or_resue_writable_dir -> reuse ( #3194 )
2022-07-18 12:43:31 +02:00
Access
acd4821bc1
add ui_binding to fold ( #3191 )
2022-07-17 15:12:19 +02:00
Kiyan
7e0651cd56
fix(indent): set only one autocmd for binding indentexpr ( #3190 )
2022-07-17 08:23:51 +02:00
GitHub
a5709e685b
Update lockfile.json
2022-07-16 13:47:03 +02:00
Stephan Seitz
aabae39294
highlights(julia): add "mutable" keyword
2022-07-16 13:37:59 +02:00
GitHub
d4c4de206f
Update lockfile.json
2022-07-16 13:05:19 +02:00
kiyan
3bd228781b
fix: disable elm parser in markdown to avoid segfault
...
the Elm parser segfaults when injected in markdown. Disable it for now.
See https://github.com/elm-tooling/tree-sitter-elm/issues/124
2022-07-15 12:08:58 +02:00
GitHub
bb7277603d
Update lockfile.json
2022-07-15 08:55:15 +02:00
GitHub
5aabdd9aa9
Update lockfile.json
2022-07-14 16:19:52 +02:00
Robert Liebowitz
97a0322c63
Highlight sql comments ( #3178 )
2022-07-14 14:07:10 +00:00
Andrew Helwer
b46cb0389d
Updated queries and parser version
2022-07-13 21:33:45 +02:00
Breno Reis
91725df581
Add dart to skip lockfile update list
2022-07-13 11:29:58 +02:00
Breno Reis
d99b4cdd75
Revert dart to a previous, working version
2022-07-13 11:29:58 +02:00
GitHub
3ac2adb983
Update lockfile.json
2022-07-12 11:21:01 +02:00
Access
d4eadbcaf1
Fix and add some highlight ( #3168 )
2022-07-12 11:10:08 +02:00
GitHub
a26d4949a6
Update lockfile.json
2022-07-12 09:44:47 +02:00
GitHub
568ce3c091
Update lockfile.json
2022-07-11 08:20:27 +02:00
adrian5
ba806c2480
doc: fix typos ( #3163 )
2022-07-11 08:12:32 +02:00