subtleGradient / language-javascript-jsx

JavaScript with JSX Bundle for Atom
45 stars 6 forks source link

Remove name in Langauage status bar #5

Closed damassi closed 8 years ago

damassi commented 9 years ago

I know this is pretty nitpicky, and people like credit, but seeing "Javascript by SubtleGradient" in my status bar is super annoying. Is it possible to change that to something more subtle like "Javascript+"? It also takes up a ton of space.

c77b5cc6-1c0f-11e5-9b91-857ae7b2123a

Some suggestions: Since you're covering all the bases (React, ES6/7, etc) how about JavaScriptNext? Or JavaScriptHarmony? Understandably both those terms seem a bit dated, but they do seem appropriate.

tfausak commented 8 years ago

:+1: I would also like to see something like "JavaScript+". It would be an easy change to make here: https://github.com/subtleGradient/language-javascript-jsx/blob/v0.3.7/grammars/javascript.cson#L1

damassi commented 8 years ago

@tfausak - I've found that by switching to Language Babel all issues are fixed, you get JSX for free, and the syntax highlighter is more wide ranging

tfausak commented 8 years ago

Thanks for the suggestion! The language-babel package looks nice.