It does not work pigments
- Dominant language
- CoffeeScript
- Stars
- 518
- Forks
- 70
- PR merge metrics
- No merged PRs in 30d
Description
After installation, without any signs of life...
Windows 10 x64 bit
``` json
{
"atom": "1.10.2",
"pigments": "0.35.0",
"platform": "win32",
"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,
"markerType": "background",
"sassShadeAndTintImplementation": "compass",
"sortPaletteColors": "none",
"groupPaletteColors": "none",
"mergeColorDuplicates": false,
"delayBeforeScan": 500,
"ignoreVcsIgnoredPaths": true
},
"project": {
"config": {},
"variables": {
"colors": 0,
"total": 0
}
}
}
```
Contributor guide
Assessment
This issue has not been assessed yet.