parent
be8db7ca48
commit
095dd7d8f3
4 changed files with 18 additions and 3 deletions
|
@ -36,7 +36,7 @@ module.exports = grammar({
|
||||||
$.container,
|
$.container,
|
||||||
$.connection
|
$.connection
|
||||||
),
|
),
|
||||||
$._end
|
choice($._end, "\0")
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
|
||||||
|
|
|
@ -45,6 +45,9 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "CHOICE",
|
||||||
|
"members": [
|
||||||
{
|
{
|
||||||
"type": "SYMBOL",
|
"type": "SYMBOL",
|
||||||
"name": "_end"
|
"name": "_end"
|
||||||
|
@ -52,6 +55,8 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"connection": {
|
"connection": {
|
||||||
"type": "SEQ",
|
"type": "SEQ",
|
||||||
|
|
|
@ -1,3 +1,13 @@
|
||||||
|
================================================================================
|
||||||
|
Handle end of file (issue #1)
|
||||||
|
================================================================================
|
||||||
|
foo
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
(source_file
|
||||||
|
(shape (shape_key))
|
||||||
|
)
|
||||||
|
|
||||||
================================================================================
|
================================================================================
|
||||||
Simple shape key
|
Simple shape key
|
||||||
================================================================================
|
================================================================================
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue