Giter VIP home page Giter VIP logo

pulley-syntax's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

pulley-syntax's Issues

Deprecated selector in `pulley-syntax/index.less`

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 .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.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.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 .search-results .marker .region, :host .search-results .marker .region => atom-text-editor .search-results .syntax--marker .region,atom-text-editor .search-results .syntax--marker .region
  • atom-text-editor .search-results .marker.current-result .region, :host .search-results .marker.current-result .region => atom-text-editor .search-results .syntax--marker.current-result .region,atom-text-editor .search-results .syntax--marker.current-result .region
  • .comment => .syntax--comment
  • .keyword.control => .syntax--keyword.syntax--control
  • .keyword.control.import => .syntax--keyword.syntax--control.syntax--import
  • .keyword.comparison => .syntax--keyword.syntax--comparison
  • .keyword.operator => .syntax--keyword.syntax--operator
  • .keyword.other.special-method => .syntax--keyword.syntax--other.syntax--special-method
  • .keyword.other.unit => .syntax--keyword.syntax--other.syntax--unit
  • .keyword.new => .syntax--keyword.syntax--new
  • .storage => .syntax--storage
  • .constant => .syntax--constant
  • .constant.numeric => .syntax--constant.syntax--numeric
  • .variable => .syntax--variable
  • .variable.property => .syntax--variable.syntax--property
  • .variable.parameter => .syntax--variable.syntax--parameter
  • .string => .syntax--string
  • .string.definition => .syntax--string.syntax--definition
  • .punctuation.definition.comment => .syntax--punctuation.syntax--definition.syntax--comment
  • .punctuation.definition.bold => .syntax--punctuation.syntax--definition.syntax--bold
  • .punctuation.definition.italic => .syntax--punctuation.syntax--definition.syntax--italic
  • .support.class => .syntax--support.syntax--class
  • .entity.instance => .syntax--entity.syntax--instance
  • .none => .syntax--none
  • .markup.bold => .syntax--markup.syntax--bold
  • .markup.changed => .syntax--markup.syntax--changed
  • .markup.deleted => .syntax--markup.syntax--deleted
  • .markup.italic => .syntax--markup.syntax--italic
  • .markup.heading .punctuation.definition.heading => .syntax--markup.syntax--heading .syntax--punctuation.syntax--definition.syntax--heading
  • .markup.inserted => .syntax--markup.syntax--inserted
  • .markup.list => .syntax--markup.syntax--list
  • .markup.quote => .syntax--markup.syntax--quote
  • .markup.raw.inline => .syntax--markup.syntax--raw.syntax--inline
  • .source.gfm .markup => .syntax--source.syntax--gfm .syntax--markup
  • atom-text-editor[mini] .scroll-view, :host([mini]) .scroll-view => atom-text-editor[mini] .scroll-view,atom-text-editor .scroll-view
  • .type.function, .support.function, .entity.function, .keyword.control.import.include.php, .class.php => .syntax--type.syntax--function, .syntax--support.syntax--function, .syntax--entity.syntax--function, .syntax--keyword.syntax--control.syntax--import.syntax--include.syntax--php, .syntax--class.syntax--php
  • .attribute-name, .entity.name.tag.reference => .syntax--attribute-name, .syntax--entity.syntax--name.syntax--tag.syntax--reference
  • .property-list, .reference, .entity.reference => .syntax--property-list, .syntax--reference, .syntax--entity.syntax--reference
  • .property-name => .syntax--property-name
  • .property-value > .constant => .syntax--property-value > .syntax--constant
  • .placeholder => .syntax--placeholder
  • .method-call > .function-call > .arguments => .syntax--method-call > .syntax--function-call > .syntax--arguments
  • .function-call > .arguments => .syntax--function-call > .syntax--arguments
  • .at-rule.control => .syntax--at-rule.syntax--control
  • .bracket, .curly, .comma, .brace, .terminator, .period, .separator, .dictionary, .delimiter => .syntax--bracket, .syntax--curly, .syntax--comma, .syntax--brace, .syntax--terminator, .syntax--period, .syntax--separator, .syntax--dictionary, .syntax--delimiter
  • atom-text-editor::shadow .source.json .meta.structure.dictionary.json > .value.json > .string.json, atom-text-editor::shadow .source.json .meta.structure.dictionary.json > .value.json > .array.json > .string.json => atom-text-editor.editor .syntax--source.syntax--json .syntax--meta.syntax--structure.syntax--dictionary.syntax--json > .syntax--value.syntax--json > .syntax--string.syntax--json, atom-text-editor.editor .syntax--source.syntax--json .syntax--meta.syntax--structure.syntax--dictionary.syntax--json > .syntax--value.syntax--json > .syntax--array.syntax--json > .syntax--string.syntax--json
  • atom-text-editor::shadow .source.json .meta.structure.dictionary.json > .string.quoted.json => atom-text-editor.editor .syntax--source.syntax--json .syntax--meta.syntax--structure.syntax--dictionary.syntax--json > .syntax--string.syntax--quoted.syntax--json
  • .tag => .syntax--tag
  • .tag.definition => .syntax--tag.syntax--definition
  • .tag.name, .attribute-name.html, atom-text-editor .entity.name.tag.block.any.html.angular, atom-text-editor::shadow .entity.name.tag.block.any.html.angular, atom-text-editor .entity.other.attribute-name.html.angular, atom-text-editor::shadow .entity.other.attribute-name.html.angular => .syntax--tag.syntax--name, .syntax--attribute-name.syntax--html, atom-text-editor .syntax--entity.syntax--name.syntax--tag.syntax--block.syntax--any.syntax--html.syntax--angular, atom-text-editor.editor .syntax--entity.syntax--name.syntax--tag.syntax--block.syntax--any.syntax--html.syntax--angular, atom-text-editor .syntax--entity.syntax--other.syntax--attribute-name.syntax--html.syntax--angular, atom-text-editor.editor .syntax--entity.syntax--other.syntax--attribute-name.syntax--html.syntax--angular
  • .attribute-name.html, atom-text-editor .entity.name.tag.block.any.html.angular, atom-text-editor::shadow .entity.name.tag.block.any.html.angular, atom-text-editor .entity.other.attribute-name.html.angular, atom-text-editor::shadow .entity.other.attribute-name.html.angular => .syntax--attribute-name.syntax--html, atom-text-editor .syntax--entity.syntax--name.syntax--tag.syntax--block.syntax--any.syntax--html.syntax--angular, atom-text-editor.editor .syntax--entity.syntax--name.syntax--tag.syntax--block.syntax--any.syntax--html.syntax--angular, atom-text-editor .syntax--entity.syntax--other.syntax--attribute-name.syntax--html.syntax--angular, atom-text-editor.editor .syntax--entity.syntax--other.syntax--attribute-name.syntax--html.syntax--angular
  • .tag.template.angular => .syntax--tag.syntax--template.syntax--angular
  • .punctuation.block.angular.angular.angular.angular.angular.angular.angular.angular.angular.angular.angular.angular.angular.angular.angular => .syntax--punctuation.syntax--block.syntax--angular.syntax--angular.syntax--angular.syntax--angular.syntax--angular.syntax--angular.syntax--angular.syntax--angular.syntax--angular.syntax--angular.syntax--angular.syntax--angular.syntax--angular.syntax--angular.syntax--angular
  • .punctuation.section.embedded.end.php, .punctuation.section.embedded.begin.php => .syntax--punctuation.syntax--section.syntax--embedded.syntax--end.syntax--php, .syntax--punctuation.syntax--section.syntax--embedded.syntax--begin.syntax--php
  • .text => .syntax--text
  • .tab-bar .tab => .tab-bar .syntax--tab

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.