Add punctuations highlighting
This commit is contained in:
parent
a9ec312792
commit
42bef1d592
2 changed files with 31 additions and 0 deletions
15
test/highlight/punctuation.bp
Normal file
15
test/highlight/punctuation.bp
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
foo (
|
||||
// <- punctuation.bracket
|
||||
bar = [
|
||||
//^ punctuation.bracket
|
||||
{
|
||||
// <- punctuation.bracket
|
||||
key: "value",
|
||||
// ^ punctuation.delimiter
|
||||
// ^ punctuation.delimiter
|
||||
},
|
||||
// <- punctuation.bracket
|
||||
]
|
||||
// <- punctuation.bracket
|
||||
)
|
||||
// <- punctuation.bracket
|
||||
Loading…
Add table
Add a link
Reference in a new issue