parent
02af3938f1
commit
1f771e72af
5 changed files with 9 additions and 0 deletions
|
@ -241,6 +241,7 @@ module.exports = grammar({
|
||||||
choice(
|
choice(
|
||||||
"opacity",
|
"opacity",
|
||||||
"fill",
|
"fill",
|
||||||
|
"fill-pattern",
|
||||||
"stroke",
|
"stroke",
|
||||||
"stroke-width",
|
"stroke-width",
|
||||||
"stroke-dash",
|
"stroke-dash",
|
||||||
|
|
|
@ -994,6 +994,10 @@
|
||||||
"type": "STRING",
|
"type": "STRING",
|
||||||
"value": "fill"
|
"value": "fill"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "STRING",
|
||||||
|
"value": "fill-pattern"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "STRING",
|
"type": "STRING",
|
||||||
"value": "stroke"
|
"value": "stroke"
|
||||||
|
|
|
@ -412,6 +412,10 @@
|
||||||
"type": "fill",
|
"type": "fill",
|
||||||
"named": false
|
"named": false
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "fill-pattern",
|
||||||
|
"named": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"named": true
|
"named": true
|
||||||
|
|
BIN
src/parser.c
BIN
src/parser.c
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue