voronianski / oceanic-next-color-scheme

:triangular_ruler: Sublime Text color scheme ready for next generation JavaScript syntax
https://labs.voronianski.dev/oceanic-next-color-scheme
1.97k stars 120 forks source link

somethings up with my highlighting... #40

Closed export-mike closed 8 years ago

export-mike commented 8 years ago

I've got:

babel sublime installed, v8.6.3 oceanic-next-color-scheme installed v0.1.11 sublime 3 latest (3103)

user settings:


{
    "color_scheme": "Packages/User/SublimeLinter/Oceanic Next (SL).tmTheme",
    "font_face": "Hack",
    "font_size": 14,
    "ignored_packages":
    [
        "Vintage"
    ],
    "tab_size": 2,
    "theme": "Oceanic Next.sublime-theme",
    "translate_tabs_to_spaces": true
}

and it looks like this :( image any ideas?

voronianski commented 8 years ago

@export-mike that's crazy.. never encountered smth like this. Are you on Mac? Maybe you have additional packages that can conflict with babel-sublime?

export-mike commented 8 years ago

possibly... here's my list.. is there a way to get a list of all packages and versions? image

voronianski commented 8 years ago

@export-mike Package Control -> List Packages

voronianski commented 8 years ago

Maybe Numix?

export-mike commented 8 years ago

I reinstalled everything working fine now, thanks for your help

olegakbarov commented 8 years ago

Got the same issue. Interestingly enough it appears in the same place — after destructuring:

<DoorHeader {...this.props} />

Reinstall doesn't help so far.

export-mike commented 8 years ago

Yeah I've since switched to atom. So far its a great experience

On Thu, 28 Apr 2016 16:53 Oleg Akbarov, notifications@github.com wrote:

Got the same issue. Interestingly enough it appears in the same place — after destructuring:

<DoorHeader {...this.props} />

Reinstall doesn't help so far.

— You are receiving this because you modified the open/close state.

Reply to this email directly or view it on GitHub https://github.com/voronianski/oceanic-next-color-scheme/issues/40#issuecomment-215475127

olegakbarov commented 8 years ago

@export-mike you got this issue again after reinstall? 😭

export-mike commented 8 years ago

Yeah my bad, I thought everything was OK but turns out it wasn't, sorry I never updated the issue

olegakbarov commented 8 years ago

I'd be grateful for any ideas on this. Atom way too slow for me.

export-mike commented 8 years ago

When was the last time you tried it? I've been using the nuclide plugins and babel plugins with has millions of downloads. I did find it to be slow on an old macbook pro 2009

On Thu, 28 Apr 2016 17:02 Oleg Akbarov, notifications@github.com wrote:

I'd be grateful for any ideas on this. Atom way too slow for me.

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/voronianski/oceanic-next-color-scheme/issues/40#issuecomment-215477696

olegakbarov commented 8 years ago

@export-mike Last summer i belive, quite a while ago.

By the way seems like this is a Babel-Sublime issue

olegakbarov commented 8 years ago

@export-mike This helped me:

In sublime: Syntax -> Open all with current extension as... -> Babel -> JavaScript (Babel)

voronianski commented 8 years ago

@olegakbarov good point, probably this should be added to README.

olegakbarov commented 8 years ago

@voronianski PR? 😉

JimLin94 commented 8 years ago

@olegakbarov Thanks man. You save my day.