Skip to content

Commit 66989ff

Browse files
author
Your Name
committed
add bsl language config
1 parent 5fc9bc0 commit 66989ff

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.bsl-language.server.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://1c-syntax.github.io/bsl-language-server/configuration/schema.json",
3+
"diagnostics": {
4+
"parameters": {
5+
"Typo": {
6+
"minWordLength": 3,
7+
"userWordsToIgnore": "Гитсинк"
8+
}
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)