vscode-textmate
Advanced tools
Comparing version 1.0.11 to 1.1.0
{ | ||
"name": "vscode-textmate", | ||
"version": "1.0.11", | ||
"version": "1.1.0", | ||
"description": "VSCode TextMate grammar helpers", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -10,2 +10,3 @@ /*--------------------------------------------------------- | ||
getFilePath(scopeName:string): string; | ||
getInjections?(scopeName:string): string[]; | ||
} | ||
@@ -77,2 +78,3 @@ | ||
endRule: string; | ||
whileRule: string; | ||
scopeName: string; | ||
@@ -79,0 +81,0 @@ contentName: string; |
Sorry, the diff of this file is too big to display
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
71103
1691