@@ -185,7 +185,7 @@ contexts:
185185 comment : Triple-quoted heredocs
186186 captures :
187187 1 : punctuation.definition.string.begin.elixir
188- 2 : invalid.illegal.opening_heredoc .elixir
188+ 2 : invalid.illegal.opening-heredoc .elixir
189189 push :
190190 - meta_scope : meta.string.elixir string.quoted.triple.double.elixir
191191 - include : escaped_or_interpolated
@@ -195,7 +195,7 @@ contexts:
195195 comment : Triple-quoted heredocs
196196 captures :
197197 1 : punctuation.definition.string.begin.elixir
198- 2 : invalid.illegal.opening_heredoc .elixir
198+ 2 : invalid.illegal.opening-heredoc .elixir
199199 push :
200200 - meta_scope : meta.string.elixir string.quoted.triple.single.elixir
201201 - include : escaped_or_interpolated
@@ -206,7 +206,7 @@ contexts:
206206 comment : Triple-quoted heredocs
207207 captures :
208208 1 : punctuation.definition.string.begin.elixir
209- 2 : invalid.illegal.opening_heredoc .elixir
209+ 2 : invalid.illegal.opening-heredoc .elixir
210210 push :
211211 - meta_scope : meta.string.elixir string.quoted.triple.double.elixir
212212 - include : heredoc_string_closing_double
@@ -215,23 +215,23 @@ contexts:
215215 comment : Triple-quoted heredocs
216216 captures :
217217 1 : punctuation.definition.string.begin.elixir
218- 2 : invalid.illegal.opening_heredoc .elixir
218+ 2 : invalid.illegal.opening-heredoc .elixir
219219 push :
220220 - meta_scope : meta.string.elixir string.quoted.triple.single.elixir
221221 - include : heredoc_string_closing_single
222222
223223 heredoc_string_closing_double :
224224 - match : ^\s*([^"]*?)\s*(""")
225225 captures :
226- 1 : invalid.illegal.closing_heredoc .elixir
227- 2 : punctuation.definition.string.end.elixirsss
226+ 1 : invalid.illegal.closing-heredoc .elixir
227+ 2 : punctuation.definition.string.end.elixir
228228 pop : true
229229
230230 heredoc_string_closing_single :
231231 - match : ^\s*([^']*?)\s*(''')
232232 captures :
233- 1 : invalid.illegal.closing_heredoc .elixir
234- 2 : punctuation.definition.string.end.elixirsss
233+ 1 : invalid.illegal.closing-heredoc .elixir
234+ 2 : punctuation.definition.string.end.elixir
235235 pop : true
236236
237237 string :
@@ -289,7 +289,7 @@ contexts:
289289 - include : string_closing_round
290290 - include : escaped_or_interpolated
291291 - match : .
292- scope : invalid.illegal.opening_string .elixir
292+ scope : invalid.illegal.opening-string .elixir
293293 pop : true
294294
295295 - match : ~[A-Z]
@@ -338,7 +338,7 @@ contexts:
338338 - meta_scope : meta.string.elixir string.quoted.other.literal.upper.elixir
339339 - include : string_closing_round
340340 - match : .
341- scope : invalid.illegal.opening_string .elixir
341+ scope : invalid.illegal.opening-string .elixir
342342 pop : true
343343
344344 string_closing_curly :
@@ -365,7 +365,7 @@ contexts:
365365 - match : ' [a-zA-Z]+'
366366 scope : meta.string.elixir string.quoted.modifiers.elixir storage.type.string.elixir
367367 - match : \w+
368- scope : invalid.illegal.non_ascii_modifier .elixir
368+ scope : invalid.illegal.non-ascii-modifier .elixir
369369
370370 string_modifiers_and_pop :
371371 - include : string_modifiers
@@ -389,7 +389,7 @@ contexts:
389389 captures :
390390 1 : keyword.control.protocol.elixir
391391 push :
392- - meta_scope : meta.protocol_declaration .elixir
392+ - meta_scope : meta.protocol-declaration .elixir
393393 - match : \b(do)\b
394394 captures :
395395 1 : keyword.control.protocol.elixir
@@ -400,7 +400,7 @@ contexts:
400400 captures :
401401 1 : keyword.control.protocol.elixir
402402 push :
403- - meta_scope : meta.protocol_implementation .elixir
403+ - meta_scope : meta.protocol-implementation .elixir
404404 - match : \b(do)\b
405405 captures :
406406 1 : keyword.control.protocol.elixir
@@ -493,7 +493,7 @@ contexts:
493493 - match : \.
494494 scope : punctuation.separator.method.elixir
495495 - match : \}
496- scope : invalid.illegal.stray_closing_brace .elixir
496+ scope : invalid.illegal.stray-closing-brace .elixir
497497 - match : ' \[|\]'
498498 scope : punctuation.section.array.elixir
499499 - match : \(|\)
0 commit comments