tartrazine/spec/unsupported_lexers/csound/test_user_defined_opcodes.txt

25 lines
549 B
Plaintext

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