We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d1cc45 commit 84b9ae4Copy full SHA for 84b9ae4
1 file changed
mode/javascript/test.js
@@ -332,6 +332,9 @@
332
" [keyword return] [keyword this].[property property];",
333
"}")
334
335
+ TS("typescript_complex_type_casting",
336
+ "[keyword const] [def giftpay] [operator =] [variable config].[property get]([string 'giftpay']) [keyword as] { [[ [variable platformUuid]: [variable-3 string] ]]: { [property version]: [variable-3 number]; [property apiCode]: [variable-3 string]; } };")
337
+
338
var jsonld_mode = CodeMirror.getMode(
339
{indentUnit: 2},
340
{name: "javascript", jsonld: true}
0 commit comments