Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Question about Sublime Text 2 theme creation. SOLVED

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #146759
    JohnMotylJr
    Participant

    Hey there peoples.

    I am playing around trying to perfect my theme just the way i like it. I don’t use any packages rather just play around in the XML files and noticed a few things.

    Obviously xml is very lax when it comes to naming things but i noticed a trend and was wondering if stuff like entity.name.function was an actual “keyword” that is used to describe a certain piece of syntax.

    <dict>
        <key>name</key>
        <string>Function name</string>
        <key>scope</key>
        <string>entity.name.function</string>
        <key>settings</key>
        <dict>
            <key>foreground</key>
            <string>#FF8000</string>
        </dict>
    </dict>
    

    I was wondering if any of ya’ll know where i can find some documentation on this, i am currently having trouble locating anything on it.

    Thanks guys/gals.

    #146760
    JohnMotylJr
    Participant

    For anyone having the same curiosities as me, i started using this site (http://tmtheme-editor.herokuapp.com/) and just started going through different themes and looking at item scopes to get the syntax.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Other’ is closed to new topics and replies.