10 lines
211 B
Text
10 lines
211 B
Text
# Make sure that no other rules override a string match.
|
|
|
|
---input---
|
|
"""
|
|
custom int[] foo = [8, 10, 14]
|
|
"""
|
|
|
|
---tokens---
|
|
'"""\ncustom int[] foo = [8, 10, 14]\n"""' Literal.String
|
|
'\n' Text.Whitespace
|