tmlanguage-generator
Advanced tools
Comparing version 0.3.2 to 0.4.0
{ | ||
"name": "tmlanguage-generator", | ||
"version": "0.3.2", | ||
"version": "0.4.0", | ||
"author": "Microsoft Corporation", | ||
"description": "Helper library to generate TextMate syntax highlighting tmLanguage files.", | ||
"homepage": "https://github.com/Microsoft/cadl/tree/master/packages/tmlanguage-generator", | ||
"readme": "https://github.com/Microsoft/cadl/blob/master/packages/tmlanguage-generator/README.md", | ||
"homepage": "https://github.com/Microsoft/typespec/tree/master/packages/tmlanguage-generator", | ||
"readme": "https://github.com/Microsoft/typespec/blob/master/packages/tmlanguage-generator/README.md", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/Microsoft/cadl.git" | ||
"url": "git+https://github.com/Microsoft/typespec.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/Microsoft/cadl/issues" | ||
"url": "https://github.com/Microsoft/typespec/issues" | ||
}, | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
"@types/plist": "~3.0.2", | ||
"@cadl-lang/eslint-config-cadl": "~0.5.0", | ||
"@typespec/eslint-config-typespec": "~0.6.0", | ||
"eslint": "^8.12.0", | ||
@@ -38,0 +38,0 @@ "rimraf": "~3.0.2", |
@@ -7,3 +7,3 @@ # TMLanguage Generator | ||
- [Cadl](https://github.com/microsoft/cadl/blob/main/packages/cadl-vscode/src/tmlanguage.ts) | ||
- [TypeSpec](https://github.com/microsoft/typespec/blob/main/packages/typespec-vscode/src/tmlanguage.ts) | ||
- [Bicep](https://github.com/Azure/bicep/blob/main/src/textmate/src/bicep.ts) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16181