-
Notifications
You must be signed in to change notification settings - Fork 230
Closed
Description
proper coffee highlight http://i65.tinypic.com/k03p0o_th.png
<template>
</template>
<script lang='iced'>
module.exports =
data : ()->
for some in stuff
do_something
list = []
</script>
<style>
</style>
transforms to : http://i63.tinypic.com/35ldlqs_th.png
Not all lines after including style are broken.
This partially cures highlight
<template>
</template>
<script lang='iced'>
module.exports =
data : ()->
for some in stuff
# )
do_something
list = []
</script>
<style>
</style>
Result: http://i68.tinypic.com/2di4wb4_th.png
Also comments and heredoc rendered wrongly.
Sublime build 3103
Better CoffeeScript plugin used. v2014.12.2819.15.55
Vue Syntax Highlight v2.1.3
strathausen
Metadata
Metadata
Assignees
Labels
No labels