atom / language-puppet

Puppet package for Atom
Other
36 stars 31 forks source link

EPP Files not highlighted #19

Closed ggeldenhuis closed 8 years ago

ggeldenhuis commented 9 years ago

EPP files which is the native Puppet templating language does not get any syntax highlighting.

saqibnaveed commented 8 years ago

I want to contribute to this issue. I am a beginner, please guide me

50Wliu commented 8 years ago

@saqibnaveed Just add it after pp here: https://github.com/atom/language-puppet/blob/master/grammars/puppet.cson#L2

See https://github.com/atom/language-javascript/blob/master/grammars/javascript.cson#L2 if you need another example.

saqibnaveed commented 8 years ago

@50Wliu Okay Thanks. Let me try

saqibnaveed commented 8 years ago

Add epp file type I have sent a PR to master at https://github.com/atom/language-puppet/pull/35

50Wliu commented 8 years ago

Fixed by #35.