abe33 / abe33/atom-pigments

Doesn't work at all on Atom 1.21.1 on Sierra

未關閉
#361 7 則留言 3 個 reaction 已指派 0 人 在 GitHub 檢視
bug
主要語言
CoffeeScript
星號
518
分支
70
PR 合併指標
30 天內沒有已合併 PR

描述

I just upgraded Atom to 1.21.1 and Pigments to 0.40.2 on MacOS 10.12.6, and now I'm getting no functionality whatsoever from Pigments: no colors are highlighted or found in my project, and if I run Pigments: Reload, I see that it found lots of variables (in SCSS) but no colors. I've tried uninstalling and reinstalling Pigments several times. Help?

Pigments report, if it's useful...

```json
{
"atom": "1.21.1",
"pigments": "0.40.2",
"platform": "darwin",
"config": {
"sortPaletteColors": "by name",
"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",
"groupPaletteColors": "none",
"mergeColorDuplicates": false,
"delayBeforeScan": 500,
"ignoreVcsIgnoredPaths": true,
"notifyReloads": true,
"dismissableReloadNotifications": true
},
"project": {
"config": {
"sourceNames": [],
"searchNames": [],
"ignoredNames": [],
"ignoredScopes": []
},
"paths": [(omitted)],
"variables": {
"colors": 0,
"total": 67
}
}
}
```

貢獻指南

開啟貢獻指南

研究方向

The issue is about Pigments not highlighting colors after an Atom update. The report includes a detailed JSON config. Start by examining the plugin's color parsing logic, likely in lib/pigments.coffee or color-finding modules. Check for Atom API changes in version 1.21.1 that might affect marker rendering or file scanning. Reproduce the issue in a test project with SCSS files. Look for recent commits or issues about Atom compatibility.

由索引模型根據 Issue 內容生成。

評估

技術堆疊
coffeescript
領域
desktop, devtools
Issue 類型
缺陷
難度
4/5
預估耗時
3-5 天
活躍度
停滯
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。