Skip to content

Commit 99a4e0b

Browse files
committed
languages(grammar): bump grammar version
1 parent 3f4a286 commit 99a4e0b

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

languages.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ paramName = "All"
180180
paramType = true
181181
await = true
182182

183-
184183
[language-server.gopls]
185184
command = "gopls"
186185

@@ -198,7 +197,6 @@ command = "golangci-lint-langserver"
198197
[language-server.golangci-lint-lsp.config]
199198
command = ["golangci-lint", "run", "--output.json.path=stdout", "--show-stats=false", "--issues-exit-code=1"]
200199

201-
202200
[language-server.rust-analyzer]
203201
command = "rust-analyzer"
204202

@@ -1333,7 +1331,6 @@ text-width = 100
13331331
name = "lean"
13341332
source = { git = "https://github.com/Julian/tree-sitter-lean", rev = "d98426109258b266e1e92358c5f11716d2e8f638" }
13351333

1336-
13371334
[[language]]
13381335
name = "lpf"
13391336
comment-token = "#"
@@ -2912,7 +2909,6 @@ comment-token = "--"
29122909
indent = { tab-width = 3, unit = " " }
29132910
language-servers = ["ada-language-server"]
29142911

2915-
29162912
[[grammar]]
29172913
name = "ada"
29182914
source = { git = "https://github.com/briot/tree-sitter-ada", rev = "ba0894efa03beb70780156b91e28c716b7a4764d" }
@@ -3110,7 +3106,6 @@ indent = { tab-width = 2, unit = " " }
31103106
name = "xml"
31113107
source = { git = "https://github.com/RenjiSann/tree-sitter-xml", rev = "48a7c2b6fb9d515577e115e6788937e837815651" }
31123108

3113-
31143109
[[language]]
31153110
name = "dtd"
31163111
scope = "source.dtd"
@@ -3280,7 +3275,7 @@ indent = { tab-width = 2, unit = " " }
32803275

32813276
[[grammar]]
32823277
name = "matlab"
3283-
source = { git = "https://github.com/acristoffers/tree-sitter-matlab", rev = "585b52b9b16d8e626299a76360ef6ab4f9731aed" }
3278+
source = { git = "https://github.com/acristoffers/tree-sitter-matlab", rev = "55d89cb322c9bc49bfd953b2a9d29ff03b072eac" }
32843279

32853280
[[language]]
32863281
name = "ponylang"
@@ -4606,7 +4601,6 @@ language-servers = ["sourcepawn-studio"]
46064601
name = "sourcepawn"
46074602
source = { git = "https://github.com/nilshelmig/tree-sitter-sourcepawn", rev = "f2af8d0dc14c6790130cceb2a20027eb41a8297c" }
46084603

4609-
46104604
[[grammar]]
46114605
name = "vim"
46124606
source = { git = "https://github.com/tree-sitter-grammars/tree-sitter-vim", rev = "f3cd62d8bd043ef20507e84bb6b4b53731ccf3a7" }

runtime/queries/matlab/highlights.scm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
(string) @string
7575
(number) @constant.numeric.float
7676
(unary_operator ["+" "-"] @constant.numeric.float)
77-
(boolean) @constant.builtin.boolean
7877

7978
; Comments
8079

0 commit comments

Comments
 (0)