Jędrzej Boczar
4454459fb2
tests/indent: add basic examples for C and Rust
2021-04-23 21:21:38 +02:00
Jędrzej Boczar
67f2c7149c
Initial sketch of automated indent tests
2021-04-23 21:21:38 +02:00
Alvaro Muñoz
eefa5662e6
replace @class with @type
2021-04-23 21:18:55 +02:00
Alvaro Muñoz
3472947027
Add Codeql indents.scm
2021-04-23 21:18:55 +02:00
Stephan Seitz
ac05d4db50
injections(tsx): inherit injections from ecma
...
Fixes #1237
2021-04-23 20:33:34 +02:00
GitHub
aff9255ffa
Update lockfile.json
2021-04-23 19:41:44 +02:00
Grzegorz Rozdzialik
aee9ba401e
fix(folds): use the correct rational operator
...
Fixes a bug introduced in 41ed83ffc7
Closes #1226
2021-04-23 19:27:21 +02:00
GitHub
6fbdf14695
Update lockfile.json
2021-04-23 16:46:26 +02:00
Github Actions
e15762dac9
[docgen] Update README.md
...
skip-checks: true
2021-04-23 16:03:18 +02:00
Stephan Seitz
88e8eefb2d
highlights(fortran): extend queries
2021-04-23 16:03:18 +02:00
Stephan Seitz
9820c8ca7d
Add Fortran queries from @oponkork
2021-04-23 16:03:18 +02:00
Stephan Seitz
3b8d23ca30
parsers: Add Fortran parser
...
Fixes: https://github.com/nvim-treesitter/nvim-treesitter/issues/1194
Refs:
- https://nvim-treesitter.zulipchat.com/#narrow/stream/252271-general/topic/Meeting.20everyone/near/219174700
2021-04-23 16:03:18 +02:00
GitHub
9e46322532
Update lockfile.json
2021-04-23 15:37:36 +02:00
Stephan Seitz
082d2ef6e1
Add JS/TS parameters again ( #1227 )
...
* highlights(js): add parameters
* highlights(ts): add Typescript parameters
2021-04-23 07:20:51 -05:00
Artur Tagisow
e8e8c0f0f2
Highlight v-bind using javascript
2021-04-22 21:24:12 +02:00
Thomas Vigouroux
8e2f79d7ad
fix: use correct name in FUNDING.yml
2021-04-22 19:24:16 +02:00
Stephan Seitz
8704b0f388
Allow failures for defined parsers
2021-04-22 18:37:04 +02:00
Thomas Vigouroux
04982cde88
chore: add funding informations
2021-04-22 18:25:41 +02:00
Thomas Vigouroux
a74484a8ac
docs: Update vimdoc file
...
Adds the new maintainers (that were actually added a long time ago),
fix inconsistent formatting, and unneeded or old/wrong docs.
2021-04-22 18:25:41 +02:00
Thomas Vigouroux
afd5d11519
feat(incremental_selection): don't require locals
2021-04-22 18:12:03 +02:00
Stephan Seitz
3695e58dd3
highlights(csharp): add "with" as @keyword.operator
2021-04-22 18:07:36 +02:00
Stephan Seitz
e062f8dade
parsers: nix no longer requires_generate_from_grammar
...
Not required after https://github.com/cstrahan/tree-sitter-nix/pull/11
2021-04-22 17:58:51 +02:00
GitHub
cf0bbab53e
Update lockfile.json
2021-04-22 17:58:51 +02:00
Thomas Vigouroux
f0ab5edab9
fix(lua): correctly highlight field names
2021-04-22 17:51:43 +02:00
Thomas Vigouroux
9cfd3377e3
fix(highlights): always highlight ternary operator as operator
2021-04-22 17:50:56 +02:00
Thomas Vigouroux
41ed83ffc7
fix(folds): always fold more than one line
2021-04-22 16:30:31 +02:00
Thomas Vigouroux
03bb038c70
fix(c): fold switch statements
2021-04-22 16:30:31 +02:00
Stephan Seitz
e86544caa7
Try out llvm --HEAD
2021-04-22 15:38:18 +02:00
Stephan Seitz
006aceb574
fix(CI): install newer version of clang on MacOS
2021-04-22 15:38:18 +02:00
Stephan Seitz
966096b502
fix(CI): ensure parsers that don't require tree-sitter CLI are installed
2021-04-22 15:38:18 +02:00
Stephan Seitz
ddc0f1b606
fix: Sort parsers for :TSInstallInfo
2021-04-21 23:12:17 +02:00
Stephan Seitz
9ebe0bd8d7
Fix svelte highlights
2021-04-21 19:15:54 +02:00
GitHub
d25ff8c495
Update lockfile.json
2021-04-21 19:15:54 +02:00
Stephan Seitz
423fb7b4aa
C highlights: Make char_literal @character
2021-04-21 18:37:38 +02:00
Stephan Seitz
df189e28a4
Fix #1207 : update Haskell
...
Otherwise the Haskell parser would eat up all your RAM within seconds.
2021-04-20 00:17:31 +02:00
Stephan Seitz
3f5c3c01e6
Avoid Lua 5.3 function table.unpack
2021-04-19 23:43:53 +02:00
Santos Gallegos
574bd5ae37
YAML: update queries ( #1203 )
...
Closes https://github.com/nvim-treesitter/nvim-treesitter-refactor/issues/18
2021-04-18 21:51:03 +00:00
Shatur95
15f27cf301
Fix identifier type check
2021-04-18 20:40:58 +02:00
Shatur95
ec9ee2757d
Fix GDScript highlighting
2021-04-18 20:40:58 +02:00
Stephan Seitz
1d5f928279
highlights(java): add new keyword "yield"
...
https://github.com/tree-sitter/tree-sitter-java/pull/78 added support
for enhanced switch statements
2021-04-17 20:58:41 +02:00
GitHub
136d8cf05a
Update lockfile.json
2021-04-17 12:19:49 +02:00
Imobach González Sosa
a0e99abd7c
Indent Ruby singleton classes
2021-04-17 09:39:32 +02:00
Santos Gallegos
2abad14069
Fix TSEditQuery with several files ( #1191 )
...
- Choice already starts with 1, there isn't need to increment 1
- The first item is the prompt as recommended in `:h inputlist()`
(this way the choice matches when using the mouse)
2021-04-16 00:51:40 -05:00
Daniel Bendel
9fb2b0c0b6
remove developer mode error message
2021-04-15 16:56:49 +02:00
Daniel Bendel
6484c5c880
split is_github_or_gitlab again
2021-04-15 16:56:49 +02:00
Daniel Bendel
06af7daf18
remove single-branch and branch arguments on git call
2021-04-15 16:56:49 +02:00
Daniel Bendel
5ff8535bb4
fix undefined variable
2021-04-15 16:56:49 +02:00
Daniel Bendel
50aa988327
a little less variables :)
2021-04-15 16:56:49 +02:00
Daniel Bendel
a866b808c6
removed core.symlinks=true from git call
2021-04-15 16:56:49 +02:00
AdnoC
e65049bd37
use utils.join_path
2021-04-15 16:56:49 +02:00