Code: bump deps
This commit is contained in:
@@ -40,9 +40,10 @@ export class Highlighter {
|
||||
return [tag, decor];
|
||||
};
|
||||
|
||||
const decorations: Iterable<
|
||||
[string, vscode.TextEditorDecorationType]
|
||||
> = [
|
||||
const decorations: Iterable<[
|
||||
string,
|
||||
vscode.TextEditorDecorationType
|
||||
]> = [
|
||||
decoration('comment'),
|
||||
decoration('string'),
|
||||
decoration('keyword'),
|
||||
|
||||
Reference in New Issue
Block a user