Skip to content

Commit 08654a0

Browse files
authored
chore: Bump matlab grammar (#1220) (#1220)
1 parent c7aca29 commit 08654a0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

queries/matlab/highlights.scm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
(formatting_sequence) @escape
5454
(string) @string
5555
(number) @number
56-
(boolean) @constant.builtin
5756

5857
; Punctuation
5958

@@ -149,7 +148,7 @@
149148
; Repeats
150149

151150
(for_statement [ "for" "parfor" "end" ] @keyword)
152-
(for_statement (iterator (identifier) @variable))
151+
(for_statement (iterator (identifier) @variable))
153152
(while_statement [ "while" "end" ] @keyword)
154153
(continue_statement) @keyword
155154

0 commit comments

Comments
 (0)