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
przepompownia
1cec3899f5
indents(php): @auto on comment and ERROR
...
Currently with
```vim
setlocal autoindent
setlocal smartindent
```
in `after/indent/php.vim` it allows correct indentation
inside PHP docblocks.
2022-05-15 14:52:43 +02:00
Stephan Seitz
a401f6ce7d
highlights(cuda): add __grid_constant__
2022-05-15 10:37:14 +02:00
GitHub
1ba47771f3
Update lockfile.json
2022-05-15 10:33:57 +02:00
GitHub
1341729f74
Update lockfile.json
2022-05-14 22:13:40 +02:00
William Mathewson
57f4dbd47b
Use @definition.function for method & func definitions
2022-05-14 20:35:09 +02:00
William Mathewson
81dd6c988c
Add method to definitions in ECMA locals
...
In Telescope, function declarations were being exposed in the selector,
but not method definitions which are also a form of function
declaration.
2022-05-14 20:35:09 +02:00
GitHub
9ff4953f40
Update lockfile.json
2022-05-14 13:06:28 +02:00
kiyan
c2ec0cac81
fix(commands): add -bar to allow other commands
...
addresses #2920
2022-05-14 12:58:07 +02:00
6cdh
b30a830c88
highlights(scheme): some fix ( #2932 )
...
* Add block comment
* Add λ highlight
2022-05-14 09:25:45 +02:00
Santos Gallegos
f1373051e5
Python: highlight future import ( #2936 )
...
* Python: highlight future import
* Use constant.builtin
2022-05-13 21:46:06 +00:00
nsfisis
4d53ee5c05
highlights(php): improve highlight for attributes
2022-05-13 18:46:32 +02:00
GitHub
446a0538d6
Update lockfile.json
2022-05-13 09:25:28 +02:00
GitHub
10d57b3ec1
Update lockfile.json
2022-05-11 20:51:49 +02:00
GitHub
a8bf745e4a
Update lockfile.json
2022-05-11 18:58:53 +02:00
GitHub
aaf5d370f4
Update lockfile.json
2022-05-10 09:06:26 +02:00
GitHub
9069849533
Update lockfile.json
2022-05-08 10:37:27 +02:00
Stephan Seitz
a4f9539a0c
highlights(cpp): make "::" @punctuation.delimiter
...
Fixes #2902
2022-05-07 13:30:36 +02:00
GitHub
f6d38f6f54
Update lockfile.json
2022-05-07 11:49:28 +02:00
GitHub
868053edf5
Update lockfile.json
2022-05-06 18:21:59 +02:00
Pau Ruiz Safont
09efcdb049
highlights(ocaml): highlight units as such
...
Units were shadowed by the punctuation highlights in all situations.
Restrict the context where parentheses are highlighted as punctuation so
() can be highlighted as constants.
Signed-off-by: Pau Ruiz Safont <unduthegun@gmail.com>
2022-05-06 10:31:12 +02:00
GitHub
a31bd39a40
Update lockfile.json
2022-05-06 09:06:07 +02:00
Github Actions
cf3e963e50
Update README
2022-05-05 08:03:37 +02:00