GitHub
|
51a09ce8a2
|
Update lockfile.json
|
2022-01-31 21:31:33 +01:00 |
|
Dundar Göc
|
10989cde1b
|
ci: prefer io.write instead of print to have full control of output
This should prevent different output formats on windows and unix.
|
2022-01-31 21:17:33 +01:00 |
|
Christian Clason
|
05c963602b
|
chore: format with stylua 0.12.0 (#2421)
|
2022-01-31 10:50:30 +01:00 |
|
Clay
|
083aee0873
|
Support HEEx slots
|
2022-01-31 09:19:01 +01:00 |
|
Dundar Göc
|
efedf3510a
|
ci: add folds to CI output to better group related information
|
2022-01-30 22:52:10 +01:00 |
|
Christian Clason
|
ab29010c5b
|
ci: only fix major version of vulnerable action (#2411)
also bump checkout to v2 everywhere
|
2022-01-30 19:03:07 +01:00 |
|
github-actions[bot]
|
d47df1813a
|
Update lockfile.json (#2409)
Co-authored-by: GitHub <noreply@github.com>
|
2022-01-30 15:59:06 +01:00 |
|
Stephan Seitz
|
49f910e9f2
|
highlights(d): highlight ":"
|
2022-01-30 11:10:08 +01:00 |
|
GitHub
|
74feb7f6d4
|
Update lockfile.json
|
2022-01-30 10:11:14 +01:00 |
|
Stephan Seitz
|
fa8172ffb4
|
highlights(lua): don't highlight arguments as parameters
|
2022-01-30 09:55:48 +01:00 |
|
GitHub
|
cc89dda241
|
Update lockfile.json
|
2022-01-30 00:00:01 +01:00 |
|
Stephan Seitz
|
7049a66b54
|
health: check which file caused an error
|
2022-01-29 23:45:32 +01:00 |
|
github-actions[bot]
|
5e3a93f365
|
Update README (#2399)
Co-authored-by: Github Actions <actions@github>
|
2022-01-29 18:57:28 +01:00 |
|
github-actions[bot]
|
ab710054f2
|
Update lockfile.json (#2400)
Co-authored-by: GitHub <noreply@github.com>
|
2022-01-29 17:56:09 +00:00 |
|
Stephan Seitz
|
7289e801f7
|
highlights(vala): add "=" and ":" to highlights
|
2022-01-29 18:43:44 +01:00 |
|
Mateus B. Melchiades
|
461da95b7b
|
Add brackets to Vala highlights
|
2022-01-29 18:43:44 +01:00 |
|
Mateus B. Melchiades
|
cb7ea44a7b
|
Update Vala highlights
|
2022-01-29 18:43:44 +01:00 |
|
Mateus B. Melchiades
|
3f046500ae
|
Simplify vala highlights.scm
|
2022-01-29 18:43:44 +01:00 |
|
Mateus B. Melchiades
|
a162d42175
|
Delete vala ftdetect
|
2022-01-29 18:43:44 +01:00 |
|
Mateus Melchiades
|
5fc4cb5d2d
|
Vala language support
|
2022-01-29 18:43:44 +01:00 |
|
Pedro Castro
|
3606f8efbb
|
indents(r): add pipe test
|
2022-01-29 15:25:56 +01:00 |
|
Pedro Castro
|
d8f85649b8
|
indents(r): add tests runner
|
2022-01-29 15:25:56 +01:00 |
|
Pedro Castro
|
ca279928e3
|
indents(r): add aligned_indent test
|
2022-01-29 15:25:56 +01:00 |
|
Pedro Castro
|
29fc7ed14c
|
indents(r): update @indent group
|
2022-01-29 15:25:56 +01:00 |
|
Pedro Castro
|
74adb6bd30
|
indents(r): remove pipe test
|
2022-01-29 15:25:56 +01:00 |
|
Pedro Castro
|
995f462898
|
indents(r): add tests
|
2022-01-29 15:25:56 +01:00 |
|
Pedro Castro
|
807b20d0de
|
indents(r): add indents support
|
2022-01-29 15:25:56 +01:00 |
|
Stephan Seitz
|
3f876efce5
|
tests: use main parsers instead of nvim-treesitter parser for tests
|
2022-01-29 13:11:56 +01:00 |
|
Stephan Seitz
|
e4675bc410
|
highlights(c/cpp): highlight case labels as constants
|
2022-01-29 13:11:56 +01:00 |
|
Stephan Seitz
|
1d3111ccb1
|
highlights(c): highlight enum variants as @constant
Fixes #2120
|
2022-01-29 13:11:56 +01:00 |
|
Stephan Seitz
|
974e2181a0
|
highlights(cpp): fix function highlighting of Foo::bar::baz()
Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/2396
|
2022-01-29 12:40:35 +01:00 |
|
Mads Kjeldgaard
|
0f6492506d
|
supercollider: add support for const
|
2022-01-29 11:10:24 +01:00 |
|
Mads Kjeldgaard
|
631734743a
|
supercollider: update indent query to match upstream
|
2022-01-29 11:10:24 +01:00 |
|
github-actions[bot]
|
d87e2200c6
|
Update lockfile.json (#2394)
Co-authored-by: GitHub <noreply@github.com>
|
2022-01-29 08:48:35 +00:00 |
|
GitHub
|
d91d94aa9f
|
Update lockfile.json
|
2022-01-28 20:17:25 +01:00 |
|
Stephan Seitz
|
7f7ef0af9d
|
folds(c): fold raw compound_statements
This will fold in particular around raw braces
as reported in #2359 while avoiding to have double folds
at functions+braces.
|
2022-01-28 19:54:26 +01:00 |
|
Stephan Seitz
|
c4e3564ea3
|
highlights(python): add support for pattern matching
Fixes #2080
Depends on https://github.com/tree-sitter/tree-sitter-python/pull/140
|
2022-01-28 19:11:20 +01:00 |
|
Stephan Seitz
|
542d098e14
|
highlights(go): highlight package_identifier as @namespace (#2371)
|
2022-01-28 18:44:32 +01:00 |
|
github-actions[bot]
|
875c1c862c
|
Update lockfile.json (#2386)
Co-authored-by: GitHub <noreply@github.com>
|
2022-01-28 15:17:52 +00:00 |
|
Munif Tanjim
|
b51cbf2f9b
|
Update lockfile.json (#2385)
|
2022-01-28 15:01:25 +00:00 |
|
GitHub
|
e5cdde3d8e
|
Update lockfile.json
|
2022-01-28 14:59:00 +01:00 |
|
Pedro Castro
|
07770b2daa
|
highlights(r): highlight string_escape, change parameter priority and update pipe
|
2022-01-28 14:32:58 +01:00 |
|
github-actions[bot]
|
02460d4230
|
Update lockfile.json (#2380)
Co-authored-by: GitHub <noreply@github.com>
|
2022-01-27 15:54:37 +01:00 |
|
Christian Clason
|
422657626b
|
chore: run parser update at least daily (#2379)
|
2022-01-27 15:41:11 +01:00 |
|
Vasiliy Morkovkin
|
620cc936ad
|
update TLA+ revision, add queries for PlusCal (#2344)
|
2022-01-25 21:02:20 +00:00 |
|
kylo252
|
1ea964a13c
|
refactor(lockfile): use better jq parsing
|
2022-01-25 18:38:34 +01:00 |
|
GitHub
|
09bd6b5d7e
|
Update lockfile.json
|
2022-01-25 18:15:52 +01:00 |
|
Github Actions
|
923f91b5d6
|
Update README
|
2022-01-25 18:05:31 +01:00 |
|
Clay
|
2532937ba1
|
Add tree-sitter-eex parser for (L)EEx files (#2351)
|
2022-01-25 16:52:51 +00:00 |
|
GitHub
|
d2981d20da
|
Update lockfile.json
|
2022-01-25 14:56:11 +01:00 |
|