Skip to content

Commit 32cc858

Browse files
committed
SystemVerilog is also supported for hover tooltips.
1 parent 2d1729e commit 32cc858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/hover.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { DisplayStyle, languageForDisplayStyle, variableDescription, variableVal
77
import { Session } from '../debug/session';
88

99
export class HoverProvider implements vscode.HoverProvider {
10-
static readonly SUPPORTED_LANGUAGES: string[] = ['verilog'];
10+
static readonly SUPPORTED_LANGUAGES: string[] = ['verilog', 'systemverilog'];
1111

1212
constructor(
1313
private rtlDebugger: CXXRTLDebugger

0 commit comments

Comments
 (0)