deadfoxygrandpa / Elm.tmLanguage

Elm language syntax highlighting and tool integration for ST2/3
https://packagecontrol.io/packages/Elm%20Language%20Support
MIT License
122 stars 27 forks source link

Colorize delimiters #44

Closed rtfeldman closed 9 years ago

rtfeldman commented 9 years ago

This makes commas and braces appear as a different color from the main text, so it's easier to visually distinguish logic from delimiters.

Note: this is rebased onto https://github.com/deadfoxygrandpa/Elm.tmLanguage/pull/43#issuecomment-136621704 and includes those changes as well.

BEFORE: Screenshots without this colorizing

screen shot 2015-09-01 at 9 13 28 am screen shot 2015-09-01 at 9 12 31 am

AFTER: Screenshots with this colorizing

screen shot 2015-09-01 at 9 06 11 am screen shot 2015-09-01 at 9 06 54 am screen shot 2015-09-01 at 9 06 38 am screen shot 2015-09-01 at 9 07 04 am screen shot 2015-09-01 at 9 09 58 am
texastoland commented 9 years ago

Checking this out tonight after I wrap up #39! I just need to compare to an unpublished branch then rebase off this too :+1:

texastoland commented 9 years ago

LGTM @rtfeldman :+1: @deadfoxygrandpa Here's the key change: https://github.com/rtfeldman/Elm.tmLanguage/commit/1cfb9b6970f1180ef9472affbd56f12c863093d7#diff-815b248acfc9981280a6dcdf83a4bcc5

rtfeldman commented 9 years ago

:tada: