tests/wamp/project_files/wampconf.json
author |
Andrey Skvortsov <andrej.skvortzov@gmail.com> |
|
Mon, 05 Sep 2016 16:47:34 +0300 |
changeset 1521 |
e44950d4c218 |
parent 1444 |
c162f1b0fbac
|
child 2195 |
2cef75d036c2 |
permissions |
-rw-r--r-- |
fix highlighting input/outputs in function call in ST, if comment section is placed
inside call.
For example:
PackOutputs(
W4 := OUT1,
W5 := OUT2,
W6 := OUT3,
W7 := OUT4,
W8 := OUT5 (* comment inside call *),
W9 := OUT6,
W10 := OUT7,
W11 := OUT8);
1444
|
1 |
{
|
|
2 |
"url":"ws://127.0.0.1:8888",
|
|
3 |
"realm":"Automation",
|
|
4 |
"ID":"wamptest",
|
|
5 |
"password":"1234567890",
|
|
6 |
"key":"ABCDEFGHIJ"
|
|
7 |
}
|