jasperjorna / ST-FutureFunk

An easy to read dark color scheme for Sublime Text.
https://github.com/Twiebie/ST-FutureFunk
36 stars 8 forks source link

Function args in JS #6

Open ak--47 opened 8 years ago

ak--47 commented 8 years ago

I've noticed the arguments for a function declaration in javascript don't get any special treatment... is this intentional? (I'm using grey tuesday)

I couldn't figure out how to change this in the source:

functional_js_ _nodeschool

note how the default themes do it:

functional_js_ _nodeschool

ak--47 commented 8 years ago

I think it's like this:

        <dict>
            <key>name</key>
            <string>Function argument</string>
            <key>scope</key>
            <string>variable.parameter</string>
            <key>settings</key>
            <dict>
                <key>fontStyle</key>
                <string>italic</string>
                <key>foreground</key>
                <string>#FD971F</string>
            </dict>