summaryrefslogtreecommitdiff
path: root/devel/jetbrains-rustrover/pkg-plist
blob: bd62ac6aea3e54553c0da30ebdac943bef9c30ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
bin/rustrover
share/applications/rustrover.desktop
%%DATADIR%%/Install-Linux-tar.txt
%%DATADIR%%/bin/brokenPlugins.db
%%DATADIR%%/bin/format.sh
%%DATADIR%%/bin/idea.properties
%%DATADIR%%/bin/inspect.sh
%%DATADIR%%/bin/jetbrains_client.sh
%%DATADIR%%/bin/jetbrains_client64.vmoptions
%%DATADIR%%/bin/ltedit.sh
%%DATADIR%%/bin/restarter
%%DATADIR%%/bin/rustrover.png
%%DATADIR%%/bin/rustrover.sh
%%DATADIR%%/bin/rustrover.svg
%%DATADIR%%/bin/rustrover64.vmoptions
%%DATADIR%%/build.txt
%%DATADIR%%/lib/annotations.jar
%%DATADIR%%/lib/app-client.jar
%%DATADIR%%/lib/app.jar
%%DATADIR%%/lib/bouncy-castle.jar
%%DATADIR%%/lib/build-marker-RR-243.26053.64
%%DATADIR%%/lib/cds/classesLogAgent.jar
%%DATADIR%%/lib/ext/platform-main.jar
%%DATADIR%%/lib/external-system-rt.jar
%%DATADIR%%/lib/externalProcess-rt.jar
%%DATADIR%%/lib/forms_rt.jar
%%DATADIR%%/lib/frontend/frontend-customization.jar
%%DATADIR%%/lib/frontend/frontend.jar
%%DATADIR%%/lib/groovy.jar
%%DATADIR%%/lib/jna/%%ARCH%%/libjnidispatch.so
%%DATADIR%%/lib/jps-model.jar
%%DATADIR%%/lib/jsch-agent.jar
%%DATADIR%%/lib/kotlinx-coroutines-slf4j-1.8.0-intellij.jar
%%DATADIR%%/lib/lib-client.jar
%%DATADIR%%/lib/lib.jar
%%DATADIR%%/lib/modules/intellij.execution.process.elevation.jar
%%DATADIR%%/lib/modules/intellij.execution.process.mediator.client.jar
%%DATADIR%%/lib/modules/intellij.execution.process.mediator.common.jar
%%DATADIR%%/lib/modules/intellij.execution.process.mediator.daemon.jar
%%DATADIR%%/lib/modules/intellij.ide.startup.importSettings.jar
%%DATADIR%%/lib/modules/intellij.libraries.compose.desktop.jar
%%DATADIR%%/lib/modules/intellij.libraries.grpc.jar
%%DATADIR%%/lib/modules/intellij.libraries.grpc.netty.shaded.jar
%%DATADIR%%/lib/modules/intellij.libraries.ktor.client.cio.jar
%%DATADIR%%/lib/modules/intellij.libraries.ktor.client.jar
%%DATADIR%%/lib/modules/intellij.libraries.microba.jar
%%DATADIR%%/lib/modules/intellij.libraries.skiko.jar
%%DATADIR%%/lib/modules/intellij.platform.clouds.jar
%%DATADIR%%/lib/modules/intellij.platform.collaborationTools.jar
%%DATADIR%%/lib/modules/intellij.platform.compose.jar
%%DATADIR%%/lib/modules/intellij.platform.coverage.agent.jar
%%DATADIR%%/lib/modules/intellij.platform.coverage.jar
%%DATADIR%%/lib/modules/intellij.platform.dap.jar
%%DATADIR%%/lib/modules/intellij.platform.debugger.impl.backend.jar
%%DATADIR%%/lib/modules/intellij.platform.debugger.impl.frontend.jar
%%DATADIR%%/lib/modules/intellij.platform.diagnostic.freezeAnalyzer.jar
%%DATADIR%%/lib/modules/intellij.platform.diagnostic.freezes.jar
%%DATADIR%%/lib/modules/intellij.platform.execution.dashboard.jar
%%DATADIR%%/lib/modules/intellij.platform.execution.serviceView.jar
%%DATADIR%%/lib/modules/intellij.platform.frontend.jar
%%DATADIR%%/lib/modules/intellij.platform.images.backend.svg.jar
%%DATADIR%%/lib/modules/intellij.platform.images.copyright.jar
%%DATADIR%%/lib/modules/intellij.platform.inline.completion.jar
%%DATADIR%%/lib/modules/intellij.platform.kernel.backend.jar
%%DATADIR%%/lib/modules/intellij.platform.lvcs.impl.jar
%%DATADIR%%/lib/modules/intellij.platform.navbar.backend.jar
%%DATADIR%%/lib/modules/intellij.platform.navbar.frontend.jar
%%DATADIR%%/lib/modules/intellij.platform.navbar.jar
%%DATADIR%%/lib/modules/intellij.platform.navbar.monolith.jar
%%DATADIR%%/lib/modules/intellij.platform.progress.backend.jar
%%DATADIR%%/lib/modules/intellij.platform.project.backend.jar
%%DATADIR%%/lib/modules/intellij.platform.registry.cloud.jar
%%DATADIR%%/lib/modules/intellij.platform.rpc.backend.jar
%%DATADIR%%/lib/modules/intellij.platform.settings.local.jar
%%DATADIR%%/lib/modules/intellij.platform.smRunner.vcs.jar
%%DATADIR%%/lib/modules/intellij.platform.tips.jar
%%DATADIR%%/lib/modules/intellij.platform.vcs.dvcs.impl.jar
%%DATADIR%%/lib/modules/intellij.platform.vcs.impl.jar
%%DATADIR%%/lib/modules/intellij.platform.vcs.log.impl.jar
%%DATADIR%%/lib/modules/intellij.profiler.asyncOne.jar
%%DATADIR%%/lib/modules/intellij.profiler.clion.jar
%%DATADIR%%/lib/modules/intellij.profiler.common.jar
%%DATADIR%%/lib/modules/intellij.profiler.ultimate.ideaAsyncProfiler.jar
%%DATADIR%%/lib/modules/intellij.rustrover.customization.jar
%%DATADIR%%/lib/modules/intellij.settingsSync.core.jar
%%DATADIR%%/lib/modules/intellij.smart.update.jar
%%DATADIR%%/lib/native/%%SQLITE_ARCH%%/libsqliteij.so
%%DATADIR%%/lib/nio-fs.jar
%%DATADIR%%/lib/opentelemetry.jar
%%DATADIR%%/lib/platform-loader.jar
%%DATADIR%%/lib/product-client.jar
%%DATADIR%%/lib/product.jar
%%DATADIR%%/lib/protobuf.jar
%%DATADIR%%/lib/pty4j/%%PTY4J_ARCH%%/libpty.so
%%DATADIR%%/lib/rd.jar
%%DATADIR%%/lib/stats.jar
%%DATADIR%%/lib/trove.jar
%%DATADIR%%/lib/util-8.jar
%%DATADIR%%/lib/util.jar
%%DATADIR%%/lib/util_rt.jar
%%DATADIR%%/license/javahelp_license.txt
%%DATADIR%%/license/javolution_license.txt
%%DATADIR%%/license/launcher-third-party-libraries.html
%%DATADIR%%/license/remote-dev-server.html
%%DATADIR%%/license/saxon-conditions.html
%%DATADIR%%/license/third-party-libraries.html
%%DATADIR%%/license/third-party-libraries.json
%%DATADIR%%/license/yourkit-license-redist.txt
%%DATADIR%%/modules/module-descriptors.jar
%%DATADIR%%/plugins/DatabaseTools/lib/aether-dependency-resolver.jar
%%DATADIR%%/plugins/DatabaseTools/lib/database-openapi.jar
%%DATADIR%%/plugins/DatabaseTools/lib/database-plugin.jar
%%DATADIR%%/plugins/DatabaseTools/lib/jdbc-console.jar
%%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-connector-basic.jar
%%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-transport-file.jar
%%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-transport-http.jar
%%DATADIR%%/plugins/angular/angular-service/node_modules/ws-typescript-angular-plugin/index.js
%%DATADIR%%/plugins/angular/angular-service/node_modules/ws-typescript-angular-plugin/package.json
%%DATADIR%%/plugins/angular/lib/angular.jar
%%DATADIR%%/plugins/angular/ngCli/commands/generate-impl.js
%%DATADIR%%/plugins/angular/ngCli/commands/generate.json
%%DATADIR%%/plugins/angular/ngCli/generate.js
%%DATADIR%%/plugins/angular/ngCli/generateVirtual.js
%%DATADIR%%/plugins/angular/ngCli/rerouteModulesToProject.js
%%DATADIR%%/plugins/angular/ngCli/runner.js
%%DATADIR%%/plugins/angular/ngCli/schematicsInfoProvider.js
%%DATADIR%%/plugins/angular/ngCli/schematicsProvider.js
%%DATADIR%%/plugins/angular/ngCli/schematicsProvider140.js
%%DATADIR%%/plugins/angular/ngCli/schematicsProvider60.js
%%DATADIR%%/plugins/angular/ngCli/schematicsProvider62.js
%%DATADIR%%/plugins/angular/ngCli/schematicsProvider70.js
%%DATADIR%%/plugins/angular/ngCli/schematicsProvider80.js
%%DATADIR%%/plugins/angular/ngCli/schematicsProvider90.js
%%DATADIR%%/plugins/charts/lib/charts.jar
%%DATADIR%%/plugins/clouds-docker-gateway/lib/clouds-docker-gateway.jar
%%DATADIR%%/plugins/clouds-docker-impl/lib/clouds-docker-impl.jar
%%DATADIR%%/plugins/color-scheme-all_hallows_eve/lib/color-scheme-all_hallows_eve.jar
%%DATADIR%%/plugins/color-scheme-blackboard/lib/color-scheme-blackboard.jar
%%DATADIR%%/plugins/color-scheme-cobalt/lib/color-scheme-cobalt.jar
%%DATADIR%%/plugins/color-scheme-dawn/lib/color-scheme-dawn.jar
%%DATADIR%%/plugins/color-scheme-espresso/lib/color-scheme-espresso.jar
%%DATADIR%%/plugins/color-scheme-github/lib/color-scheme-github.jar
%%DATADIR%%/plugins/color-scheme-monokai/lib/color-scheme-monokai.jar
%%DATADIR%%/plugins/color-scheme-rails_casts/lib/color-scheme-rails_casts.jar
%%DATADIR%%/plugins/color-scheme-solarized-cidr/lib/color-scheme-solarized-cidr.jar
%%DATADIR%%/plugins/color-scheme-twilight/lib/color-scheme-twilight.jar
%%DATADIR%%/plugins/color-scheme-vibrant_ink/lib/color-scheme-vibrant_ink.jar
%%DATADIR%%/plugins/color-scheme-warmNeon/lib/color-scheme-warmNeon.jar
%%DATADIR%%/plugins/color-scheme-xcode/lib/color-scheme-xcode.jar
%%DATADIR%%/plugins/completionMlRanking/lib/completionMlRanking.jar
%%DATADIR%%/plugins/configurationScript/lib/configurationScript.jar
%%DATADIR%%/plugins/copyright/lib/copyright.jar
%%DATADIR%%/plugins/css-impl/lib/css-impl.jar
%%DATADIR%%/plugins/dev/lib/dev.jar
%%DATADIR%%/plugins/emojipicker/lib/emojipicker.jar
%%DATADIR%%/plugins/fullLine/full-line-cpu-detector.zip
%%DATADIR%%/plugins/fullLine/full-line-model-rust.zip
%%DATADIR%%/plugins/fullLine/full-line-native-server.zip
%%DATADIR%%/plugins/fullLine/lib/fullLine.jar
%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.css.jar
%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.go.jar
%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.html.jar
%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.java.jar
%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.js.jar
%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.kotlin.jar
%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.php.jar
%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.python.jar
%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.cpp.jar
%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.csharp.jar
%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.ruby.jar
%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.terraform.jar
%%DATADIR%%/plugins/fullLine/promo/.DS_Store
%%DATADIR%%/plugins/fullLine/promo/Aqua/AIEnterprise.png
%%DATADIR%%/plugins/fullLine/promo/Aqua/CloudCompletion.png
%%DATADIR%%/plugins/fullLine/promo/Aqua/CloudCompletion_dark.png
%%DATADIR%%/plugins/fullLine/promo/Aqua/CommandGenerationInTerminal.png
%%DATADIR%%/plugins/fullLine/promo/Aqua/CommandGenerationInTerminal_dark.png
%%DATADIR%%/plugins/fullLine/promo/Aqua/ContextAwareChat.png
%%DATADIR%%/plugins/fullLine/promo/Aqua/ContextAwareChat_dark.png
%%DATADIR%%/plugins/fullLine/promo/Aqua/FixWithAI.png
%%DATADIR%%/plugins/fullLine/promo/Aqua/FixWithAI_dark.png
%%DATADIR%%/plugins/fullLine/promo/Aqua/GenerateTests.png
%%DATADIR%%/plugins/fullLine/promo/Aqua/GenerateTests_dark.png
%%DATADIR%%/plugins/fullLine/promo/Aqua/LocalCompletion.png
%%DATADIR%%/plugins/fullLine/promo/Aqua/LocalCompletion_dark.png
%%DATADIR%%/plugins/fullLine/promo/Aqua/MergeWithAI.png
%%DATADIR%%/plugins/fullLine/promo/Aqua/MergeWithAI_dark.png
%%DATADIR%%/plugins/fullLine/promo/Aqua/content.json
%%DATADIR%%/plugins/fullLine/promo/CLion/ ContextAwareChat.png
%%DATADIR%%/plugins/fullLine/promo/CLion/ ContextAwareChat_dark.png
%%DATADIR%%/plugins/fullLine/promo/CLion/AIEnterprise.png
%%DATADIR%%/plugins/fullLine/promo/CLion/CloudCompletion.png
%%DATADIR%%/plugins/fullLine/promo/CLion/CloudCompletion_dark.png
%%DATADIR%%/plugins/fullLine/promo/CLion/CommandGenerationInTerminal.png
%%DATADIR%%/plugins/fullLine/promo/CLion/CommandGenerationInTerminal_dark.png
%%DATADIR%%/plugins/fullLine/promo/CLion/FixWithAI.png
%%DATADIR%%/plugins/fullLine/promo/CLion/FixWithAI_dark.png
%%DATADIR%%/plugins/fullLine/promo/CLion/LocalCompletion.png
%%DATADIR%%/plugins/fullLine/promo/CLion/LocalCompletion_dark.png
%%DATADIR%%/plugins/fullLine/promo/CLion/MergeWithAI.png
%%DATADIR%%/plugins/fullLine/promo/CLion/MergeWithAI_dark.png
%%DATADIR%%/plugins/fullLine/promo/CLion/content.json
%%DATADIR%%/plugins/fullLine/promo/DataGrip/AIEnterprise.png
%%DATADIR%%/plugins/fullLine/promo/DataGrip/ContextAwareChat.png
%%DATADIR%%/plugins/fullLine/promo/DataGrip/ContextAwareChat_dark.png
%%DATADIR%%/plugins/fullLine/promo/DataGrip/FixWithAI.png
%%DATADIR%%/plugins/fullLine/promo/DataGrip/FixWithAI_dark.png
%%DATADIR%%/plugins/fullLine/promo/DataGrip/MergeWithAI.png
%%DATADIR%%/plugins/fullLine/promo/DataGrip/MergeWithAI_dark.png
%%DATADIR%%/plugins/fullLine/promo/DataGrip/content.json
%%DATADIR%%/plugins/fullLine/promo/DataSpell/AIEnterprise.png
%%DATADIR%%/plugins/fullLine/promo/DataSpell/CloudCompletion.png
%%DATADIR%%/plugins/fullLine/promo/DataSpell/CloudCompletion_dark.png
%%DATADIR%%/plugins/fullLine/promo/DataSpell/ContextAwareChat.png
%%DATADIR%%/plugins/fullLine/promo/DataSpell/ContextAwareChat_dark.png
%%DATADIR%%/plugins/fullLine/promo/DataSpell/FixWithAI.png
%%DATADIR%%/plugins/fullLine/promo/DataSpell/FixWithAI_dark.png
%%DATADIR%%/plugins/fullLine/promo/DataSpell/LocalCompletion.png
%%DATADIR%%/plugins/fullLine/promo/DataSpell/LocalCompletion_dark.png
%%DATADIR%%/plugins/fullLine/promo/DataSpell/MergeWithAI.png
%%DATADIR%%/plugins/fullLine/promo/DataSpell/MergeWithAI_dark.png
%%DATADIR%%/plugins/fullLine/promo/DataSpell/content.json
%%DATADIR%%/plugins/fullLine/promo/GoLand/AIEnterprise.png
%%DATADIR%%/plugins/fullLine/promo/GoLand/CloudCompletion.png
%%DATADIR%%/plugins/fullLine/promo/GoLand/CloudCompletion_dark.png
%%DATADIR%%/plugins/fullLine/promo/GoLand/CommandGenerationInTerminal.png
%%DATADIR%%/plugins/fullLine/promo/GoLand/CommandGenerationInTerminal_dark.png
%%DATADIR%%/plugins/fullLine/promo/GoLand/ContextAwareChat.png
%%DATADIR%%/plugins/fullLine/promo/GoLand/ContextAwareChat_dark.png
%%DATADIR%%/plugins/fullLine/promo/GoLand/FixWithAI.png
%%DATADIR%%/plugins/fullLine/promo/GoLand/FixWithAI_dark.png
%%DATADIR%%/plugins/fullLine/promo/GoLand/LocalCompletion.png
%%DATADIR%%/plugins/fullLine/promo/GoLand/LocalCompletion_dark.png
%%DATADIR%%/plugins/fullLine/promo/GoLand/content.json
%%DATADIR%%/plugins/fullLine/promo/Idea/AIEnterprise.png
%%DATADIR%%/plugins/fullLine/promo/Idea/CloudCompletion.png
%%DATADIR%%/plugins/fullLine/promo/Idea/CloudCompletion_dark.png
%%DATADIR%%/plugins/fullLine/promo/Idea/CommandGenerationInTerminal.png
%%DATADIR%%/plugins/fullLine/promo/Idea/CommandGenerationInTerminal_dark.png
%%DATADIR%%/plugins/fullLine/promo/Idea/ContextAwareChat.png
%%DATADIR%%/plugins/fullLine/promo/Idea/ContextAwareChat_dark.png
%%DATADIR%%/plugins/fullLine/promo/Idea/FixWithAI.png
%%DATADIR%%/plugins/fullLine/promo/Idea/FixWithAI_dark.png
%%DATADIR%%/plugins/fullLine/promo/Idea/GenerateTests.png
%%DATADIR%%/plugins/fullLine/promo/Idea/GenerateTests_dark.png
%%DATADIR%%/plugins/fullLine/promo/Idea/LocalCompletion.png
%%DATADIR%%/plugins/fullLine/promo/Idea/LocalCompletion_dark.png
%%DATADIR%%/plugins/fullLine/promo/Idea/MergeWithAI.png
%%DATADIR%%/plugins/fullLine/promo/Idea/MergeWithAI_dark.png
%%DATADIR%%/plugins/fullLine/promo/Idea/content.json
%%DATADIR%%/plugins/fullLine/promo/PhpStorm/AIEnterprise.png
%%DATADIR%%/plugins/fullLine/promo/PhpStorm/CloudCompletion.png
%%DATADIR%%/plugins/fullLine/promo/PhpStorm/CloudCompletion_dark.png
%%DATADIR%%/plugins/fullLine/promo/PhpStorm/CommandGenerationInTerminal.png
%%DATADIR%%/plugins/fullLine/promo/PhpStorm/CommandGenerationInTerminal_dark.png
%%DATADIR%%/plugins/fullLine/promo/PhpStorm/ContextAwareChat.png
%%DATADIR%%/plugins/fullLine/promo/PhpStorm/ContextAwareChat_dark.png
%%DATADIR%%/plugins/fullLine/promo/PhpStorm/FixWithAI.png
%%DATADIR%%/plugins/fullLine/promo/PhpStorm/FixWithAI_dark.png
%%DATADIR%%/plugins/fullLine/promo/PhpStorm/GenerateTests.png
%%DATADIR%%/plugins/fullLine/promo/PhpStorm/GenerateTests_dark.png
%%DATADIR%%/plugins/fullLine/promo/PhpStorm/LocalCompletion.png
%%DATADIR%%/plugins/fullLine/promo/PhpStorm/LocalCompletion_dark.png
%%DATADIR%%/plugins/fullLine/promo/PhpStorm/MergeWithAI.png
%%DATADIR%%/plugins/fullLine/promo/PhpStorm/MergeWithAI_dark.png
%%DATADIR%%/plugins/fullLine/promo/PhpStorm/content.json
%%DATADIR%%/plugins/fullLine/promo/Python/AIEnterprise.png
%%DATADIR%%/plugins/fullLine/promo/Python/CloudCompletion.png
%%DATADIR%%/plugins/fullLine/promo/Python/CloudCompletion_dark.png
%%DATADIR%%/plugins/fullLine/promo/Python/CommandGenerationInTerminal.png
%%DATADIR%%/plugins/fullLine/promo/Python/CommandGenerationInTerminal_dark.png
%%DATADIR%%/plugins/fullLine/promo/Python/ContextAwareChat.png
%%DATADIR%%/plugins/fullLine/promo/Python/ContextAwareChat_dark.png
%%DATADIR%%/plugins/fullLine/promo/Python/FixWithAI.png
%%DATADIR%%/plugins/fullLine/promo/Python/FixWithAI_dark.png
%%DATADIR%%/plugins/fullLine/promo/Python/GenerateTests.png
%%DATADIR%%/plugins/fullLine/promo/Python/GenerateTests_dark.png
%%DATADIR%%/plugins/fullLine/promo/Python/LocalCompletion.png
%%DATADIR%%/plugins/fullLine/promo/Python/LocalCompletion_dark.png
%%DATADIR%%/plugins/fullLine/promo/Python/MergeWithAI.png
%%DATADIR%%/plugins/fullLine/promo/Python/MergeWithAI_dark.png
%%DATADIR%%/plugins/fullLine/promo/Python/content.json
%%DATADIR%%/plugins/fullLine/promo/Rider/AIEnterprise.png
%%DATADIR%%/plugins/fullLine/promo/Rider/CloudCompletion.png
%%DATADIR%%/plugins/fullLine/promo/Rider/CloudCompletion_dark.png
%%DATADIR%%/plugins/fullLine/promo/Rider/CommandGenerationInTerminal.png
%%DATADIR%%/plugins/fullLine/promo/Rider/CommandGenerationInTerminal_dark.png
%%DATADIR%%/plugins/fullLine/promo/Rider/ContextAwareChat.png
%%DATADIR%%/plugins/fullLine/promo/Rider/ContextAwareChat_dark.png
%%DATADIR%%/plugins/fullLine/promo/Rider/FixWithAI.png
%%DATADIR%%/plugins/fullLine/promo/Rider/FixWithAI_dark.png
%%DATADIR%%/plugins/fullLine/promo/Rider/LocalCompletion.png
%%DATADIR%%/plugins/fullLine/promo/Rider/LocalCompletion_dark.png
%%DATADIR%%/plugins/fullLine/promo/Rider/MergeWithAI.png
%%DATADIR%%/plugins/fullLine/promo/Rider/MergeWithAI_dark.png
%%DATADIR%%/plugins/fullLine/promo/Rider/content.json
%%DATADIR%%/plugins/fullLine/promo/Ruby/AIEnterprise.png
%%DATADIR%%/plugins/fullLine/promo/Ruby/CloudCompletion.png
%%DATADIR%%/plugins/fullLine/promo/Ruby/CloudCompletion_dark.png
%%DATADIR%%/plugins/fullLine/promo/Ruby/CommandGenerationInTerminal.png
%%DATADIR%%/plugins/fullLine/promo/Ruby/CommandGenerationInTerminal_dark.png
%%DATADIR%%/plugins/fullLine/promo/Ruby/ContextAwareChat.png
%%DATADIR%%/plugins/fullLine/promo/Ruby/ContextAwareChat_dark.png
%%DATADIR%%/plugins/fullLine/promo/Ruby/FixWithAI.png
%%DATADIR%%/plugins/fullLine/promo/Ruby/FixWithAI_dark.png
%%DATADIR%%/plugins/fullLine/promo/Ruby/GenerateTests.png
%%DATADIR%%/plugins/fullLine/promo/Ruby/GenerateTests_dark.png
%%DATADIR%%/plugins/fullLine/promo/Ruby/LocalCompletion.png
%%DATADIR%%/plugins/fullLine/promo/Ruby/LocalCompletion_dark.png
%%DATADIR%%/plugins/fullLine/promo/Ruby/MergeWithAI.png
%%DATADIR%%/plugins/fullLine/promo/Ruby/MergeWithAI_dark.png
%%DATADIR%%/plugins/fullLine/promo/Ruby/content.json
%%DATADIR%%/plugins/fullLine/promo/RustRover/.DS_Store
%%DATADIR%%/plugins/fullLine/promo/RustRover/AIEnterprise.png
%%DATADIR%%/plugins/fullLine/promo/RustRover/CloudCompletion.png
%%DATADIR%%/plugins/fullLine/promo/RustRover/CloudCompletion_dark.png
%%DATADIR%%/plugins/fullLine/promo/RustRover/CommandGenerationInTerminal.png
%%DATADIR%%/plugins/fullLine/promo/RustRover/CommandGenerationInTerminal_dark.png
%%DATADIR%%/plugins/fullLine/promo/RustRover/ContextAwareChat.png
%%DATADIR%%/plugins/fullLine/promo/RustRover/ContextAwareChat_dark.png
%%DATADIR%%/plugins/fullLine/promo/RustRover/FixWithAI.png
%%DATADIR%%/plugins/fullLine/promo/RustRover/FixWithAI_dark.png
%%DATADIR%%/plugins/fullLine/promo/RustRover/LocalCompletion.png
%%DATADIR%%/plugins/fullLine/promo/RustRover/LocalCompletion_dark.png
%%DATADIR%%/plugins/fullLine/promo/RustRover/MergeWithAI.png
%%DATADIR%%/plugins/fullLine/promo/RustRover/MergeWithAI_dark.png
%%DATADIR%%/plugins/fullLine/promo/RustRover/content.json
%%DATADIR%%/plugins/fullLine/promo/WebStorm/AIEnterprise.png
%%DATADIR%%/plugins/fullLine/promo/WebStorm/CloudCompletion.png
%%DATADIR%%/plugins/fullLine/promo/WebStorm/CloudCompletion_dark.png
%%DATADIR%%/plugins/fullLine/promo/WebStorm/CommandGenerationInTerminal.png
%%DATADIR%%/plugins/fullLine/promo/WebStorm/CommandGenerationInTerminal_dark.png
%%DATADIR%%/plugins/fullLine/promo/WebStorm/ContextAwareChat.png
%%DATADIR%%/plugins/fullLine/promo/WebStorm/ContextAwareChat_dark.png
%%DATADIR%%/plugins/fullLine/promo/WebStorm/FixWithAI.png
%%DATADIR%%/plugins/fullLine/promo/WebStorm/FixWithAI_dark.png
%%DATADIR%%/plugins/fullLine/promo/WebStorm/GenerateTests.png
%%DATADIR%%/plugins/fullLine/promo/WebStorm/GenerateTests_dark.png
%%DATADIR%%/plugins/fullLine/promo/WebStorm/LocalCompletion.png
%%DATADIR%%/plugins/fullLine/promo/WebStorm/LocalCompletion_dark.png
%%DATADIR%%/plugins/fullLine/promo/WebStorm/MergeWithAI.png
%%DATADIR%%/plugins/fullLine/promo/WebStorm/MergeWithAI_dark.png
%%DATADIR%%/plugins/fullLine/promo/WebStorm/content.json
%%DATADIR%%/plugins/gateway-plugin/lib/gateway-plugin.jar
%%DATADIR%%/plugins/gateway-plugin/lib/gateway-standalone/gateway.core.jar
%%DATADIR%%/plugins/gateway-plugin/lib/gateway-standalone/gateway.jar
%%DATADIR%%/plugins/gateway-plugin/resources/gateway.vmoptions
%%DATADIR%%/plugins/gateway-terminal/lib/gateway-terminal.jar
%%DATADIR%%/plugins/grazie/lib/grazie.jar
%%DATADIR%%/plugins/grid-core-impl/lib/grid-core-impl.jar
%%DATADIR%%/plugins/grid-core-impl/lib/jdbc-console-types.jar
%%DATADIR%%/plugins/grid-impl/lib/grid-impl.jar
%%DATADIR%%/plugins/grid-impl/lib/grid-scripting.jar
%%DATADIR%%/plugins/html-tools/lib/html-tools.jar
%%DATADIR%%/plugins/intellij-rust/lib/intellij-rust.jar
%%DATADIR%%/plugins/intellij-rust/lib/modules/intellij.rustrover.full-line.jar
%%DATADIR%%/plugins/intellij-rust/lib/modules/intellij.rustrover.ml-completion.jar
%%DATADIR%%/plugins/intellij-rust/lib/modules/intellij.rustrover.monorepo-capable.jar
%%DATADIR%%/plugins/intellij-rust/prettyPrinters/gdb_formatters/gdb/__init__.pyi
%%DATADIR%%/plugins/intellij-rust/prettyPrinters/gdb_formatters/gdb_lookup.py
%%DATADIR%%/plugins/intellij-rust/prettyPrinters/gdb_formatters/gdb_providers.py
%%DATADIR%%/plugins/intellij-rust/prettyPrinters/lldb_formatters/__init__.py
%%DATADIR%%/plugins/intellij-rust/prettyPrinters/lldb_formatters/lldb/__init__.pyi
%%DATADIR%%/plugins/intellij-rust/prettyPrinters/lldb_formatters/lldb/formatters.pyi
%%DATADIR%%/plugins/intellij-rust/prettyPrinters/lldb_formatters/lldb_providers.py
%%DATADIR%%/plugins/intellij-rust/prettyPrinters/rust_types.py
%%DATADIR%%/plugins/javascript-debugger/debugConnectionForwarder.js
%%DATADIR%%/plugins/javascript-debugger/debugConnector.js
%%DATADIR%%/plugins/javascript-debugger/debugConnectorPortPublisher.js
%%DATADIR%%/plugins/javascript-debugger/debugConnectorUtil.js
%%DATADIR%%/plugins/javascript-debugger/lib/ChromeConnector.jar
%%DATADIR%%/plugins/javascript-debugger/lib/FirefoxConnector.jar
%%DATADIR%%/plugins/javascript-debugger/lib/javascript-debugger.jar
%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.nashorn.jar
%%DATADIR%%/plugins/javascript-debugger/lib/nashorn-debugger-9-rt.jar
%%DATADIR%%/plugins/javascript-debugger/lib/nashorn-debugger-rt.jar
%%DATADIR%%/plugins/javascript-intentions/lib/javascript-intentions.jar
%%DATADIR%%/plugins/javascript-plugin/helpers/base-test-reporter/intellij-stringifier.js
%%DATADIR%%/plugins/javascript-plugin/helpers/base-test-reporter/intellij-tree.js
%%DATADIR%%/plugins/javascript-plugin/helpers/base-test-reporter/intellij-util.js
%%DATADIR%%/plugins/javascript-plugin/helpers/buildTools/grunt/lib/grunt-intellij-util.js
%%DATADIR%%/plugins/javascript-plugin/helpers/buildTools/grunt/tasks/grunt-tasks-fetcher.js
%%DATADIR%%/plugins/javascript-plugin/helpers/jest-intellij/lib/jest-intellij-jasmine-reporter.js
%%DATADIR%%/plugins/javascript-plugin/helpers/jest-intellij/lib/jest-intellij-reporter.js
%%DATADIR%%/plugins/javascript-plugin/helpers/jest-intellij/lib/jest-intellij-stdin-fix.js
%%DATADIR%%/plugins/javascript-plugin/helpers/jest-intellij/lib/jest-intellij-util.js
%%DATADIR%%/plugins/javascript-plugin/helpers/node-core-modules/node-core-modules-loader.js
%%DATADIR%%/plugins/javascript-plugin/helpers/nodejs/library/yarn/intellij-yarn-pnp-deps-tree-loader.js
%%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/bin/batch-matcher
%%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/node_modules/semver/CHANGELOG.md
%%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/node_modules/semver/LICENSE
%%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/node_modules/semver/README.md
%%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/node_modules/semver/bin/semver.js
%%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/node_modules/semver/package.json
%%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/node_modules/semver/range.bnf
%%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/node_modules/semver/semver.js
%%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/package-lock.json
%%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/package.json
%%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/semver-range-matcher.js
%%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/test/.gitignore
%%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/test/package.json
%%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/test/version-range-test.js
%%DATADIR%%/plugins/javascript-plugin/helpers/protractor-intellij/lib/jasmine-reporter.d.ts
%%DATADIR%%/plugins/javascript-plugin/helpers/protractor-intellij/lib/protractor-intellij-cli.js
%%DATADIR%%/plugins/javascript-plugin/helpers/protractor-intellij/lib/protractor-intellij-config.js
%%DATADIR%%/plugins/javascript-plugin/helpers/protractor-intellij/lib/protractor-intellij-jasmine-reporter.js
%%DATADIR%%/plugins/javascript-plugin/helpers/protractor-intellij/lib/protractor-intellij-plugin.js
%%DATADIR%%/plugins/javascript-plugin/helpers/protractor-intellij/lib/protractor-intellij-stringifier.js
%%DATADIR%%/plugins/javascript-plugin/helpers/protractor-intellij/lib/protractor-intellij-tree.js
%%DATADIR%%/plugins/javascript-plugin/helpers/protractor-intellij/lib/protractor-intellij-util.js
%%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/node_modules/vitest-intellij-reporter-safe.js
%%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-reporter.js
%%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-util.js
%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-1632447f56bf.ijx
%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-1632447f56bf.txt
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/!HowToUpdateBundledTypeScript.md
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/browser.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/cancellationToken.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/diagnosticMessages.json
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/es2019decorators.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/flow.utilities.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.decorators.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.decorators.legacy.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.dom.asynciterable.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.dom.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.dom.iterable.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2015.collection.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2015.core.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2015.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2015.generator.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2015.iterable.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2015.promise.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2015.proxy.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2015.reflect.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2015.symbol.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2015.symbol.wellknown.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2016.array.include.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2016.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2016.full.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2016.intl.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.date.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.full.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.intl.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.object.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.sharedmemory.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.string.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.typedarrays.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2018.asyncgenerator.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2018.asynciterable.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2018.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2018.full.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2018.intl.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2018.promise.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2018.regexp.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2019.array.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2019.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2019.full.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2019.intl.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2019.object.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2019.string.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2019.symbol.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2020.bigint.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2020.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2020.date.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2020.full.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2020.intl.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2020.number.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2020.promise.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2020.sharedmemory.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2020.string.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2020.symbol.wellknown.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2021.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2021.full.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2021.intl.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2021.promise.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2021.string.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2021.weakref.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2022.array.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2022.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2022.error.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2022.full.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2022.intl.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2022.object.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2022.regexp.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2022.sharedmemory.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2022.string.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.array.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.collection.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.full.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.intl.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es5.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es6.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.array.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.collection.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.decorators.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.disposable.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.full.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.intl.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.iterator.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.object.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.promise.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.regexp.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.string.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.scripthost.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.webworker.asynciterable.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.webworker.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.webworker.importscripts.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.webworker.iterable.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/react.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/tsserver.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/tsserverlibrary.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/typesMap.json
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/typescript.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/typingsInstaller.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/watchGuard.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/websql.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/xpath.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/flow/bom.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/flow/core.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/flow/dom.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/flow/indexeddb.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/flow/intl.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/flow/node.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/flow/react-dom.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/flow/react.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/flow/serviceworkers.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/flow/streams.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/flow/webassembly.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/js-language-service.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/js-lanuage-api.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/.gitignore
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/ide-watcher.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/init.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/logger-impl.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/get-element-type-ts-server.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/ide-commands.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/ide-get-element-type.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/ide-project-service.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/index.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/package.json
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/protocol.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-vue/bin/vue-language-server.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-vue/package.json
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-vue1/bin/vue-language-server.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-vue1/package.json
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/out-path-process.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/service-loader.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/session/compile-info-holder.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/session/old/ts-common-session-1x_21.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/session/old/ts-project-service-1x.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/session/old/ts-project-service-21.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/session/old/ts-session-1x.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/session/old/ts-session-21.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/session/old/ts15impl.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/ts-default-options.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/ts-plugin.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/ts-session-latest.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/ts-session-provider.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/tsc-plugin-adapter.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/tsconfig.json
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/util.js
%%DATADIR%%/plugins/javascript-plugin/languageService/eslint/.gitignore
%%DATADIR%%/plugins/javascript-plugin/languageService/eslint/bin/eslint-api.js
%%DATADIR%%/plugins/javascript-plugin/languageService/eslint/bin/eslint-common.js
%%DATADIR%%/plugins/javascript-plugin/languageService/eslint/bin/eslint-plugin-provider.js
%%DATADIR%%/plugins/javascript-plugin/languageService/eslint/bin/eslint-plugin.js
%%DATADIR%%/plugins/javascript-plugin/languageService/eslint/bin/eslint8-plugin.js
%%DATADIR%%/plugins/javascript-plugin/languageService/eslint/bin/standard17-plugin.js
%%DATADIR%%/plugins/javascript-plugin/languageService/eslint/package-lock.json
%%DATADIR%%/plugins/javascript-plugin/languageService/eslint/package.json
%%DATADIR%%/plugins/javascript-plugin/languageService/eslint/src/eslint-api.ts
%%DATADIR%%/plugins/javascript-plugin/languageService/eslint/src/eslint-common.ts
%%DATADIR%%/plugins/javascript-plugin/languageService/eslint/src/eslint-plugin-provider.ts
%%DATADIR%%/plugins/javascript-plugin/languageService/eslint/src/eslint-plugin.ts
%%DATADIR%%/plugins/javascript-plugin/languageService/eslint/src/eslint8-plugin.ts
%%DATADIR%%/plugins/javascript-plugin/languageService/eslint/src/standard17-plugin.ts
%%DATADIR%%/plugins/javascript-plugin/languageService/eslint/src/typings/js-lanuage-api.d.ts
%%DATADIR%%/plugins/javascript-plugin/languageService/eslint/tsconfig.json
%%DATADIR%%/plugins/javascript-plugin/lib/javascript-plugin.jar
%%DATADIR%%/plugins/javascript-plugin/projectTemplates/JavaScript/no_samples.zip
%%DATADIR%%/plugins/javascript-plugin/projectTemplates/JavaScript/with_samples.zip
%%DATADIR%%/plugins/javascript-plugin/projectTemplates/TypeScript/no_samples.zip
%%DATADIR%%/plugins/javascript-plugin/projectTemplates/TypeScript/with_samples.zip
%%DATADIR%%/plugins/javascript-plugin/projectTemplates/learnProject/webstorm-learn.zip
%%DATADIR%%/plugins/javascript-plugin/reporting/core/reporterUtils.d.ts
%%DATADIR%%/plugins/javascript-plugin/reporting/core/reporterUtils.js
%%DATADIR%%/plugins/javascript-plugin/reporting/core/suiteNode.d.ts
%%DATADIR%%/plugins/javascript-plugin/reporting/core/suiteNode.js
%%DATADIR%%/plugins/javascript-plugin/reporting/core/testCaseNode.d.ts
%%DATADIR%%/plugins/javascript-plugin/reporting/core/testCaseNode.js
%%DATADIR%%/plugins/javascript-plugin/reporting/core/testCaseStepNode.d.ts
%%DATADIR%%/plugins/javascript-plugin/reporting/core/testCaseStepNode.js
%%DATADIR%%/plugins/javascript-plugin/reporting/core/testEventsHandler.d.ts
%%DATADIR%%/plugins/javascript-plugin/reporting/core/testEventsHandler.js
%%DATADIR%%/plugins/javascript-plugin/reporting/core/testNode.d.ts
%%DATADIR%%/plugins/javascript-plugin/reporting/core/testNode.js
%%DATADIR%%/plugins/javascript-plugin/reporting/core/testNodeStatus.d.ts
%%DATADIR%%/plugins/javascript-plugin/reporting/core/testNodeStatus.js
%%DATADIR%%/plugins/javascript-plugin/reporting/cypress/constants.d.ts
%%DATADIR%%/plugins/javascript-plugin/reporting/cypress/constants.js
%%DATADIR%%/plugins/javascript-plugin/reporting/cypress/cypressReporter.d.ts
%%DATADIR%%/plugins/javascript-plugin/reporting/cypress/cypressReporter.js
%%DATADIR%%/plugins/javascript-plugin/reporting/cypress/cypressSuitNode.d.ts
%%DATADIR%%/plugins/javascript-plugin/reporting/cypress/cypressSuitNode.js
%%DATADIR%%/plugins/javascript-plugin/reporting/cypress/cypressTestNode.d.ts
%%DATADIR%%/plugins/javascript-plugin/reporting/cypress/cypressTestNode.js
%%DATADIR%%/plugins/javascript-plugin/reporting/cypress/cypressUtils.d.ts
%%DATADIR%%/plugins/javascript-plugin/reporting/cypress/cypressUtils.js
%%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightReporter.d.ts
%%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightReporter.js
%%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightSuitNode.d.ts
%%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightSuitNode.js
%%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightTestNode.d.ts
%%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightTestNode.js
%%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightTestStep.d.ts
%%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightTestStep.js
%%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightTestStructure.d.ts
%%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightTestStructure.js
%%DATADIR%%/plugins/json/lib/client/json-frontend.jar
%%DATADIR%%/plugins/json/lib/json-split.jar
%%DATADIR%%/plugins/json/lib/json.jar
%%DATADIR%%/plugins/jsonpath/lib/jsonpath.jar
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/LICENSE.txt
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/README.md
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/fakePlugin.js
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/intellij.conf.js
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/intellijCli.js
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/intellijCoverageReporter.js
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/intellijPlugin.js
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/intellijReporter.js
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/intellijRunner.js
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/intellijUtil.js
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/karma-browser-tracker.js
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/karma-intellij-debug.js
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/karma-intellij-parameters.js
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/kjhtml/intellij-restore-specFilter-after-kjhtml.js
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/kjhtml/intellij-save-specFilter-before-kjhtml.js
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/kjhtml/karma-intellij-adapter.js
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/kjhtml/kjhtml-specFilter-patch.js
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/ng-template.js
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/tree.js
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/package.json
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/static/delay-karma-start-in-debug-mode.js
%%DATADIR%%/plugins/karma/lib/karma.jar
%%DATADIR%%/plugins/keymap-eclipse/lib/keymap-eclipse.jar
%%DATADIR%%/plugins/keymap-netbeans/lib/keymap-netbeans.jar
%%DATADIR%%/plugins/keymap-qtcreator/lib/keymap-qtcreator.jar
%%DATADIR%%/plugins/keymap-resharper/lib/keymap-resharper.jar
%%DATADIR%%/plugins/keymap-visualStudio/lib/keymap-visualStudio.jar
%%DATADIR%%/plugins/keymap-vscode/lib/keymap-vscode.jar
%%DATADIR%%/plugins/keymap-xcode/lib/keymap-xcode.jar
%%DATADIR%%/plugins/less/lib/less.jar
%%DATADIR%%/plugins/localization-ja/lib/localization-ja.jar
%%DATADIR%%/plugins/localization-ko/lib/localization-ko.jar
%%DATADIR%%/plugins/localization-zh/lib/localization-zh.jar
%%DATADIR%%/plugins/markdown/lib/markdown.jar
%%DATADIR%%/plugins/markdown/lib/modules/intellij.markdown.compose.preview.jar
%%DATADIR%%/plugins/ml-inline-completion/lib/ml-inline-completion.jar
%%DATADIR%%/plugins/nativeDebug-plugin/lib/nativeDebug-plugin.jar
%%DATADIR%%/plugins/nextjs/lib/nextjs.jar
%%DATADIR%%/plugins/nodeJS-remoteInterpreter/lib/nodeJS-remoteInterpreter.jar
%%DATADIR%%/plugins/nodeJS/js/mocha-intellij/.gitignore
%%DATADIR%%/plugins/nodeJS/js/mocha-intellij/LICENSE
%%DATADIR%%/plugins/nodeJS/js/mocha-intellij/README.md
%%DATADIR%%/plugins/nodeJS/js/mocha-intellij/lib/mocha-intellij-stringifier.js
%%DATADIR%%/plugins/nodeJS/js/mocha-intellij/lib/mochaIntellijReporter.js
%%DATADIR%%/plugins/nodeJS/js/mocha-intellij/lib/mochaIntellijTree.js
%%DATADIR%%/plugins/nodeJS/js/mocha-intellij/lib/mochaIntellijUtil.js
%%DATADIR%%/plugins/nodeJS/js/mocha-intellij/lib/mochaTreeUtil.js
%%DATADIR%%/plugins/nodeJS/js/mocha-intellij/lib/single-element-queue.js
%%DATADIR%%/plugins/nodeJS/js/mocha-intellij/package.json
%%DATADIR%%/plugins/nodeJS/js/nodejs-test-runner-intellij/lib/file-nodes.js
%%DATADIR%%/plugins/nodeJS/js/nodejs-test-runner-intellij/lib/stderr-collector.js
%%DATADIR%%/plugins/nodeJS/js/nodejs-test-runner-intellij/lib/test-tree-builder.js
%%DATADIR%%/plugins/nodeJS/js/nodejs-test-runner-intellij/nodejsTestRunnerIntellijReporter.js
%%DATADIR%%/plugins/nodeJS/js/nodeunit/nodeunit-intellij-starter.js
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/!HOW_TO_UPDATE.md
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/.bin/esbuild
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/.bin/tsx
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/.package-lock.json
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/esbuild/LICENSE.md
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/esbuild/README.md
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/esbuild/bin/esbuild
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/esbuild/esbuild.wasm
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/esbuild/lib/browser.js
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/esbuild/lib/browser.min.js
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/esbuild/lib/main.js
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/esbuild/package.json
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/esbuild/wasm_exec.js
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/esbuild/wasm_exec_node.js
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/get-tsconfig/LICENSE
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/get-tsconfig/README.md
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/get-tsconfig/dist/index.cjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/get-tsconfig/dist/index.mjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/get-tsconfig/package.json
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/resolve-pkg-maps/LICENSE
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/resolve-pkg-maps/README.md
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/resolve-pkg-maps/dist/index.cjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/resolve-pkg-maps/dist/index.mjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/resolve-pkg-maps/package.json
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/LICENSE
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/README.md
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/cjs/api/index.cjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/cjs/api/index.mjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/cjs/index.cjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/cjs/index.mjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/cli.cjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/cli.mjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/client-BQVF1NaW.mjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/client-D6NvIMSC.cjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/esm/api/index.cjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/esm/api/index.mjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/esm/index.cjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/esm/index.mjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/get-pipe-path-BHW2eJdv.mjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/get-pipe-path-BoR10qr8.cjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/index-BQiEz0On.mjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/index-CoHsQGpm.cjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/loader.cjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/loader.mjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/node-features-_8ZFwP_x.mjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/node-features-roYmp9jK.cjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/package-B-S26rrn.cjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/package-BNmptNwA.mjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/patch-repl.cjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/patch-repl.mjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/preflight.cjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/preflight.mjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/register-B9EPB0EL.cjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/register-CFO5XQXL.mjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/register-CsuuwcV9.mjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/register-DfubRCxM.cjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/repl.cjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/repl.mjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/require-hTKgXWXb.cjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/require-rRRMitBV.mjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/suppress-warnings.cjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/suppress-warnings.mjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/temporary-directory-B83uKxJF.cjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/temporary-directory-CwHp0_NW.mjs
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/package.json
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/package-lock.json
%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/package.json
%%DATADIR%%/plugins/nodeJS/lib/nodeJS.jar
%%DATADIR%%/plugins/performanceTesting-async/lib/performanceTesting-async.jar
%%DATADIR%%/plugins/performanceTesting/lib/performanceTesting.jar
%%DATADIR%%/plugins/platform-ide-provisioner/lib/platform-ide-provisioner.jar
%%DATADIR%%/plugins/platform-ijent-impl/ijent-aarch64-unknown-linux-musl-release
%%DATADIR%%/plugins/platform-ijent-impl/ijent-x86_64-unknown-linux-musl-release
%%DATADIR%%/plugins/platform-ijent-impl/lib/platform-ijent-impl.jar
%%DATADIR%%/plugins/platform-images/lib/platform-images.jar
%%DATADIR%%/plugins/platform-langInjection/lib/java-langInjection-jps.jar
%%DATADIR%%/plugins/platform-langInjection/lib/platform-langInjection.jar
%%DATADIR%%/plugins/plugin-classpath.txt
%%DATADIR%%/plugins/postcss/lib/postcss.jar
%%DATADIR%%/plugins/prettierJS/lib/prettierJS.jar
%%DATADIR%%/plugins/prettierJS/prettierLanguageService/convert-prettier-config.js
%%DATADIR%%/plugins/prettierJS/prettierLanguageService/prettier-plugin-provider.js
%%DATADIR%%/plugins/prettierJS/prettierLanguageService/prettier-plugin.js
%%DATADIR%%/plugins/qml-plugin/lib/qml-plugin.jar
%%DATADIR%%/plugins/qt-plugin/lib/qt-plugin.jar
%%DATADIR%%/plugins/react/lib/react.jar
%%DATADIR%%/plugins/remoteRun/lib/remoteRun.jar
%%DATADIR%%/plugins/restClient/lib/restClient.jar
%%DATADIR%%/plugins/sass/lib/sass.jar
%%DATADIR%%/plugins/searchEverywhereMl/lib/modules/intellij.searchEverywhereMl.ranking.core.jar
%%DATADIR%%/plugins/searchEverywhereMl/lib/searchEverywhereMl.jar
%%DATADIR%%/plugins/settingsSync/lib/settingsSync.jar
%%DATADIR%%/plugins/sh/lib/sh.jar
%%DATADIR%%/plugins/station-plugin/lib/station-plugin.jar
%%DATADIR%%/plugins/styled-components/lib/styled-components.jar
%%DATADIR%%/plugins/stylelint/lib/stylelint.jar
%%DATADIR%%/plugins/tailwindcss/lib/tailwindcss.jar
%%DATADIR%%/plugins/tailwindcss/server/tailwindcss-language-server
%%DATADIR%%/plugins/tailwindcss/server/version.txt
%%DATADIR%%/plugins/tasks-timeTracking/lib/tasks-timeTracking.jar
%%DATADIR%%/plugins/tasks/lib/tasks-core.jar
%%DATADIR%%/plugins/terminal/lib/terminal.jar
%%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-fig.bash
%%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-integration.bash
%%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-preexec.bash
%%DATADIR%%/plugins/terminal/shell-integrations/bash/command-block-support.bash
%%DATADIR%%/plugins/terminal/shell-integrations/fish/command-block-support.fish
%%DATADIR%%/plugins/terminal/shell-integrations/fish/fish-integration.fish
%%DATADIR%%/plugins/terminal/shell-integrations/powershell/command-block-support.ps1
%%DATADIR%%/plugins/terminal/shell-integrations/powershell/powershell-integration.ps1
%%DATADIR%%/plugins/terminal/shell-integrations/zsh/.zshenv
%%DATADIR%%/plugins/terminal/shell-integrations/zsh/command-block-support.zsh
%%DATADIR%%/plugins/terminal/shell-integrations/zsh/zsh-integration.zsh
%%DATADIR%%/plugins/textmate/lib/bundles/adoc/LICENSE
%%DATADIR%%/plugins/textmate/lib/bundles/adoc/README.md
%%DATADIR%%/plugins/textmate/lib/bundles/adoc/asciidoc-language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/adoc/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/adoc/snippets/snippets.json
%%DATADIR%%/plugins/textmate/lib/bundles/adoc/syntaxes/Asciidoctor.json
%%DATADIR%%/plugins/textmate/lib/bundles/bat/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/bat/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/bat/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/bat/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/bat/snippets/batchfile.code-snippets
%%DATADIR%%/plugins/textmate/lib/bundles/bat/syntaxes/batchfile.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/bicep/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/bicep/syntaxes/bicep.codeblock.json
%%DATADIR%%/plugins/textmate/lib/bundles/bicep/syntaxes/bicep.tmlanguage
%%DATADIR%%/plugins/textmate/lib/bundles/bicep/syntaxes/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/bicepparam/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/clojure/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/clojure/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/clojure/syntaxes/clojure.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/cmake/LICENSE
%%DATADIR%%/plugins/textmate/lib/bundles/cmake/README.md
%%DATADIR%%/plugins/textmate/lib/bundles/cmake/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/cmake/syntaxes/CMake.tmLanguage
%%DATADIR%%/plugins/textmate/lib/bundles/cmake/syntaxes/CMakeCache.tmLanguage
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/snippets/coffeescript.code-snippets
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/syntaxes/coffeescript.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/cpp/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/cpp/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/cpp/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/cpp/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/cpp/snippets/c.code-snippets
%%DATADIR%%/plugins/textmate/lib/bundles/cpp/snippets/cpp.code-snippets
%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/c.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/cpp.embedded.macro.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/cpp.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/cuda-cpp.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/platform.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/csharp/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/csharp/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/csharp/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/csharp/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/csharp/snippets/csharp.code-snippets
%%DATADIR%%/plugins/textmate/lib/bundles/csharp/syntaxes/csharp.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/css/.vscode/launch.json
%%DATADIR%%/plugins/textmate/lib/bundles/css/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/css/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/css/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/css/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/css/syntaxes/css.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/dart/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/dart/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/dart/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/dart/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/dart/syntaxes/dart.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/diff/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/diff/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/diff/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/diff/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/diff/syntaxes/diff.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/docker/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/docker/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/docker/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/docker/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/docker/syntaxes/docker.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/erlang/grammar/Erlang.plist
%%DATADIR%%/plugins/textmate/lib/bundles/erlang/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/erlang/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/snippets/fsharp.code-snippets
%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/syntaxes/fsharp.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/README.md
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/git-commit.language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/git-rebase.language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/ignore.language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/git-commit.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/git-rebase.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/ignore.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/tsconfig.json
%%DATADIR%%/plugins/textmate/lib/bundles/go/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/go/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/go/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/go/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/go/syntaxes/go.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/groovy/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/groovy/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/groovy/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/groovy/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/groovy/snippets/groovy.code-snippets
%%DATADIR%%/plugins/textmate/lib/bundles/groovy/syntaxes/groovy.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/syntaxes/Handlebars.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/hcl/LICENSE
%%DATADIR%%/plugins/textmate/lib/bundles/hcl/README.md
%%DATADIR%%/plugins/textmate/lib/bundles/hcl/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/hcl/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/hcl/syntaxes/hcl.tmGrammar.json
%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/syntaxes/hlsl.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/html/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/html/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/html/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/html/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/html/snippets/html.code-snippets
%%DATADIR%%/plugins/textmate/lib/bundles/html/syntaxes/html-derivative.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/html/syntaxes/html.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/ini/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/ini/ini.language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/ini/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/ini/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/ini/properties.language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/ini/syntaxes/ini.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/java/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/java/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/java/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/java/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/java/snippets/java.code-snippets
%%DATADIR%%/plugins/textmate/lib/bundles/java/syntaxes/java.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/javascript/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/javascript/javascript-language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/javascript/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/javascript/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/javascript/snippets/javascript.code-snippets
%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/JavaScript.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/JavaScriptReact.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/Readme.md
%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/Regular Expressions (JavaScript).tmLanguage
%%DATADIR%%/plugins/textmate/lib/bundles/javascript/tags-language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/json/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/json/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/json/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/json/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSON.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSONC.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSONL.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/snippets.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/jsp/LICENSE
%%DATADIR%%/plugins/textmate/lib/bundles/jsp/README.md
%%DATADIR%%/plugins/textmate/lib/bundles/jsp/jsp-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/jsp/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/jsp/syntaxes/jsp.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/julia/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/julia/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/julia/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/julia/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/julia/syntaxes/julia.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/kconfig/LICENSE
%%DATADIR%%/plugins/textmate/lib/bundles/kconfig/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/kconfig/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/kconfig/syntaxes/kconfig.tmGrammar.json
%%DATADIR%%/plugins/textmate/lib/bundles/kotlin/info.plist
%%DATADIR%%/plugins/textmate/lib/bundles/kotlin/snippets/class.tmSnippet
%%DATADIR%%/plugins/textmate/lib/bundles/kotlin/snippets/println.tmSnippet
%%DATADIR%%/plugins/textmate/lib/bundles/kotlin/syntaxes/Kotlin.tmLanguage
%%DATADIR%%/plugins/textmate/lib/bundles/latex/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/latex/cpp-bailout-license.txt
%%DATADIR%%/plugins/textmate/lib/bundles/latex/latex-cpp-embedded-language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/latex/latex-language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/latex/markdown-latex-combined-language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/latex/markdown-latex-combined-license.txt
%%DATADIR%%/plugins/textmate/lib/bundles/latex/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/latex/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/Bibtex.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/LaTeX.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/TeX.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/cpp-grammar-bailout.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/markdown-latex-combined.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/less/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/less/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/less/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/less/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/less/syntaxes/less.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/log/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/log/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/log/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/log/syntaxes/log.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/lua/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/lua/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/lua/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/lua/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/lua/syntaxes/lua.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/make/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/make/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/make/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/make/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/make/syntaxes/make.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/snippets/markdown.code-snippets
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/syntaxes/markdown.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/.gitignore
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/README.md
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/notebook/tsconfig.json
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/preview-styles/index.css
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math-block.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math-inline.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/tsconfig.json
%%DATADIR%%/plugins/textmate/lib/bundles/mdx/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/mdx/license
%%DATADIR%%/plugins/textmate/lib/bundles/mdx/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/mdx/syntaxes/mdx.markdown.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/mdx/syntaxes/mdx.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/mdx/syntaxes/source.mdx.tmLanguage
%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/syntaxes/objective-c++.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/syntaxes/objective-c.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/perl/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/perl/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/perl/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/perl/perl.language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/perl/perl6.language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/perl/syntaxes/perl.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/perl/syntaxes/perl6.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/php/.vscode/launch.json
%%DATADIR%%/plugins/textmate/lib/bundles/php/.vscode/tasks.json
%%DATADIR%%/plugins/textmate/lib/bundles/php/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/php/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/php/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/php/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/php/snippets/php.code-snippets
%%DATADIR%%/plugins/textmate/lib/bundles/php/syntaxes/html.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/php/syntaxes/php.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/powershell/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/powershell/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/powershell/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/powershell/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/powershell/snippets/powershell.code-snippets
%%DATADIR%%/plugins/textmate/lib/bundles/powershell/syntaxes/powershell.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/pug/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/pug/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/pug/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/pug/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/pug/syntaxes/pug.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/python/.vscode/launch.json
%%DATADIR%%/plugins/textmate/lib/bundles/python/.vscode/tasks.json
%%DATADIR%%/plugins/textmate/lib/bundles/python/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/python/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/python/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/python/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/python/syntaxes/MagicPython.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/python/syntaxes/MagicRegExp.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/r/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/r/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/r/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/r/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/r/syntaxes/r.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/razor/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/razor/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/razor/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/razor/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/razor/syntaxes/cshtml.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/syntaxes/rst.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/ruby/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/ruby/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/ruby/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/ruby/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/ruby/syntaxes/ruby.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/rust/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/rust/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/rust/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/rust/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/rust/syntaxes/rust.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/scss/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/scss/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/scss/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/scss/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/scss/syntaxes/sassdoc.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/scss/syntaxes/scss.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/search-result/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/search-result/README.md
%%DATADIR%%/plugins/textmate/lib/bundles/search-result/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/search-result/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/search-result/syntaxes/searchResult.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/search-result/tsconfig.json
%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/syntaxes/shaderlab.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/syntaxes/shell-unix-bash.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/sql/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/sql/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/sql/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/sql/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/sql/syntaxes/sql.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/swift/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/swift/LICENSE.md
%%DATADIR%%/plugins/textmate/lib/bundles/swift/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/swift/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/swift/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/swift/snippets/swift.code-snippets
%%DATADIR%%/plugins/textmate/lib/bundles/swift/syntaxes/swift.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/terraform/LICENSE
%%DATADIR%%/plugins/textmate/lib/bundles/terraform/README.md
%%DATADIR%%/plugins/textmate/lib/bundles/terraform/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/terraform/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/terraform/snippets/terraform.json
%%DATADIR%%/plugins/textmate/lib/bundles/terraform/syntaxes/hcl.tmGrammar.json
%%DATADIR%%/plugins/textmate/lib/bundles/terraform/syntaxes/terraform.tmGrammar.json
%%DATADIR%%/plugins/textmate/lib/bundles/twig/LICENSE.md
%%DATADIR%%/plugins/textmate/lib/bundles/twig/README.md
%%DATADIR%%/plugins/textmate/lib/bundles/twig/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/twig/snippets/snippets.json
%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/extension.js
%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/filters.json
%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/functions.json
%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/twig.json
%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/languages/twig.configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/snippets/snippets.json
%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/syntaxes/twig.tmLanguage
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/snippets/typescript.code-snippets
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/Readme.md
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/TypeScript.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/TypeScriptReact.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/jsdoc.js.injection.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/jsdoc.ts.injection.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/vb/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/vb/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/vb/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/vb/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/vb/snippets/vb.code-snippets
%%DATADIR%%/plugins/textmate/lib/bundles/vb/syntaxes/asp-vb-net.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/viml/LICENSE.txt
%%DATADIR%%/plugins/textmate/lib/bundles/viml/grammars/viml.json
%%DATADIR%%/plugins/textmate/lib/bundles/viml/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/xml/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/xml/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/xml/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/xml/syntaxes/xml.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/xml/syntaxes/xsl.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/xml/xml.language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/xml/xsl.language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/yaml/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/yaml/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/yaml/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/yaml/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/yaml/syntaxes/yaml.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/textmate.jar
%%DATADIR%%/plugins/toml/lib/toml.jar
%%DATADIR%%/plugins/tslint/js/convert-tslint-config.js
%%DATADIR%%/plugins/tslint/js/languageService/tslint-plugin-provider.js
%%DATADIR%%/plugins/tslint/js/languageService/tslint-plugin.js
%%DATADIR%%/plugins/tslint/js/utils.js
%%DATADIR%%/plugins/tslint/lib/tslint.jar
%%DATADIR%%/plugins/uml/lib/uml-support.jar
%%DATADIR%%/plugins/vcs-git/lib/git4idea-rt.jar
%%DATADIR%%/plugins/vcs-git/lib/vcs-git.jar
%%DATADIR%%/plugins/vcs-github-ultimate/lib/vcs-github.jar
%%DATADIR%%/plugins/vcs-gitlab/lib/vcs-gitlab.jar
%%DATADIR%%/plugins/vcs-hg/lib/vcs-hg.jar
%%DATADIR%%/plugins/vcs-perforce/lib/vcs-perforce.jar
%%DATADIR%%/plugins/vcs-svn/lib/vcs-svn.jar
%%DATADIR%%/plugins/vitejs/lib/vitejs.jar
%%DATADIR%%/plugins/vuejs/lib/vuejs.jar
%%DATADIR%%/plugins/vuejs/vue-language-server/.gitignore
%%DATADIR%%/plugins/vuejs/vue-language-server/README.md
%%DATADIR%%/plugins/vuejs/vue-language-server/bin/vue-language-server.js
%%DATADIR%%/plugins/vuejs/vue-language-server/build.js
%%DATADIR%%/plugins/vuejs/vue-language-server/package-lock.json
%%DATADIR%%/plugins/vuejs/vue-language-server/package.json
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/LICENSE
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/decode.js
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/decode_codepoint.js
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/encode.js
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/index.js
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/maps/decode.json
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/maps/entities.json
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/maps/legacy.json
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/maps/xml.json
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/package.json
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/readme.md
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/LICENSE
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/README.md
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/CollectingHandler.js
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/FeedHandler.js
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/MultiplexHandler.js
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/Parser.js
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/Tokenizer.js
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/WritableStream.js
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/index.js
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/package.json
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/ws-typescript-vue-plugin/index.js
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/ws-typescript-vue-plugin/package.json
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/ws-typescript-vue-plugin/transformVueSfcFile.js
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/ws-typescript-vue-plugin/vueScriptCache.js
%%DATADIR%%/plugins/webComponents/lib/webComponents.jar
%%DATADIR%%/plugins/webDeployment/lib/webDeployment.jar
%%DATADIR%%/plugins/webpack/lib/webpack.jar
%%DATADIR%%/plugins/xpath/lib/rt/xslt-rt.jar
%%DATADIR%%/plugins/xpath/lib/xpath.jar
%%DATADIR%%/plugins/yaml/lib/client/yaml-frontend.jar
%%DATADIR%%/plugins/yaml/lib/yaml-editing.jar
%%DATADIR%%/plugins/yaml/lib/yaml.jar
%%DATADIR%%/product-info.json
share/man/man1/rustrover.1.gz