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
tami5
d039b4d0a4
chore: add more builtin variables
2022-05-21 13:48:58 +02:00
tami5
b34aadbcb3
chore: add $else keyword
2022-05-21 13:48:58 +02:00
tami5
08092ecc06
chore(vlang): rename set! > #set!
2022-05-21 13:48:58 +02:00
Stephan Seitz
c19d14f395
parser(vlang): fix location of remote repo
2022-05-21 13:48:58 +02:00
tami5
010f364295
feat(vlang): initial support
...
Add support for vlang filetypes.
- [ ] Highlight `C` as builtin variable. This is FFI in vlang land,
where C act like extern and access c functions. The vlang parser does
some extension between C function calls and arguments but I believe
highlighting C as builtin variable is sufficient indicator for now. I
tried to use offset! but failed. Any suggestions?
- [ ] Set up parser url. the vlang parser is located within [vls] repo. Is
installing from nested repo supported? `tree_sitter_v/src/parser.c`?
[vls]: https://github.com/vlang/vls/tree/master/tree_sitter_v
cc @elianiva @theHamsta
2022-05-21 13:48:58 +02:00
TerseTears
f0f75b6c54
Add wiki link to information on languages
2022-05-21 13:31:47 +02:00
Stephan Seitz
d605120dcc
highlights(latex): only highlight command name, not whole command
2022-05-21 13:13:59 +02:00
Stephan Seitz
30b9ba1fef
highlights(slint): highlight operators and more punctuation
2022-05-21 13:05:59 +02:00
GitHub
d7b7ca4a82
Update lockfile.json
2022-05-20 08:53:27 +02:00
GitHub
c004155676
Update lockfile.json
2022-05-17 08:59:39 +02:00
Stephan Seitz
c9ebd16c28
python(folds): fold whole functions not only body
2022-05-15 19:14:52 +02:00
przepompownia
910743c77a
Don't expect any change on reindenting the whole unfinished-call.php
2022-05-15 14:52:43 +02:00
przepompownia
d4d77b315f
unfinished-call.php: expect 0-column indentation
2022-05-15 14:52:43 +02:00
przepompownia
c43d2cec08
Remove unused XFAIL
2022-05-15 14:52:43 +02:00
przepompownia
afd74f4ccf
Change test expectation
2022-05-15 14:52:43 +02:00