Skip to content

Commit ff015f8

Browse files
authored
Merge pull request #15 from CodinGame/add-verilog
Add verilog
2 parents 8df3c96 + 833059d commit ff015f8

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codingame/monaco-languageclient-wrapper",
3-
"version": "1.7.2",
3+
"version": "1.8.0",
44
"private": false,
55
"description": "Enhanced Monaco editor with TextMate grammars and more",
66
"scripts": {

src/staticOptions.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,15 @@ const staticOptions = asLanguageClientOptionsById({
310310
mutualizable: true,
311311
vscodeExtensionIds: ['typescript-language-features']
312312
},
313+
verilog: {
314+
documentSelector: [
315+
{
316+
language: 'verilog'
317+
}
318+
],
319+
mutualizable: false,
320+
vscodeExtensionIds: ['svlangserver']
321+
},
313322
vue: {
314323
documentSelector: [
315324
{

0 commit comments

Comments
 (0)