Skip to content

Commit e497e3f

Browse files
HTML: Added .scss to GoToDef command
1 parent 413b50b commit e497e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EditorExtensions/HTML/Commands/GoToDefinitionCommandTarget.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ protected override bool Execute(VSConstants.VSStd97CmdID commandId, uint nCmdexe
4444
else if (!string.IsNullOrEmpty(_className))
4545
{
4646
int position;
47-
string file = FindFile(new[] { ".less", ".css" }, out position);
47+
string file = FindFile(new[] { ".less", ".scss", ".css" }, out position);
4848

4949
if (!string.IsNullOrEmpty(file))
5050
{

0 commit comments

Comments
 (0)