tartrazine/spec/unsupported_lexers/praat/test_function_call.txt

21 lines
454 B
Plaintext
Raw Permalink Normal View History

2024-08-03 10:36:47 +00:00
---input---
selected("Sound", i+(a*b))
---tokens---
'selected' Name.Function
'(' Punctuation
'"' Literal.String
'Sound' Literal.String
'"' Literal.String
',' Punctuation
' ' Text.Whitespace
'i' Text
'+' Operator
'(' Text
'a' Text
'*' Operator
'b' Text
')' Punctuation
')' Punctuation
'\n' Text.Whitespace