Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit d5cf3f4

Browse files
author
Marcel Gerber
committed
Merge pull request #11331 from sprintr/stylus-named-color-quickview
QuickView for named colors in Stylus
2 parents e35f2a4 + c643257 commit d5cf3f4

File tree

1 file changed

+1
-1
lines changed
  • src/extensions/default/QuickView

1 file changed

+1
-1
lines changed

src/extensions/default/QuickView/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ define(function (require, exports, module) {
5858
POINTER_HEIGHT = 15, // Pointer height, used to shift popover above pointer (plus a little bit of space)
5959
POPOVER_HORZ_MARGIN = 5; // Horizontal margin
6060

61-
var styleLanguages = ["css", "text/x-less", "sass", "text/x-scss"];
61+
var styleLanguages = ["css", "text/x-less", "sass", "text/x-scss", "stylus"];
6262

6363
prefs = PreferencesManager.getExtensionPrefs("quickview");
6464
prefs.definePreference("enabled", "boolean", true, {

0 commit comments

Comments
 (0)