Github Actions
a33a188ce7
Update README
2022-04-28 01:34:50 +02:00
GitHub
502e010d30
Update lockfile.json
2022-04-28 00:16:54 +02:00
francisco souza
1d5e4f3aa1
feat(proto): add parser
...
Related to #2307 .
2022-04-28 00:05:57 +02:00
Github Actions
9fdd6765fc
Update README
2022-04-27 17:23:07 +02:00
GitHub
445c649499
Update lockfile.json
2022-04-27 17:08:35 +02:00
Graham Bates
e49396bee1
Add additional m68k queries
2022-04-27 16:54:38 +02:00
Graham Bates
fa6c6f3535
Use correct type for labels
2022-04-27 16:54:38 +02:00
Graham Bates
d0eb99cdee
Remove query for interpolated macro arg
...
No `embedded` mapping available in nvim-treesitter. The previous query
to `variable.builtin` will work fine in this context too.
2022-04-27 16:54:38 +02:00
Graham Bates
7a01241ba6
feat: add m68k parser and queries
2022-04-27 16:54:38 +02:00
GitHub
5c2bc57ced
Update lockfile.json
2022-04-26 21:29:57 +02:00
Michael Hoffmann
82e43748cf
indent(hcl): fix function calls
2022-04-25 23:36:36 +02:00
Michael Hoffmann
b1e8b61a94
indents(hcl): fix indentation queries
...
This commit adds tests for hcl indentation and fixes various bugs
2022-04-24 18:57:30 +02:00
GitHub
91f912f2d1
Update lockfile.json
2022-04-24 10:52:22 +02:00
GitHub
909b5d26fd
Update lockfile.json
2022-04-23 16:04:51 +02:00
Tomas Sandven
6d072a6e54
Fix YANG indentation for extension statements
2022-04-23 15:49:53 +02:00
Tomas Sandven
71a4a13ed1
Add aligned indents for multi-line strings
2022-04-23 15:49:53 +02:00
Tomas Sandven
f51d4180c6
Add indent queries for YANG
2022-04-23 15:49:53 +02:00
GitHub
ee38abbe46
Update lockfile.json
2022-04-23 14:02:51 +02:00
TerseTears
24f99166ed
Add org parser
2022-04-23 13:55:05 +02:00
GitHub
ead56fd316
Update lockfile.json
2022-04-23 11:50:30 +02:00
GitHub
e23df397e2
Update lockfile.json
2022-04-23 11:39:55 +02:00
GitHub
3c50297eca
Update lockfile.json
2022-04-22 00:22:46 +02:00
francisco souza
44b7c81002
fix(ts_utils): fix swap_nodes after get_node_text change
...
After some discussion, it looks like the easiest thing to do for now is
to keep a private copy of get_node_text (just to skip the deprecation
message) and invoke that, until core provides an equivalent function
that can return the node content in a table representing the node
"lines".
Also fixes the statusline by calling the private version for
get_node_text until a change is made in core.
2022-04-21 23:57:35 +02:00
GitHub
bd2f5d770d
Update lockfile.json
2022-04-21 08:56:22 +02:00
GitHub
6d0cee2f57
Update lockfile.json
2022-04-20 14:58:36 +02:00
Nir Tzachar
62fa8f77c4
adapt to vim.treesitter.query.get_node_text
2022-04-19 16:28:41 +02:00
GitHub
6f6cb20692
Update lockfile.json
2022-04-19 09:40:15 +02:00
Christian Clason
a8bce851bf
fixup: restore old implementation
2022-04-18 18:50:46 +02:00
ranjithshegde
2490a8bbca
fix(statusline): adjust to the new API (query)
2022-04-18 17:52:18 +02:00
Christian Clason
2248b64781
fix(statusline): don't use deprecated function
2022-04-18 15:36:28 +02:00
Christian Clason
4fb966da95
chore!: remove filetype detection and filetype plugins
...
All these are now detected by Neovim as of 0.7.0; new
filetypes can easily be added via `vim.filetype.add()`.
2022-04-18 14:18:40 +02:00
Stephan Seitz
c3848e713a
chore: deprecate ts_utils.get_node_text
2022-04-18 14:17:51 +02:00
Stephan Seitz
21ac88b955
chore!: remove compat module for vim.ui
2022-04-18 14:17:22 +02:00
Akin Sowemimo
bca65c068b
test(go): add cases for newlines de-indentation
...
test(go): combine new indent test cases
test(go): add incorrect indent after var closing )
this case does not work correctly already so add that in since this PR
does not address that case
test(go): set current lines in indent test
test(go): simplify test case
2022-04-18 14:11:02 +02:00
Akin Sowemimo
eb0eb67bc5
fix(go): reduce indent after },)
2022-04-18 14:11:02 +02:00
Christian Clason
facc6fdbe1
feat(swift): switch to branch with generated files
2022-04-18 11:49:29 +02:00
GitHub
476a898a66
Update lockfile.json
2022-04-18 10:21:55 +02:00
Stephan Seitz
4542402e34
highlights(java): add support for text_blocks
2022-04-16 23:23:19 +02:00
Thomas Vigouroux
386f80e4d7
feat(vim): highlight unknown commands
2022-04-16 20:32:35 +02:00
GitHub
bc72a865d9
Update lockfile.json
2022-04-16 20:22:41 +02:00
GitHub
5b50d62e81
Update lockfile.json
2022-04-16 19:07:24 +02:00
Christian Clason
a189323454
chore: bump minimal Nvim version to 0.7 and check
...
Checks minimal version in `:checkhealth nvim-treesitter`
Also recommend nightlies
2022-04-16 11:13:32 +02:00
Christian Clason
8a1acc00d2
ci: bump treesitter to 0.20.6
2022-04-16 10:43:46 +02:00
Marcus Caisey
6a437db012
remove ignore_child_trees from get_node_at_position
2022-04-16 10:42:18 +02:00
Marcus Caisey
9dff7c2d45
add ignore_injected_langs to get_node_at_cursor
2022-04-16 10:42:18 +02:00
Christian Clason
02818f8a4c
ci: remove all swift skips
...
followup to #2796
2022-04-16 10:36:52 +02:00
Sergio Alejandro Vargas
394e7f8048
highlights(julia): Update literals
...
Add queries for:
- Character literals
- Escape sequences
- NaNs, Infs and missing
Remove highlight to identifiers in coefficient expressions.
Update other literals to match grammar.
2022-04-16 00:28:00 +02:00
GitHub
8ab11853a3
Update lockfile.json
2022-04-15 23:07:44 +02:00
GitHub
cecffc9bee
Update lockfile.json
2022-04-15 22:25:32 +02:00
Emilia Simmons
76d1042b31
Format with stylua
2022-04-15 22:00:23 +02:00