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

Commit 8c7fcda

Browse files
author
Marcel Gerber
committed
Add LESS
1 parent bf24ee7 commit 8c7fcda

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
@@ -55,7 +55,7 @@ define(function (require, exports, module) {
5555
POINTER_HEIGHT = 15, // Pointer height, used to shift popover above pointer (plus a little bit of space)
5656
POPOVER_HORZ_MARGIN = 5; // Horizontal margin
5757

58-
var styleLanguages = ["css", "text/x-scss", "sass"];
58+
var styleLanguages = ["css", "text/x-less", "sass", "text/x-scss"];
5959

6060
prefs = PreferencesManager.getExtensionPrefs("quickview");
6161
prefs.definePreference("enabled", "boolean", true);

0 commit comments

Comments
 (0)