File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 481
481
]
482
482
}
483
483
]
484
+ },
485
+ "ffi" : {
486
+ "name" : " source.embedded.javascript" ,
487
+ "begin" : " (%|%%)(raw|ffi)(\\ ()(`)" ,
488
+ "end" : " (`)(\\ ))" ,
489
+ "beginCaptures" : {
490
+ "1" : {
491
+ "name" : " punctuation.decorator"
492
+ },
493
+ "2" : {
494
+ "name" : " entity.name.function"
495
+ },
496
+ "4" : {
497
+ "name" : " punctuation.definition.string.template.begin.embedded-js"
498
+ }
499
+ },
500
+ "endCaptures" : {
501
+ "1" : {
502
+ "name" : " punctuation.definition.string.template.end.embedded-js"
503
+ }
504
+ },
505
+ "patterns" : [
506
+ {
507
+ "include" : " source.js"
508
+ }
509
+ ]
484
510
}
485
511
},
486
512
"patterns" : [
487
513
{
488
514
"include" : " #storage"
489
515
},
516
+ {
517
+ "include" : " #ffi"
518
+ },
490
519
{
491
520
"include" : " #constant"
492
521
},
You can’t perform that action at this time.
0 commit comments