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

Commit 795a5e3

Browse files
committed
register for scss hints
1 parent c8d0520 commit 795a5e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ define(function (require, exports, module) {
505505

506506
// install autocomplete handler
507507
var fontHints = new FontHints();
508-
CodeHintManager.registerHintProvider(fontHints, ["css", "less"], 1);
508+
CodeHintManager.registerHintProvider(fontHints, ["css", "less", "scss"], 1);
509509

510510
// load blank font
511511
ExtensionUtils.loadStyleSheet(module, "styles/adobe-blank.css");

0 commit comments

Comments
 (0)