christoffer / pycharm-pyxl

IntelliJ Pyxl Extensions
MIT License
21 stars 3 forks source link

Issue with multiline strings for attributes #6

Closed christoffer closed 10 years ago

christoffer commented 10 years ago

I'm seeing some other breakage in some files when attributes have multiline strings.

Granted it's really, really ugly, it shouldn't brake the lexer :)

<list_menu
    class="select-input-dropdown
           {'select-input-disable-error' if self.disable_errors else ''}"
    aria-hidden="true" nohover="{True}">
    {children}
</list_menu>
nilsbunger commented 10 years ago

I will take a look at the issues this weekend. — Sent from Mailbox

On Fri, Jul 25, 2014 at 3:28 PM, Christoffer Klang notifications@github.com wrote:

I'm seeing some other breakage in some files when attributes have multiline strings. Granted it's really, really ugly, it shouldn't brake the lexer :)

<list_menu
    class="select-input-dropdown
           {'select-input-disable-error' if self.disable_errors else ''}"
    aria-hidden="true" nohover="{True}">
    {children}
</list_menu>

Reply to this email directly or view it on GitHub: https://github.com/christoffer/pycharm-pyxl/issues/6