atom / one-dark-syntax

Atom One dark syntax theme
MIT License
448 stars 236 forks source link

How can I hack into the syntax? #66

Closed webdif closed 8 years ago

webdif commented 8 years ago

I want to test some change in the styles of my local Atom, but I can't find where one-dark-syntax package is. My goal is to add support for pug (jade) syntax.

Can you help me?

winstliu commented 8 years ago

apm develop https://github.com/atom/one-dark-syntax --> should place one-dark-syntax in ~/github. atom --dev to load the local version.

If that doesn't work you can clone this repository and then apm link it.