Commit graph

1239 commits

Author SHA1 Message Date
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
AdnoC
4d2813f03b use locked revision when downloading via git 2021-04-15 16:56:49 +02:00
AdnoC
234557b95e fix windows check 2021-04-15 16:56:49 +02:00
AdnoC
ef546ef7c8 style 2021-04-15 16:56:49 +02:00
AdnoC
add6eaf181 Do not use builtin tar on Windows
Several parsers (typescript and ocaml specifically) contain symlinks in
their repo. The tar built into Windows cannot handle them.

So, on Windows just use git to download parsers.
2021-04-15 16:56:49 +02:00
Grzegorz Milka
d02caad890 ledger: update highlights
I have updated the highlights in the upstream repo in
941bbf6098.
2021-04-15 10:15:29 +02:00
Stephan Seitz
4df2667303 feat: Add TSEditQueryUserAfter 2021-04-14 16:23:21 +02:00
Stephan Seitz
4598f90f34 docs: Add documentation for :TSEditQuery 2021-04-14 16:23:21 +02:00
Stephan Seitz
4214646953 feat: Add TSEditQuery 2021-04-14 16:23:21 +02:00
GitHub
b6fc47d5f1 Update lockfile.json 2021-04-14 15:55:29 +02:00
Stephan Seitz
fe6f2352c2 Fix #1182: fix TSRange:parent 2021-04-14 12:33:07 +02:00
GitHub
7691dda94e Update lockfile.json 2021-04-13 15:23:17 +02:00
Stephan Seitz
eb742e304a locals(Go): add namespace definition for import_spec_list
This would define `foo`
```go
import (
	foo "fmt"
)
```
2021-04-13 13:34:57 +02:00
GitHub
615afe3541 Update lockfile.json 2021-04-10 23:28:10 +02:00
Santos Gallegos
2a946ddc7e
Query: update highlights (#1175) 2021-04-10 15:18:44 -05:00
Stephan Seitz
7e9e8f2af9 Add support for Java records
Ref: https://github.com/tree-sitter/tree-sitter-java/pull/73
2021-04-10 12:27:54 +02:00
GitHub
8ccd808035 Update lockfile.json 2021-04-10 02:47:20 +02:00
Santos Gallegos
c3603ddad1
Yaml: update locals (#1172)
The parser doesn't break the symbols in `*` `&` from the name of
anchors/aliases. So go to definition doesn't work, but highlight of
usage does :D

Test with

```yaml
Defaults: &defaults
  Company: foo
  Item: 123

Computer:
  <<: *defaults
  <<: *defaults
  Price: 3000
```

Ref https://github.com/nvim-treesitter/nvim-treesitter-refactor/issues/18
2021-04-09 19:36:19 -05:00
GitHub
de4fbe8e08 Update lockfile.json 2021-04-08 23:56:47 +02:00
GitHub
9f001b3a40 Update lockfile.json 2021-04-08 23:33:53 +02:00
Github Actions
61594636d7 [docgen] Update README.md
skip-checks: true
2021-04-08 22:50:41 +02:00
elianiva
5ead7a0fa7 fixup: remove generate_from_grammar 2021-04-08 22:50:41 +02:00
Github Actions
676bc550a6 [docgen] Update README.md
skip-checks: true
2021-04-08 22:50:41 +02:00