Skip to content

Commit

Permalink
Fixed interface impl for LessCompiler
Browse files Browse the repository at this point in the history
  • Loading branch information
JPVenson committed Aug 1, 2022
1 parent 3458fc4 commit f92896c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public LessCompilerDocumentItemProvider() : base("#Less", "/Less")
}

/// <inheritdoc />
public override IDocumentItem CreateDocumentItem(string tag, string value, TokenPair token, ParserOptions options, IEnumerable<ITokenOption> tagTokenOptions)
public override IBlockDocumentItem CreateDocumentItem(string tag, string value, TokenPair token, ParserOptions options, IEnumerable<ITokenOption> tagTokenOptions)
{
return new CompileLessDocumentItem(token.TokenRange, tagTokenOptions);
}
Expand Down

0 comments on commit f92896c

Please sign in to comment.