Code Monkey home page Code Monkey logo

atom-metro-syntax's People

Contributors

cirex avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

atom-metro-syntax's Issues

Failed to activate the metro-syntax theme

  1. This error occurs when I install the theme

Atom Version: 1.0.19
System: Microsoft Windows 8.1 Enterprise
Thrown From: metro-syntax package, v0.3.1

Stack Trace

Failed to activate the metro-syntax theme

At 'base.less' wasn't found in C:\Users\xxx\.atom\packages\metro-syntax\index.less:4:0

LessError: 'base.less' wasn't found
  at C:\Users\xxx\.atom\packages\metro-syntax\index.less:4:0

Commands

     -0:23.1.0 core:confirm (atom-text-editor.editor.mini.is-focused)

Config

{
  "core": {
    "themes": [
      "metro-ui",
      "atom-light-syntax"
    ],
    "packagesWithKeymapsDisabled": [],
    "disabledPackages": [
      "tool-bar"
    ]
  }
}

Installed Packages

# User
language-powershell, v2.1.0
metro-ui, v2.2.2
react, v0.12.10
terminal-plus, v0.6.2

# Dev
No dev packages

Deprecated selector in `metro-syntax\index.less`

In metro-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:

  • .punctuation => .syntax--punctuation

  • .punctuation.comment => .syntax--punctuation.syntax--comment

  • .punctuation.string => .syntax--punctuation.syntax--string

  • .punctuation.tag => .syntax--punctuation.syntax--tag

  • .punctuation.variable, .punctuation.constant => .syntax--punctuation.syntax--variable, .syntax--punctuation.syntax--constant

  • .punctuation.function, .punctuation.separator, .punctuation.parameters, .punctuation.terminator => .syntax--punctuation.syntax--function, .syntax--punctuation.syntax--separator, .syntax--punctuation.syntax--parameters, .syntax--punctuation.syntax--terminator

  • .punctuation.embedded, .punctuation.string.html.begin, .punctuation.string.html.end => .syntax--punctuation.syntax--embedded, .syntax--punctuation.syntax--string.syntax--html.syntax--begin, .syntax--punctuation.syntax--string.syntax--html.syntax--end

  • .punctuation.embedded.php => .syntax--punctuation.syntax--embedded.syntax--php

  • .punctuation.entry.yaml => .syntax--punctuation.syntax--entry.syntax--yaml

  • .punctuation.symbol.ruby.begin, .punctuation.symbol.ruby.end => .syntax--punctuation.syntax--symbol.syntax--ruby.syntax--begin, .syntax--punctuation.syntax--symbol.syntax--ruby.syntax--end

  • .variable => .syntax--variable

  • .variable.parameter => .syntax--variable.syntax--parameter

  • .variable.class.ruby, .variable.instance.ruby, .variable.block.ruby => .syntax--variable.syntax--class.syntax--ruby, .syntax--variable.syntax--instance.syntax--ruby, .syntax--variable.syntax--block.syntax--ruby

  • .variable.constant.ruby => .syntax--variable.syntax--constant.syntax--ruby

  • .entity => .syntax--entity

  • .entity.attribute-name => .syntax--entity.syntax--attribute-name

  • .entity.attribute-name.pseudo-element.css, .entity.attribute-name.pseudo-class.css, .entity.attribute-name.class, .entity.attribute-name.id => .syntax--entity.syntax--attribute-name.syntax--pseudo-element.syntax--css, .syntax--entity.syntax--attribute-name.syntax--pseudo-class.syntax--css, .syntax--entity.syntax--attribute-name.syntax--class, .syntax--entity.syntax--attribute-name.syntax--id

  • .entity.css => .syntax--entity.syntax--css

  • .entity.tag => .syntax--entity.syntax--tag

  • .entity.tag.reference.scss => .syntax--entity.syntax--tag.syntax--reference.syntax--scss

  • .entity.tag.css, .entity.tag.script.html => .syntax--entity.syntax--tag.syntax--css, .syntax--entity.syntax--tag.syntax--script.syntax--html

  • .entity.tag.doctype => .syntax--entity.syntax--tag.syntax--doctype

  • .entity.inherited-class.ruby => .syntax--entity.syntax--inherited-class.syntax--ruby

  • .entity.entity.module.ruby => .syntax--entity.syntax--entity.syntax--module.syntax--ruby

  • .entity.gfm => .syntax--entity.syntax--gfm

  • .support => .syntax--support

  • .support.constant => .syntax--support.syntax--constant

  • .support.constant.css => .syntax--support.syntax--constant.syntax--css

  • .support.constant.css.media => `.syntax--support.syntax--constant.syntax--css.

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.