mirror of
https://github.com/salexdv/bsl_console.git
synced 2024-11-24 08:33:29 +02:00
Документация
This commit is contained in:
parent
5e6cea18b7
commit
fa1755e34a
@ -18,12 +18,22 @@ setOption('generateBeforeHoverEvent', false);
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"word": {
|
"word": {
|
||||||
"word": "Документы",
|
"word": "Документ",
|
||||||
"startColumn": 8,
|
"startColumn": 2,
|
||||||
"endColumn": 17
|
"endColumn": 10
|
||||||
},
|
},
|
||||||
"token": "identifierbsl",
|
"token": "identifierbsl",
|
||||||
"line": 4,
|
"line": 11,
|
||||||
"column": 12
|
"column": 6,
|
||||||
|
"definition": {
|
||||||
|
"code": "Для Каждого Документ Из МассивДокументов Цикл",
|
||||||
|
"iterator": "МассивДокументов",
|
||||||
|
"range": {
|
||||||
|
"endColumn": 46,
|
||||||
|
"endLineNumber": 1,
|
||||||
|
"startColumn": 1,
|
||||||
|
"startLineNumber": 10
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user