tartrazine/spec/unsupported_lexers/csound/test_user_defined_opcodes.txt

25 lines
549 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
opcode/**/aUDO,/**/i[],/**/aik//
aUDO
endop
---tokens---
'opcode' Keyword.Declaration
'/**/' Comment.Multiline
'aUDO' Name.Function
',' Punctuation
'/**/' Comment.Multiline
'i[]' Keyword.Type
',' Punctuation
'/**/' Comment.Multiline
'aik' Keyword.Type
'//' Comment.Single
'\n' Text.Whitespace
' ' Text.Whitespace
'aUDO' Name.Function
'\n' Text.Whitespace
'endop' Keyword.Declaration
'\n' Text.Whitespace