pfist / pure-dark-syntax

🎨 A vibrant syntax theme for Atom
MIT License
67 stars 11 forks source link

Add Elixir syntax styles #3

Closed BadBastion closed 7 years ago

BadBastion commented 7 years ago

Description of the Change

Improved Elixir syntax highlighting

Issues

@import 'syntax/elixir'; seems to be throwing errors (file not found). Changing this to styles/syntax/elixir fixes the problem, but isn't consistant with the other imports in index.less.

a

BadBastion commented 7 years ago

Great syntax by the way! I personally have been using this lately and liking it a lot.

pfist commented 7 years ago

Thanks for the contribution! It looks great. 😄

Are you still having issues with the import statement? I tried testing your changes locally with @import syntax/elixir and didn't get any errors.

BadBastion commented 7 years ago

@nkpfstr I tested it on another computer and it was fine. My laptop's hard drive recently started dying so I have a feeling it was related to that and not the code. Sorry for the false alarm :P

pfist commented 7 years ago

No worries! Would you prefer to update your PR or let me merge it then update the import myself? Obviously the latter would be less work for you, but I thought I'd ask. 😃

BadBastion commented 7 years ago

Fixed, and ready to pull

pfist commented 7 years ago

Great! Thanks again. I'll merge it now and publish it on apm tomorrow morning. ^^