Skip to content
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

Latest Sublime Text JavaScript Syntax Highlighting Irregularities #129

Open
jonobr1 opened this issue Feb 12, 2016 · 7 comments
Open

Latest Sublime Text JavaScript Syntax Highlighting Irregularities #129

jonobr1 opened this issue Feb 12, 2016 · 7 comments

Comments

@jonobr1
Copy link

jonobr1 commented Feb 12, 2016

Hey there,

Love the flatland theme, but noticed that when I updated to the latest Sublime Text 2 and 3 all my JS got way more orange. Here's what it used to look like:

screen shot 2016-02-12 at 9 43 05 am

And this is what it looks like now:

screen shot 2016-02-12 at 9 39 01 am

I'm not totally sure how themes work, but it looks like I'm not alone: https://forum.sublimetext.com/t/javascript-syntax-highlighting-changes-in-3103/17328

@bezet
Copy link

bezet commented Feb 13, 2016

Indeed, the theme must be updated because last ST3 build introduced new syntax higlighting rules. I hope it won't take long since flatland is the best ST theme ever (EVER!) and now its js syntax higligthing is pretty useless - like almost everything is orange.

@jonobr1
Copy link
Author

jonobr1 commented Feb 13, 2016

I'll look into this further. I'm sure it's just tweaking the Flatland Dark.tmTheme

@jonobr1
Copy link
Author

jonobr1 commented Feb 17, 2016

wbond over on the Sublime Text Forum recommends updating themes like so (https://forum.sublimetext.com/t/javascript-syntax-highlighting-changes-in-3103/17328/36):

<dict>
    <key>name</key>
    <string>JS Accessor</string>
    <key>scope</key>
    <string>keyword.operator.accessor.js</string>
    <key>settings</key>
    <dict>
        <key>foreground</key>
        <string>#F8F8F2</string>
    </dict>
</dict>

I'm going to fork and give this a try.

@sgerace
Copy link

sgerace commented Apr 19, 2016

@jonobr1 Any update on this? I've been holding off updating Sublime because of the breaking changes to the Flatland theme.

@nalinbhardwaj
Copy link

No update?
This issue has been open since 2 months now? :/

@nasitra
Copy link

nasitra commented May 19, 2016

Adding the following settings to "Flatland Dark.tmTheme", most of the highlighting looks previous one.

https://gist.github.com/nasitra/4549c3e7a5c13cf055a63ddc8c8f5872

@nalinbhardwaj
Copy link

Anything similar for C++ and other languages?
Why isn't the theme being updated itself?
Latest commit is from Jan 2015. Has development been stopped?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants