Beautify percent string literals highlighters spacing/indentation
This commit is contained in:
parent
0c591baae3
commit
b23a85e747
|
@ -57,6 +57,7 @@ add-highlighter shared/crystal/bracket-string region -recurse '\[' '%Q?\[' '\]'
|
|||
add-highlighter shared/crystal/brace-string region -recurse '\{' '%Q?\{' '\}' regions
|
||||
add-highlighter shared/crystal/angle-string region -recurse '<' '%Q?<' '>' regions
|
||||
add-highlighter shared/crystal/pipe-string region '%Q?\|' '\|' regions
|
||||
|
||||
# Raw
|
||||
# https://crystal-lang.org/reference/syntax_and_semantics/literals/string.html#percent-string-literals
|
||||
# https://crystal-lang.org/reference/syntax_and_semantics/literals/string.html#percent-string-array-literal
|
||||
|
|
Loading…
Reference in New Issue
Block a user