|
11 | 11 | ], |
12 | 12 | "license": "MIT", |
13 | 13 | "commands": [ |
| 14 | + { |
| 15 | + "name": "format-angular", |
| 16 | + "title": "Format Angular", |
| 17 | + "description": "Formats Angular on the clipboard", |
| 18 | + "mode": "view" |
| 19 | + }, |
| 20 | + { |
| 21 | + "name": "format-css", |
| 22 | + "title": "Format CSS", |
| 23 | + "description": "Formats CSS on the clipboard", |
| 24 | + "mode": "view" |
| 25 | + }, |
| 26 | + { |
| 27 | + "name": "format-glimmer", |
| 28 | + "title": "Format Glimmer", |
| 29 | + "description": "Formats Glimmer on the clipboard", |
| 30 | + "mode": "view" |
| 31 | + }, |
14 | 32 | { |
15 | 33 | "name": "format-graphql", |
16 | 34 | "title": "Format GraphQL", |
|
23 | 41 | "description": "Formats HTML on the clipboard", |
24 | 42 | "mode": "view" |
25 | 43 | }, |
| 44 | + { |
| 45 | + "name": "format-javascript", |
| 46 | + "title": "Format JavaScript", |
| 47 | + "description": "Formats JavaScript on the clipboard", |
| 48 | + "mode": "view" |
| 49 | + }, |
26 | 50 | { |
27 | 51 | "name": "format-json", |
28 | 52 | "title": "Format JSON", |
29 | 53 | "description": "Formats JSON on the clipboard", |
30 | 54 | "mode": "view" |
31 | 55 | }, |
| 56 | + { |
| 57 | + "name": "format-json5", |
| 58 | + "title": "Format JSON5", |
| 59 | + "description": "Formats JSON5 on the clipboard", |
| 60 | + "mode": "view" |
| 61 | + }, |
| 62 | + { |
| 63 | + "name": "format-less", |
| 64 | + "title": "Format Less", |
| 65 | + "description": "Formats Less on the clipboard", |
| 66 | + "mode": "view" |
| 67 | + }, |
| 68 | + { |
| 69 | + "name": "format-lwc", |
| 70 | + "title": "Format LWC", |
| 71 | + "description": "Formats LWC on the clipboard", |
| 72 | + "mode": "view" |
| 73 | + }, |
| 74 | + { |
| 75 | + "name": "format-markdown", |
| 76 | + "title": "Format Markdown", |
| 77 | + "description": "Formats Markdown on the clipboard", |
| 78 | + "mode": "view" |
| 79 | + }, |
| 80 | + { |
| 81 | + "name": "format-mdx", |
| 82 | + "title": "Format MDX", |
| 83 | + "description": "Formats MDX on the clipboard", |
| 84 | + "mode": "view" |
| 85 | + }, |
| 86 | + { |
| 87 | + "name": "format-scss", |
| 88 | + "title": "Format SCSS", |
| 89 | + "description": "Formats SCSS on the clipboard", |
| 90 | + "mode": "view" |
| 91 | + }, |
32 | 92 | { |
33 | 93 | "name": "format-typescript", |
34 | 94 | "title": "Format TypeScript", |
35 | 95 | "description": "Formats TypeScript on the clipboard", |
36 | 96 | "mode": "view" |
37 | 97 | }, |
| 98 | + { |
| 99 | + "name": "format-vue", |
| 100 | + "title": "Format VUE", |
| 101 | + "description": "Formats VUE on the clipboard", |
| 102 | + "mode": "view" |
| 103 | + }, |
38 | 104 | { |
39 | 105 | "name": "format-yaml", |
40 | 106 | "title": "Format YAML", |
|
0 commit comments