Commit graph

2564 commits

Author SHA1 Message Date
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
Emilia Simmons
56083dd56f fix: properly select name in revision archive 2022-04-15 22:00:23 +02:00
GitHub
d9cc414e69 Update lockfile.json 2022-04-15 18:58:11 +02:00
Stephan Seitz
436d2ebe24 highlights(markdown): fix conceal capture 2022-04-15 18:47:53 +02:00
Stephan Seitz
f0398b7329 highlights(markdown): conceal link markers 2022-04-15 18:42:53 +02:00
Stephan Seitz
2bedaeb732 highlights(markdown): conceal emphasis_delimiter 2022-04-15 18:42:53 +02:00
Stephan Seitz
ade64b4459 highlights(markdown): add conceal to fenced code blocks 2022-04-15 18:42:53 +02:00
Dalembert
04367f46e6 Fix syntax in comment 2022-04-15 18:37:17 +02:00
Stephan Seitz
901b31f66c ci: don't skip swift anymore
I think this was a nvim 0.6 issue
2022-04-15 18:35:17 +02:00
Christian Clason
5633f897a7 ci: update windows workflow to 0.7
Unarchive directory was renamed to `nvim-win64`
2022-04-15 18:30:14 +02:00
Christian Clason
db0e519291 latex: capture math env contents 2022-04-15 15:04:29 +02:00
Jendrik Stelzner
1b06c671cf Fix backtick typo in highlighting issue template 2022-04-15 12:52:06 +02:00
GitHub
d180118c5c Update lockfile.json 2022-04-15 12:25:33 +02:00
Christian Clason
b2807559e3 julia: update queries to parser changes 2022-04-15 12:15:18 +02:00
GitHub
0fc170120a Update lockfile.json 2022-04-14 20:34:12 +02:00
Christian Clason
94f19cad29 latex: update queries
Make use of parser updates
* add `\{re}newenvironment`
* add `\DeclarePairedDelimiter{X}`
* add `\title` and `\author`
* add optional arguments to sectioning commands
* use builtin nodes for math environments
2022-04-14 12:02:20 +02:00
GitHub
6443a70e17 Update lockfile.json 2022-04-14 11:56:58 +02:00
GitHub
f8ab59861e Update lockfile.json 2022-04-13 22:37:55 +02:00
GitHub
05ba9247f6 Update lockfile.json 2022-04-13 09:39:01 +02:00
Himujjal Upadhyaya
0127bef03d svelte query and lockfile updated 2022-04-13 09:26:26 +02:00
GitHub
b959ec81ed Update lockfile.json 2022-04-12 17:09:12 +02:00
GitHub
846941a3a1 Update lockfile.json 2022-04-12 12:54:38 +02:00
GitHub
d0fc6845da Update lockfile.json 2022-04-11 23:38:18 +02:00
Konrad Bochnia
cc83e23a2a fix: remove ftdetect, Fix struct highlight for wgsl 2022-04-11 23:16:19 +02:00
Konrad Bochnia
1a58c71b73 Add WGSL parser 2022-04-11 23:16:19 +02:00
GitHub
fad7da5046 Update lockfile.json 2022-04-11 22:59:01 +02:00
kraftwerk28
93de9cc7a0 Add c injection for cgo comments 2022-04-11 10:52:34 +02:00
GitHub
d79b169af5 Update lockfile.json 2022-04-10 14:19:11 +02:00
6cdh
7fffab173c Fix nvim-treesitter CI 2022-04-10 13:51:59 +02:00
6cdh
2ecb4022f4 Added folds, injections 2022-04-10 13:51:59 +02:00
6cdh
4fa6fd7725 Added scheme highlights 2022-04-10 13:51:59 +02:00