jesseweed / seti-syntax

A subtle dark colored theme for Atom.
MIT License
185 stars 66 forks source link

Deprecated selector in `seti-syntax/index.less` #141

Open ojulianos opened 7 years ago

ojulianos commented 7 years ago

Starting from Atom v1.13.0, the contents of atom-text-editor elements are no longer encapsulated within a shadow DOM boundary. This means you should stop using :host and ::shadow pseudo-selectors, and prepend all your syntax selectors with syntax--. To prevent breakage with existing style sheets, Atom will automatically upgrade the following selectors:

.atom-text-editor, :host => .atom-text-editor,atom-text-editor .atom-text-editor, :host => .atom-text-editor,atom-text-editor .atom-text-editor .wrap-guide, :host .wrap-guide => .atom-text-editor .wrap-guide,atom-text-editor .wrap-guide .atom-text-editor .indent-guide, :host .indent-guide => .atom-text-editor .indent-guide,atom-text-editor .indent-guide .atom-text-editor .invisible-character, :host .invisible-character => .atom-text-editor .invisible-character,atom-text-editor .invisible-character .atom-text-editor .gutter, :host .gutter => .atom-text-editor .gutter,atom-text-editor .gutter .atom-text-editor .gutter .line-number, :host .gutter .line-number => .atom-text-editor .gutter .line-number,atom-text-editor .gutter .line-number .atom-text-editor .gutter .line-number.cursor-line, :host .gutter .line-number.cursor-line => .atom-text-editor .gutter .line-number.cursor-line,atom-text-editor .gutter .line-number.cursor-line .atom-text-editor .gutter .line-number.cursor-line-no-selection, :host .gutter .line-number.cursor-line-no-selection => .atom-text-editor .gutter .line-number.cursor-line-no-selection,atom-text-editor .gutter .line-number.cursor-line-no-selection .atom-text-editor .gutter .line-number:hover, :host .gutter .line-number:hover => .atom-text-editor .gutter .line-number:hover,atom-text-editor .gutter .line-number:hover .atom-text-editor .gutter .line-number.folded, :host .gutter .line-number.folded, .atom-text-editor .gutter .line-number:after, :host .gutter .line-number:after, .atom-text-editor .fold-marker:after, :host .fold-marker:after => .atom-text-editor .gutter .line-number.folded,atom-text-editor .gutter .line-number.folded, .atom-text-editor .gutter .line-number:after,atom-text-editor .gutter .line-number:after, .atom-text-editor .fold-marker:after,atom-text-editor .fold-marker:after .atom-text-editor .invisible, :host .invisible => .atom-text-editor .invisible,atom-text-editor .invisible .atom-text-editor .cursor, :host .cursor => .atom-text-editor .cursor,atom-text-editor .cursor .atom-text-editor .selection .region, :host .selection .region => .atom-text-editor .selection .region,atom-text-editor .selection .region .atom-text-editor .scroll-view, :host .scroll-view => .atom-text-editor .scroll-view,atom-text-editor .scroll-view .atom-text-editor .line.cursor-line, :host .line.cursor-line => .atom-text-editor .line.cursor-line,atom-text-editor .line.cursor-line atom-text-editor[mini] .scroll-view, :host(.mini) .scroll-view => atom-text-editor[mini] .scroll-view,atom-text-editor .scroll-view .text => .syntax--text .comment => .syntax--comment .constant => .syntax--constant .constant.character.escape => .syntax--constant.syntax--character.syntax--escape .constant.name.attribute.tag => .syntax--constant.syntax--name.syntax--attribute.syntax--tag .constant.numeric => .syntax--constant.syntax--numeric .constant.other.color => .syntax--constant.syntax--other.syntax--color .constant.other.symbol => .syntax--constant.syntax--other.syntax--symbol .entity => .syntax--entity .entity.name.class, .entity.name.type.class => .syntax--entity.syntax--name.syntax--class, .syntax--entity.syntax--name.syntax--type.syntax--class .entity.name.function => .syntax--entity.syntax--name.syntax--function .entity.name.section => .syntax--entity.syntax--name.syntax--section .entity.name.tag => .syntax--entity.syntax--name.syntax--tag .entity.name.tag.block, .entity.name.tag.inline, .entity.name.tag.name => .syntax--entity.syntax--name.syntax--tag.syntax--block, .syntax--entity.syntax--name.syntax--tag.syntax--inline, .syntax--entity.syntax--name.syntax--tag.syntax--name .entity.name.tag.structure => .syntax--entity.syntax--name.syntax--tag.syntax--structure .entity.name.tag.block => .syntax--entity.syntax--name.syntax--tag.syntax--block .entity.name.type => .syntax--entity.syntax--name.syntax--type .entity.name.type.tag => .syntax--entity.syntax--name.syntax--type.syntax--tag .entity.other.attribute-name => .syntax--entity.syntax--other.syntax--attribute-name .entity.other.attribute-name.id => .syntax--entity.syntax--other.syntax--attribute-name.syntax--id .entity.other.inherited-class => .syntax--entity.syntax--other.syntax--inherited-class .invalid.illegal, .invalid.deprecated => .syntax--invalid.syntax--illegal, .syntax--invalid.syntax--deprecated .keyword => .syntax--keyword .keyword.control => .syntax--keyword.syntax--control .keyword.operator => .syntax--keyword.syntax--operator .keyword.operator.assignment => .syntax--keyword.syntax--operator.syntax--assignment .keyword.operator.new => .syntax--keyword.syntax--operator.syntax--new .keyword.other.important => .syntax--keyword.syntax--other.syntax--important .keyword.other.special-method => .syntax--keyword.syntax--other.syntax--special-method .keyword.other.unit => .syntax--keyword.syntax--other.syntax--unit .markup.bold => .syntax--markup.syntax--bold .markup.changed => .syntax--markup.syntax--changed .markup.deleted => .syntax--markup.syntax--deleted .markup.heading .punctuation.definition.heading => .syntax--markup.syntax--heading .syntax--punctuation.syntax--definition.syntax--heading .markup.inserted => .syntax--markup.syntax--inserted .markup.italic => .syntax--markup.syntax--italic .markup.list => .syntax--markup.syntax--list .markup.quote => .syntax--markup.syntax--quote .markup.raw.inline => .syntax--markup.syntax--raw.syntax--inline .meta.link => .syntax--meta.syntax--link .meta.require => .syntax--meta.syntax--require .meta.brace.curly => .syntax--meta.syntax--brace.syntax--curly .meta.brace.round => .syntax--meta.syntax--brace.syntax--round .meta.control.flow => .syntax--meta.syntax--control.syntax--flow .meta.comma => .syntax--meta.syntax--comma .meta.selector => .syntax--meta.syntax--selector .meta.separator => .syntax--meta.syntax--separator .meta.tag => .syntax--meta.syntax--tag .none => .syntax--none .punctuation => .syntax--punctuation .punctuation.terminator => .syntax--punctuation.syntax--terminator .punctuation.separator => .syntax--punctuation.syntax--separator .punctuation.definition => .syntax--punctuation.syntax--definition .punctuation.definition.array => .syntax--punctuation.syntax--definition.syntax--array .punctuation.definition.bold => .syntax--punctuation.syntax--definition.syntax--bold .punctuation.definition.comment => .syntax--punctuation.syntax--definition.syntax--comment .punctuation.definition.heading, .punctuation.definition.identity, .punctuation.definition.italic => .syntax--punctuation.syntax--definition.syntax--heading, .syntax--punctuation.syntax--definition.syntax--identity, .syntax--punctuation.syntax--definition.syntax--italic .punctuation.definition.italic => .syntax--punctuation.syntax--definition.syntax--italic .punctuation.definition.string => .syntax--punctuation.syntax--definition.syntax--string .punctuation.definition.string.begin, .punctuation.definition.string.end => .syntax--punctuation.syntax--definition.syntax--string.syntax--begin, .syntax--punctuation.syntax--definition.syntax--string.syntax--end .punctuation.definition.variable => .syntax--punctuation.syntax--definition.syntax--variable .punctuation.definition.parameters => .syntax--punctuation.syntax--definition.syntax--parameters .punctuation.definition.tag => .syntax--punctuation.syntax--definition.syntax--tag .punctuation.section.embedded => .syntax--punctuation.syntax--section.syntax--embedded .string => .syntax--string .string .constant => .syntax--string .syntax--constant .string.interpolated => .syntax--string.syntax--interpolated .string.regexp => .syntax--string.syntax--regexp .string.regexp .constant.character.escape, .string.regexp .source.ruby.embedded, .string.regexp .string.regexp.arbitrary-repitition => .syntax--string.syntax--regexp .syntax--constant.syntax--character.syntax--escape, .syntax--string.syntax--regexp .syntax--source.syntax--ruby.syntax--embedded, .syntax--string.syntax--regexp .syntax--string.syntax--regexp.syntax--arbitrary-repitition .string.regexp.group => .syntax--string.syntax--regexp.syntax--group .string.regexp.character-class => .syntax--string.syntax--regexp.syntax--character-class .string.regexp .source.ruby.embedded => .syntax--string.syntax--regexp .syntax--source.syntax--ruby.syntax--embedded .string.quoted.double => .syntax--string.syntax--quoted.syntax--double .string.quoted.single => .syntax--string.syntax--quoted.syntax--single .string .variable => .syntax--string .syntax--variable .string.other.link => .syntax--string.syntax--other.syntax--link .source => .syntax--source .storage => .syntax--storage .storage.modifier => .syntax--storage.syntax--modifier .storage.type.class => .syntax--storage.syntax--type.syntax--class .storage.type.function => .syntax--storage.syntax--type.syntax--function .storage.type.var => .syntax--storage.syntax--type.syntax--var .support => .syntax--support .support.class => .syntax--support.syntax--class .support.function => .syntax--support.syntax--function .support.function.decl => .syntax--support.syntax--function.syntax--decl .support.constant => .syntax--support.syntax--constant .support.type.property-name => .syntax--support.syntax--type.syntax--property-name .variable => .syntax--variable .variable.control.import.include => .syntax--variable.syntax--control.syntax--import.syntax--include .variable.other => .syntax--variable.syntax--other .variable.other.property => .syntax--variable.syntax--other.syntax--property .variable.other.module => .syntax--variable.syntax--other.syntax--module .variable.other.module-alias => .syntax--variable.syntax--other.syntax--module-alias .variable.other.object => .syntax--variable.syntax--other.syntax--object .variable.parameter.function => .syntax--variable.syntax--parameter.syntax--function .source.json .meta.structure.dictionary.json > .string.quoted.json => .syntax--source.syntax--json .syntax--meta.syntax--structure.syntax--dictionary.syntax--json > .syntax--string.syntax--quoted.syntax--json .source.json .meta.structure.dictionary.json > .string.quoted.json > .punctuation.string => .syntax--source.syntax--json .syntax--meta.syntax--structure.syntax--dictionary.syntax--json > .syntax--string.syntax--quoted.syntax--json > .syntax--punctuation.syntax--string .source.json .meta.structure.dictionary.json > .value.json > .string.quoted.json, .source.json .meta.structure.array.json > .value.json > .string.quoted.json, .source.json .meta.structure.dictionary.json > .value.json > .string.quoted.json > .punctuation, .source.json .meta.structure.array.json > .value.json > .string.quoted.json > .punctuation => .syntax--source.syntax--json .syntax--meta.syntax--structure.syntax--dictionary.syntax--json > .syntax--value.syntax--json > .syntax--string.syntax--quoted.syntax--json, .syntax--source.syntax--json .syntax--meta.syntax--structure.syntax--array.syntax--json > .syntax--value.syntax--json > .syntax--string.syntax--quoted.syntax--json, .syntax--source.syntax--json .syntax--meta.syntax--structure.syntax--dictionary.syntax--json > .syntax--value.syntax--json > .syntax--string.syntax--quoted.syntax--json > .syntax--punctuation, .syntax--source.syntax--json .syntax--meta.syntax--structure.syntax--array.syntax--json > .syntax--value.syntax--json > .syntax--string.syntax--quoted.syntax--json > .syntax--punctuation .source.json .meta.structure.dictionary.json > .constant.language.json, .source.json .meta.structure.array.json > .constant.language.json => .syntax--source.syntax--json .syntax--meta.syntax--structure.syntax--dictionary.syntax--json > .syntax--constant.syntax--language.syntax--json, .syntax--source.syntax--json .syntax--meta.syntax--structure.syntax--array.syntax--json > .syntax--constant.syntax--language.syntax--json .mustache .meta.tag.template => .syntax--mustache .syntax--meta.syntax--tag.syntax--template .mustache .meta.tag.template .entity.name.tag => .syntax--mustache .syntax--meta.syntax--tag.syntax--template .syntax--entity.syntax--name.syntax--tag .source.python .class => .syntax--source.syntax--python .syntax--class .source.python .support.function.magic, .source.python .inherited-class => .syntax--source.syntax--python .syntax--support.syntax--function.syntax--magic, .syntax--source.syntax--python .syntax--inherited-class .source.python .support.function.magic .support.function.builtin.python, .source.python .inherited-class .support.function.builtin.python => .syntax--source.syntax--python .syntax--support.syntax--function.syntax--magic .syntax--support.syntax--function.syntax--builtin.syntax--python, .syntax--source.syntax--python .syntax--inherited-class .syntax--support.syntax--function.syntax--builtin.syntax--python .source.python .storage, .source.python .keyword => .syntax--source.syntax--python .syntax--storage, .syntax--source.syntax--python .syntax--keyword .source.python .string => .syntax--source.syntax--python .syntax--string .source.python .string.block => .syntax--source.syntax--python .syntax--string.syntax--block .source.python .string.block .keyword => .syntax--source.syntax--python .syntax--string.syntax--block .syntax--keyword atom-text-editor .line.split-diff-added, atom-text-editor::shadow .line.split-diff-added => atom-text-editor .line.split-diff-added, atom-text-editor.editor .line.split-diff-added atom-text-editor .line.split-diff-added .text span, atom-text-editor::shadow .line.split-diff-added .text span, atom-text-editor .line.split-diff-added .source span, atom-text-editor::shadow .line.split-diff-added .source span => atom-text-editor .line.split-diff-added .syntax--text span, atom-text-editor.editor .line.split-diff-added .syntax--text span, atom-text-editor .line.split-diff-added .syntax--source span, atom-text-editor.editor .line.split-diff-added .syntax--source span atom-text-editor .line.split-diff-added .indent-guide, atom-text-editor::shadow .line.split-diff-added .indent-guide => atom-text-editor .line.split-diff-added .indent-guide, atom-text-editor.editor .line.split-diff-added .indent-guide atom-text-editor .line.split-diff-removed, atom-text-editor::shadow .line.split-diff-removed => atom-text-editor .line.split-diff-removed, atom-text-editor.editor .line.split-diff-removed atom-text-editor .line.split-diff-removed .text span, atom-text-editor::shadow .line.split-diff-removed .text span, atom-text-editor .line.split-diff-removed .source span, atom-text-editor::shadow .line.split-diff-removed .source span => atom-text-editor .line.split-diff-removed .syntax--text span, atom-text-editor.editor .line.split-diff-removed .syntax--text span, atom-text-editor .line.split-diff-removed .syntax--source span, atom-text-editor.editor .line.split-diff-removed .syntax--source span atom-text-editor .line.split-diff-removed .indent-guide, atom-text-editor::shadow .line.split-diff-removed .indent-guide => atom-text-editor .line.split-diff-removed .indent-guide, atom-text-editor.editor .line.split-diff-removed .indent-guide

Automatic translation of selectors will be removed in a few release cycles to minimize startup time. Please, make sure to upgrade the above selectors as soon as possible. Report Issue

nahid commented 7 years ago

I have the same issue. I'm using MacOS. Seti Syntax package are show this as deprecation message

NSKaleidoscope commented 7 years ago

The same issue

anvarov commented 7 years ago

The same issue here

kieha commented 7 years ago

Same issue, running on MacOS Atom : 1.13.0 Electron: 1.3.13 Chrome : 52.0.2743.82 Node : 6.5.0

chiangs commented 7 years ago

Same here, Mac OS El Capitan, Atom 1.13.1 x 64

lavarajallu commented 7 years ago

Same Issue

domark0721 commented 7 years ago

the same issue MacOS Sierra 10.12.3 Atom 1.13.1 x64

ihulsbus commented 7 years ago

Issue is still present. Any views on a fix?

MacOS Sierra 10.12.3 Atom 1.15.0 X64

NSKaleidoscope commented 7 years ago

mine is fixed

发自网易邮箱 iPhone 版 在2017年03月24日 16:55,Ian Hulsbus 写道:

Issue is still present. Any views on a fix?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

ihulsbus commented 7 years ago

@NSKaleidoscope Atom finally showed an update. It's fixed now. 👍