JohnNilsson / awk-sublime

Awk syntax highlighting in Sublime Text
MIT License
25 stars 6 forks source link

Syntax coloring and escaped characters #1

Closed jacobfq closed 12 years ago

jacobfq commented 12 years ago

When escaping characters such as " and > the syntax coloring breaks.

Example:

This line has the correct color

{ print("\"");

This line has the wrong color

}

JohnNilsson commented 12 years ago

Thanks for the report. Did quite get how > could break though.