diff options
Diffstat (limited to 'tests/query/highlights/markdown/test.md')
| -rw-r--r-- | tests/query/highlights/markdown/test.md | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/tests/query/highlights/markdown/test.md b/tests/query/highlights/markdown/test.md index 6f3421ca2..9423d3e85 100644 --- a/tests/query/highlights/markdown/test.md +++ b/tests/query/highlights/markdown/test.md @@ -1,28 +1,28 @@ # H1 -<!-- <- TSPunctSpecial --> +<!-- <- punctuation.special --> ## H2 -<!-- <- TSPunctSpecial --> +<!-- <- punctuation.special --> - Item 1 - Item 2 -<!-- <- TSPunctSpecial --> +<!-- <- punctuation.special --> 1. Item 1 2. Item 2 -<!-- <- TSPunctSpecial --> +<!-- <- punctuation.special --> ---- -<!-- ^ TSTextReference --> -<!-- ^ TSURI --> -<!-- ^ TSLiteral --> -<!--^ TSPunctDelimiter --> -<!-- ^ TSPunctDelimiter --> -<!-- //TODO: currently disabled TSPunctDelimiter --> +<!-- ^ text.reference --> +<!-- ^ text.uri --> +<!-- ^ text.literal --> +<!--^ punctuation.delimiter --> +<!-- ^ punctuation.delimiter --> +<!-- //TODO: currently disabled punctuation.delimiter --> [link_text](#local_reference "link go brr...") -<!-- ^ TSTextReference --> -<!-- ^ TSURI --> -<!-- ^ TSLiteral --> -<!-- <- TSPunctDelimiter --> -<!-- //TODO: currently disabled TSPunctDelimiter --> +<!-- ^ text.reference --> +<!-- ^ text.uri --> +<!-- ^ text.literal --> +<!-- <- punctuation.delimiter --> +<!-- //TODO: currently disabled punctuation.delimiter --> |
