This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/tests/snippets/praat/test_function_call.txt
2022-12-11 12:28:25 +01:00

20 lines
454 B
Text

---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