Add punctuations highlighting
This commit is contained in:
parent
c698c15eb2
commit
d1e9875fac
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