summaryrefslogtreecommitdiffstats
path: root/tests/snippets/bibtex/test_preamble.txt
blob: 9625f967cbd9565d7d3de2cdcda0bffe7cfdecc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
---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