Add line comment language configuration for go.mod (#2761)

This commit is contained in:
Segev Finer 2019-09-20 05:10:20 +03:00 коммит произвёл Ramya Rao
Родитель 4ce3c24435
Коммит 8315764aca
2 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -0,0 +1,5 @@
{
"comments": {
"lineComment": "//"
}
}

Просмотреть файл

@ -90,7 +90,8 @@
],
"aliases": [
"Go Module File"
]
],
"configuration": "./languages/go.mod.language-configuration.json"
},
{
"id": "go.sum",