tartrazine/spec/tests/bibtex/test_preamble.txt

12 lines
267 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
@PREAMBLE{"% some LaTeX code here"}
---tokens---
'@PREAMBLE' Name.Class
'{' Punctuation
'"' Literal.String
'% some LaTeX code here' Literal.String
'"' Literal.String
'}' Punctuation
'\n' Text.Whitespace