Add line comment language configuration for go.mod (#2761)
This commit is contained in:
Родитель
4ce3c24435
Коммит
8315764aca
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"comments": {
|
||||
"lineComment": "//"
|
||||
}
|
||||
}
|
|
@ -90,7 +90,8 @@
|
|||
],
|
||||
"aliases": [
|
||||
"Go Module File"
|
||||
]
|
||||
],
|
||||
"configuration": "./languages/go.mod.language-configuration.json"
|
||||
},
|
||||
{
|
||||
"id": "go.sum",
|
||||
|
|
Загрузка…
Ссылка в новой задаче