elixir-editors / language-elixir

Elixir language support for the Atom editor.
Other
181 stars 40 forks source link

Module attributes and template assigns not highlighted properly #99

Open lukaszsamson opened 7 years ago

lukaszsamson commented 7 years ago
@attr "value" # ok
@attr? "value" # ? is not colored
@attr! "value" # ! is not colored
@ąttr "value" # nothing is clored

language-elixir version: 0.20.2