an-old-hope-syntax-atom icon indicating copy to clipboard operation
an-old-hope-syntax-atom copied to clipboard

⚛️ Atom theme inspired by a galaxy far far away...

Results 6 an-old-hope-syntax-atom issues
Sort by recently updated
recently updated
newest added

I have added `document.body.classList.add('an-old-hope-modify-ui') ` To my init script but it dones't seem to have made a diffrencem not sure if it is related to atom 1.13.1

![image](https://cloud.githubusercontent.com/assets/7151089/26452319/8061554e-412d-11e7-8f01-99ebd4972536.png)

Variable `@syntax-result-marker-color;` is used in base.less but it's missing its value. ```css atom-text-editor .search-results .marker .region, :host .search-results .marker .region { background-color: transparent; border: 1px solid @syntax-result-marker-color; } ```

I love using this theme! Unfortunately, it doesn't support all of the variables in the [Stan](https://github.com/stan-dev/stan-mode) modeling language. From what I can tell, it's unable to highlight the variable declaration...

Just started an tutorial about React/JSX and I noticed the theme doesn't support it, tags just stay white. Could you add it? ![2016-05-24 11_17_32-jump list for google chrome](https://cloud.githubusercontent.com/assets/7299359/15498758/25d8e35a-21a1-11e6-950e-270b6cfbccb0.png)

Hi Great work with it, but can you modify JS syntax highlight? "this" isn't highlighted as keyword. Ofc. $this would be same color as variables, but "this" should be red...