-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Atom integration / not really an issue #18
Comments
@twoelevenjay I think it will be difficult to support that feature. I remember discussions around linters that process jsx. It's just too tricker to parse cssx inside jsx. |
Ok thanks for the reply. CSSX is pretty awesome!!!
|
I second the idea of having an atom highlighter, since most of the There is a lot of work ahead for this: lint rules, syntax highlight, autocompletion, and probably I am missing something. It might be difficult but it would be worth to try doing it. |
@jcperez-ch if you use eslint you may try https://github.com/krasimir/eslint-plugin-cssx All it does is ignoring the cssx code so you don't get errors. |
Oh @krasimir thank U. By the way @twoelevenjay I have the atom language-cssx. Let me know if you already installed. So please guys, take a look at the language definition, so we can close this issue. |
CSSX is working great in my new project, however not having Atom editor autocomplete-css recognize the css in the .jsx file is slowing me down.
Does anyone have any suggestions for how to get the core Atom package to recognize CSS in a .jsx file? I mean it already watches .css, .html, .php. But Atom doesn't seem to allow adding file extensions to that list.
Getting the Emmet package to work too would be an added bonus.
The text was updated successfully, but these errors were encountered: