-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
bat panics on simple Vue file #915
Copy link
Copy link
Labels
Milestone
Description
When calling bat on this Vue file
<style lang="stylus">
</style>it panics with:
thread 'main' panicked at
'Can only call resolve on linked references:
ByScope { scope: <source.stylus>, sub_context: None }',
…/syntect-4.1.0/src/parsing/syntax_definition.rs:188:18
found with the Python script in #913.
Reactions are currently unavailable