HarlemSquirrel / language-haml

Haml language grammar for GitHub's Atom IDE
MIT License
33 stars 24 forks source link

Support hard tab indenting with filters #45

Closed weotch closed 8 years ago

weotch commented 8 years ago

Instead of the end condition being a literal , this change allows the filter patterns to be ended by a tab as well.

ezekg commented 8 years ago

Cool, thanks. This fixes #44 for unindented filters, so that's progress on that end. The issue still remains for filters that are indented and contain a newline with trimmed white space.

image

image