|
42 | 42 | "main": "./lib/extension",
|
43 | 43 | "dependencies": {
|
44 | 44 | "@nsis/nlf": "^0.10.2",
|
45 |
| - "makensis": "^2.0.4", |
| 45 | + "makensis": "^2.0.5", |
46 | 46 | "micromatch": "^4.0.5",
|
47 |
| - "open": "^8.4.0", |
| 47 | + "open": "^8.4.2", |
48 | 48 | "vscode-get-config": "^0.4.0",
|
49 | 49 | "which": "^3.0.0"
|
50 | 50 | },
|
51 | 51 | "devDependencies": {
|
52 |
| - "@babel/core": "^7.20.12", |
| 52 | + "@babel/core": "^7.21.0", |
53 | 53 | "@babel/preset-env": "^7.20.2",
|
54 |
| - "@babel/register": "^7.18.9", |
| 54 | + "@babel/register": "^7.21.0", |
55 | 55 | "@nsis/logo": "0.0.0",
|
56 |
| - "@types/node": "^18.11.18", |
57 |
| - "@typescript-eslint/eslint-plugin": "^5.50.0", |
58 |
| - "@typescript-eslint/parser": "^5.50.0", |
| 56 | + "@types/node": "^18.14.0", |
| 57 | + "@typescript-eslint/eslint-plugin": "^5.53.0", |
| 58 | + "@typescript-eslint/parser": "^5.53.0", |
59 | 59 | "@vscode/vsce": "^2.17.0",
|
60 | 60 | "cross-env": "^7.0.3",
|
61 |
| - "esbuild": "^0.17.5", |
62 |
| - "eslint": "^8.33.0", |
| 61 | + "esbuild": "^0.17.10", |
| 62 | + "eslint": "^8.34.0", |
63 | 63 | "eslint-plugin-json": "^3.1.0",
|
64 | 64 | "eslint-plugin-yaml": "^0.5.0",
|
65 | 65 | "gulp": "^4.0.2",
|
66 | 66 | "gulp-raster-update": "^0.2.0",
|
67 | 67 | "gulp-rename": "^2.0.0",
|
68 | 68 | "husky": "^8.0.3",
|
69 |
| - "lint-staged": "^13.1.0", |
| 69 | + "lint-staged": "^13.1.2", |
70 | 70 | "npm-run-all": "^4.1.5",
|
71 | 71 | "ovsx": "^0.8.0",
|
72 | 72 | "typescript": "^4.9.5"
|
|
292 | 292 | ".nlf"
|
293 | 293 | ],
|
294 | 294 | "configuration": "./config/nlf.json"
|
| 295 | + }, |
| 296 | + { |
| 297 | + "id": "nsis-injection" |
295 | 298 | }
|
296 | 299 | ],
|
297 | 300 | "grammars": [
|
|
304 | 307 | "language": "nlf",
|
305 | 308 | "scopeName": "source.nlf",
|
306 | 309 | "path": "./syntaxes/nlf.tmLanguage"
|
| 310 | + }, |
| 311 | + { |
| 312 | + "language": "nsis-injection", |
| 313 | + "scopeName": "markdown.nsis.codeblock", |
| 314 | + "path": "./syntaxes/codeblock.json", |
| 315 | + "injectTo": [ |
| 316 | + "text.html.markdown" |
| 317 | + ], |
| 318 | + "embeddedLanguages": { |
| 319 | + "meta.embedded.block.nsis": "nsis" |
| 320 | + } |
307 | 321 | }
|
308 | 322 | ],
|
309 | 323 | "commands": [
|
|
0 commit comments