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