Phelipe Teles
1a49d068a7
fix(indents/yaml): improve error handling
...
This helps to solve the first issue reported at #1377 .
The problem is that the line loses its indentation when we start
inserting a new mapping pair (specifically, when we enter the character
":").
The issue seems to be solved by auto indenting ERROR nodes.
2022-06-14 22:37:52 +02:00
Phelipe Teles
5e8ec943f8
fix(indents/yaml): indent sequence/list items
...
This solves the second issue reported at #1377 , in which the cursor
would not be aligned with the line "key2: value2" when entering a new
line below it.
```yaml
- key1: value1
key2: value2
```
2022-06-14 22:37:52 +02:00
Ryan Barth
e6ff4c8084
fix: keep cls variable highlighting consistent in class methods
2022-06-14 22:35:14 +02:00
Bruno BELANYI
dc23e86e47
fix(tiger): remove duplicate keywords
2022-06-14 22:34:03 +02:00
Bruno BELANYI
fcba0368a6
fix(tiger): add 'ft' modeline in highlight corpus
2022-06-14 22:34:03 +02:00
Bruno BELANYI
b8e3b03748
fix(tiger): adjust invalid queries
2022-06-14 22:34:03 +02:00
Bruno BELANYI
6e3f888dc7
test(tiger): import upstream tests
2022-06-14 22:34:03 +02:00
Bruno BELANYI
ef385991b6
feat(tiger): initial support
2022-06-14 22:34:03 +02:00
GitHub
6227ae19b8
Update lockfile.json
2022-06-14 08:58:39 +02:00
GitHub
90990c8882
Update lockfile.json
2022-06-13 09:13:23 +02:00
GitHub
1b9157dd2d
Update lockfile.json
2022-06-12 12:39:16 +02:00
GitHub
5f09c62939
Update lockfile.json
2022-06-12 12:23:48 +02:00
Christian Clason
129082285a
chore: delete language-request.md ( #3013 )
...
We have a dedicated tracking issue for this now.
2022-06-12 12:11:27 +02:00
GitHub
7a22d92801
Update lockfile.json
2022-06-12 09:50:09 +02:00
GitHub
9e8df1b3ca
Update lockfile.json
2022-06-11 09:38:34 +02:00
GitHub
32e364ea3c
Update lockfile.json
2022-06-10 08:54:55 +02:00
GitHub
a3cef7881c
Update lockfile.json
2022-06-09 09:02:52 +02:00
GitHub
89b9ebab4a
Update lockfile.json
2022-06-09 08:54:45 +02:00
GitHub
ed0b1b6fe7
Update lockfile.json
2022-06-08 08:55:03 +02:00
GitHub
c82045a664
Update lockfile.json
2022-06-07 20:48:48 +02:00
GitHub
55bfb4fcc9
Update lockfile.json
2022-06-07 09:20:55 +02:00
Seth Barberee
b705435453
vim: add basic folding for if statements and functions ( #2994 )
2022-06-07 09:10:09 +02:00
GitHub
178f24e121
Update lockfile.json
2022-06-06 10:30:48 +02:00
Stuart Mashaal
dea130e275
update scala revision
2022-06-06 10:18:59 +02:00
GitHub
26abd5fc32
Update lockfile.json
2022-06-05 13:14:01 +02:00
Alexej Kowalew
8aeb7ad5dc
make ft_to_lang work for csharp ( #2989 )
2022-06-05 13:04:57 +02:00
GitHub
8112d9bc90
Update lockfile.json
2022-06-05 11:59:15 +02:00
Jackson Ludwig
b39840302c
injections(ecma): add injection for commented graphql template strings ( #2987 )
2022-06-05 11:50:48 +02:00
shirasaka
e4df4228b7
highlights(php): highlight readonly keyword
2022-06-04 17:53:59 +02:00
GitHub
d7ec2e6ab9
Update lockfile.json
2022-06-04 09:37:48 +02:00
GitHub
a94078a098
Update lockfile.json
2022-06-03 08:53:18 +02:00
Christian Clason
b922b2c3db
fix(health): update to upstream changes
...
The `health` module was moved to `vim.health` in https://github.com/neovim/neovim/pull/18720
2022-06-02 12:56:57 +02:00
GitHub
d0a32420ae
Update lockfile.json
2022-06-02 09:37:58 +02:00
GitHub
889e901a3e
Update lockfile.json
2022-06-01 09:36:17 +02:00
Sergio Alejandro Vargas
6a4eb4e1c3
feat(highlights/julia): make operators visible
...
See tree-sitter/tree-sitter-julia#34
2022-06-01 09:26:50 +02:00
GitHub
5e24e8d6a7
Update lockfile.json
2022-05-31 09:17:42 +02:00
GitHub
09e73bc72d
Update lockfile.json
2022-05-30 09:50:39 +02:00
GitHub
fb2289b607
Update lockfile.json
2022-05-30 09:34:22 +02:00
Stephan Seitz
8c56988d79
highlights(c): highlight field_designator as @property
2022-05-29 11:11:10 +02:00
GitHub
8e8d27bb0d
Update lockfile.json
2022-05-29 11:08:39 +02:00
GitHub
a10b603a2c
Update lockfile.json
2022-05-28 17:32:39 +02:00
Christian Clason
b3370eb40d
fix(r): add external scanner
2022-05-28 17:26:05 +02:00
GitHub
3dea0bbf71
Update lockfile.json
2022-05-25 08:57:51 +02:00
Minijackson
29b0ea8093
fix(nix): update parser and queries
2022-05-24 01:06:15 +02:00
GitHub
3e0cc6b872
Update lockfile.json
2022-05-23 09:43:05 +02:00
GitHub
b8fd5df8ff
Update lockfile.json
2022-05-22 09:05:59 +02:00
Github Actions
6619abafd1
Update README
2022-05-21 14:02:05 +02:00
GitHub
887b4e0a69
Update lockfile.json
2022-05-21 13:55:52 +02:00
Stephan Seitz
4da1d0702a
highlights(vlang): add attribute_declaration and specialize some keywords
2022-05-21 13:48:58 +02:00
tami5
ad77a80813
feat: highlight string_interpolation identifiers
...
functions call work without issues
2022-05-21 13:48:58 +02:00