Last active
November 23, 2023 20:09
-
-
Save alehandrof/5361546 to your computer and use it in GitHub Desktop.
scopes for sublime text schemes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
comment | |
comment punctuation | |
comment.block.documentation | |
comment.block.preprocessor | |
comment.documentation | |
constant | |
constant.character | |
constant.character punctuation | |
constant.character.entity | |
constant.character.escape | |
constant.language | |
constant.language punctuation | |
constant.numeric | |
constant.numeric punctuation | |
constant.numeric.line-number.find-in-files - match | |
constant.other | |
constant.other punctuation | |
constant.other.color | |
constant.other.symbol | |
entity | |
entity.name.class | |
entity.name.class punctuation | |
entity.name.exception | |
entity.name.filename | |
entity.name.filename.find-in-files | |
entity.name.function | |
entity.name.function punctuation | |
entity.name.section | |
entity.name.tag | |
entity.name.tag punctuation | |
entity.name.tag.css | |
entity.name.type | |
entity.name.type.class | |
entity.other.attribute-name | |
entity.other.attribute-name punctuation | |
entity.other.attribute-name.id | |
entity.other.inherited-class | |
entity.other.inherited-class punctuation | |
invalid | |
invalid.deprecated | |
invalid.illegal | |
keyword | |
keyword punctuation | |
keyword.control | |
keyword.operator | |
keyword.other.special-method | |
keyword.other.unit | |
markup | |
markup.bold | |
markup.changed | |
markup.deleted | |
markup.deleted punctuation | |
markup.error | |
markup.heading | |
markup.heading punctuation.definition.heading | |
markup.inserted | |
markup.inserted punctuation | |
markup.italic | |
markup.list | |
markup.output | |
markup.prompt | |
markup.quote | |
markup.raw | |
markup.raw.inline | |
markup.traceback | |
markup.underline | |
message.error | |
meta | |
meta.class | |
meta.diff | |
meta.diff punctuation | |
meta.diff.header | |
meta.diff.header punctuation | |
meta.diff.header.from-file | |
meta.diff.header.to-file | |
meta.diff.index | |
meta.diff.range | |
meta.function-call | |
meta.link | |
meta.link punctuation | |
meta.property-name | |
meta.property-value constant | |
meta.property-value constant.numeric | |
meta.property-value keyword | |
meta.require | |
meta.selector | |
meta.selector entity | |
meta.selector entity punctuation | |
meta.separator | |
meta.structure.dictionary.json string.quoted.double.json | |
meta.tag string punctuation | |
meta.tag string.quoted | |
meta.tag string.quoted constant.character.entity | |
meta.tag.sgml.doctype | |
none | |
punctuation | |
punctuation.definition.array | |
punctuation.definition.bold | |
punctuation.definition.comment | |
punctuation.definition.entity | |
punctuation.definition.italic | |
punctuation.definition.parameters | |
punctuation.definition.string | |
punctuation.definition.tag | |
punctuation.definition.variable | |
punctuation.section.embedded | |
storage | |
storage punctuation | |
storage.type | |
storage.type punctuation | |
string | |
string punctuation | |
string source | |
string.other.link | |
string.regexp | |
support | |
support.class | |
support.class punctuation | |
support.constant | |
support.constant punctuation | |
support.function | |
support.function punctuation | |
support.other.variable | |
support.type | |
support.type punctuation | |
support.type.property-name | |
support.variable | |
text source | |
text.html.markdown punctuation | |
variable | |
variable punctuation | |
variable.interpolation | |
variable.language | |
variable.other | |
variable.other punctuation | |
variable.parameter | |
variable.parameter.function |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
comment | |
comment.line | |
comment.line.double-slash | |
comment.line.double-dash | |
comment.line.number-sign | |
comment.line.percentage | |
comment.line.character | |
comment.block | |
comment.block.documentation | |
constant | |
constant.numeric | |
constant.character | |
constant.character.escape | |
constant.language | |
constant.other | |
entity | |
entity.name | |
entity.name.function | |
entity.name.type | |
entity.name.tag | |
entity.name.section | |
entity.other | |
entity.other.inherited-class | |
entity.other.attribute-name | |
invalid | |
invalid.illegal | |
invalid.deprecated | |
keyword | |
keyword.control | |
keyword.operator | |
keyword.other | |
markup | |
markup.underline | |
markup.underline.link | |
markup.bold | |
markup.heading | |
markup.italic | |
markup.list | |
markup.list.numbered | |
markup.list.unnumbered | |
markup.quote | |
markup.raw | |
markup.other | |
meta | |
storage | |
storage.type | |
storage.modifier | |
string | |
string.quoted | |
string.quoted.single | |
string.quoted.double | |
string.quoted.triple | |
string.quoted.other | |
string.unquoted | |
string.interpolated | |
string.regexp | |
string.other | |
support | |
support.function | |
support.class | |
support.type | |
support.constant | |
support.variable | |
support.other | |
variable | |
variable.parameter | |
variable.language | |
variable.other |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment