From e5a1d34dde1a939f503db291118aaaa28f3adcfe Mon Sep 17 00:00:00 2001 From: Anton Ivanov Date: Sun, 21 Jun 2020 10:44:46 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9?= =?UTF-8?q?=D0=BA=D0=B8=20=D0=B4=D0=BB=D1=8F=20=D0=A1=D0=BE=D0=BD=D0=B0?= =?UTF-8?q?=D1=80=D0=B0:=20=D0=9E=D1=82=D0=BA=D0=BB=D1=8E=D1=87=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D0=BA=D0=B8=20?= =?UTF-8?q?=D0=B2=20=D1=86=D0=B5=D0=BB=D0=BE=D0=BC=20=D0=B4=D0=BB=D1=8F=20?= =?UTF-8?q?=D0=BF=D1=80=D0=BE=D0=B5=D0=BA=D1=82=D0=B0:=20*=20=D0=9A=D0=B0?= =?UTF-8?q?=D0=BD=D0=BE=D0=BD=D0=B8=D1=87=D0=B5=D1=81=D0=BA=D0=BE=D0=B5=20?= =?UTF-8?q?=D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=B8=D0=B5=20=D0=BA?= =?UTF-8?q?=D0=BB=D1=8E=D1=87=D0=B5=D0=B2=D1=8B=D1=85=20=D1=81=D0=BB=D0=BE?= =?UTF-8?q?=D0=B2=20(CanonicalSpellingKeywords)=20*=20=D0=A1=D0=BF=D1=80?= =?UTF-8?q?=D0=B0=D0=B2=D0=B0=20=D0=BE=D1=82=20=D1=81=D0=B8=D0=BC=D0=B2?= =?UTF-8?q?=D0=BE=D0=BB=D0=B0=20,=20=D0=BD=D0=B5=20=D1=85=D0=B2=D0=B0?= =?UTF-8?q?=D1=82=D0=B0=D0=B5=D1=82=20=D0=BF=D1=80=D0=BE=D0=B1=D0=B5=D0=BB?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Возможно позже опять включим. --- .bsl-language-server.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .bsl-language-server.json diff --git a/.bsl-language-server.json b/.bsl-language-server.json new file mode 100644 index 000000000..c79d947a6 --- /dev/null +++ b/.bsl-language-server.json @@ -0,0 +1,17 @@ +{ + "$schema": "https://1c-syntax.github.io/bsl-language-server/configuration/schema.json", + "language": "en", + "diagnostics": { + "computeTrigger": "onType", + "parameters": { + "CanonicalSpellingKeywords": false, + "MissingSpace": { + "checkSpaceToRightOfUnary": true, + "listForCheckRight": "", + "listForCheckLeft": "", + "allowMultipleCommas": true, + "listForCheckLeftAndRight": "+ - * / = % < > <> <= >=" + } + } + } +} \ No newline at end of file