abe33 / atom-pigments

An Atom package to display colors in project and files.
MIT License
521 stars 68 forks source link

No colors showing on latest Beta #310

Closed MattBidewell closed 7 years ago

Cxarli commented 7 years ago

What OS are you running, how big is the project, what language is that project/file written in? It would be nice if you could share some more information with us

MattBidewell commented 7 years ago

Atom Verson 1.18.0-Beta. Language is css. Project is a brand new project but also happening on existing projects of varying file sizes.

Cxarli commented 7 years ago

Confirmed on clean Atom 1.18.0-beta.

Steps of reproducing

Results

Expectations

Expected #abcdef to get a slightly blue'ish background color.

Screenshots

screenshot from 2017-05-20 17-06-01

Code

html {
  background-color: #abcdef;
}

Versions

Pigments: 0.39.1 Atom: 1.80.0-beta OS: Linux 4.10.13-1-ARCH x86_64 GNU/Linux

$ atom-beta --version
Atom    : 1.18.0-beta0
Electron: 1.3.15
Chrome  : 52.0.2743.82
Node    : 6.5.0
$ apm-beta --version
apm  1.18.1
npm  3.10.10
node 6.9.5 x64
python 3.6.1
git 2.13.0

pigments:report

{
  "atom": "1.18.0-beta0",
  "pigments": "0.39.1",
  "platform": "linux",
  "config": {
    "traverseIntoSymlinkDirectories": false,
    "sourceNames": [
      "**/*.css",
      "**/*.styl",
      "**/*.stylus",
      "**/*.less",
      "**/*.sass",
      "**/*.scss"
    ],
    "ignoredNames": [
      "vendor/*",
      "node_modules/*",
      "spec/*",
      "test/*"
    ],
    "ignoredBufferNames": [],
    "extendedSearchNames": [
      "**/*.css"
    ],
    "supportedFiletypes": [
      "*"
    ],
    "filetypesForColorWords": [
      "css",
      "less",
      "styl",
      "stylus",
      "sass",
      "scss"
    ],
    "ignoredScopes": [],
    "autocompleteScopes": [
      ".source.css",
      ".source.css.less",
      ".source.sass",
      ".source.css.scss",
      ".source.stylus"
    ],
    "extendAutocompleteToVariables": false,
    "extendAutocompleteToColorValue": false,
    "autocompleteSuggestionsFromValue": false,
    "maxDecorationsInGutter": 100,
    "markerType": "native-background",
    "sassShadeAndTintImplementation": "compass",
    "sortPaletteColors": "none",
    "groupPaletteColors": "none",
    "mergeColorDuplicates": false,
    "delayBeforeScan": 500,
    "ignoreVcsIgnoredPaths": true,
    "notifyReloads": true,
    "dismissableReloadNotifications": true
  },
  "project": {
    "config": {},
    "paths": [
      "<root>/test.css"
    ],
    "variables": {
      "colors": 0,
      "total": 0
    }
  }
}
gusbemacbe commented 7 years ago

It also happens in macOS, on a LESS file.

pingshunhuangalex commented 7 years ago

This bug is fixed in Atom 1.18.0-beta1 now.