Skip to content

Instantly share code, notes, and snippets.

@serhei
Last active August 29, 2015 20:34
Show Gist options
  • Save serhei/41826 to your computer and use it in GitHub Desktop.
Save serhei/41826 to your computer and use it in GitHub Desktop.
Rough equivalence between TextMate and XCode selectors.
Rough equivalence between TextMate and XCode selectors.
Derived from http://damieng.com/blog/2008/02/08/humane-theme-for-textmate-and-xcode
Foreground: xcode.syntax.plain
Background: Background
Selection: Selection
Caret: InsertionPoint
comment: xcode.syntax.comment, xcode.syntax.comment.doc, xcode.syntax.comment.doc.keyword
string: xcode.syntax.string, xcode.syntax.character
constant.numeric: xcode.syntax.number
constant.language
constant.character, constant.other: xcode.syntax.identifier.constant
variable.language, variable.other: xcode.syntax.identifier.variable, xcode.syntax.identifier, xcode.syntax.identifier.plain, xcode.syntax.identifier.type
keyword: xcode.syntax.keyword, xcode.syntax.preprocessor
storage
entity.name.class: xcode.syntax.identifier.class
entity.other.inherited-class: xcode.syntax.identifier.class
entity.name.function: xcode.syntax.identifier.function, xcode.syntax.identifier.macro
variable.parameter: xcode.syntax.identifier, xcode.syntax.identifier.plain
entity.name.tag: xcode.syntax.entity, xcode.syntax.entity.start
entity.other.attribute-name
support.function: xcode.syntax.identifier.function.system, xcode.syntax.identifier.macro.system
support.constant: xcode.syntax.identifier.constant.system
support.type, support.class: xcode.syntax.identifier.class.system, xcode.syntax.identifier.type.system
support.other.variable: xcode.syntax.identifier.variable.system
invalid
Equivalences not found for the following:
xcode.syntax.attribute
xcode.syntax.url
xcode.syntax.url.mail
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment