Skip to content

for in coffeescript highlight #41

@vird

Description

@vird

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions