parent
b9c1884a58
commit
d3f4c22c28
@ -2,7 +2,7 @@
|
||||
|
||||
// The token context is used to track whether `}` matches
|
||||
// a template quasi `${` or other tokens containing `{`:
|
||||
// namely tt.braceL and tt.dollarBraceL
|
||||
// namely tt.braceL `{` and tt.braceHashL `#{`
|
||||
|
||||
import { types as tt } from "./types";
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@
|
||||
{
|
||||
"type": {
|
||||
"label": "}",
|
||||
"beforeExpr": false,
|
||||
"beforeExpr": true,
|
||||
"startsExpr": false,
|
||||
"rightAssociative": false,
|
||||
"isLoop": false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user