tmlanguage-generator
Advanced tools
Comparing version 0.5.5 to 0.5.6
{ | ||
"name": "tmlanguage-generator", | ||
"version": "0.5.5", | ||
"version": "0.5.6", | ||
"author": "Microsoft Corporation", | ||
@@ -35,3 +35,3 @@ "description": "Helper library to generate TextMate syntax highlighting tmLanguage files.", | ||
"@types/plist": "~3.0.5", | ||
"rimraf": "~5.0.5", | ||
"rimraf": "~5.0.7", | ||
"typescript": "~5.4.5" | ||
@@ -38,0 +38,0 @@ }, |
@@ -7,3 +7,3 @@ # TMLanguage Generator | ||
- [TypeSpec](https://github.com/microsoft/typespec/blob/main/packages/typespec-vscode/src/tmlanguage.ts) | ||
- [TypeSpec](https://github.com/microsoft/typespec/blob/main/packages/compiler/src/server/tmlanguage.ts) | ||
- [Bicep](https://github.com/Azure/bicep/blob/main/src/textmate/src/bicep.ts) |