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