vscode-textmate
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "vscode-textmate", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "VSCode TextMate grammar helpers", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -1099,5 +1099,5 @@ /*--------------------------------------------------------- | ||
// the capture requires additional matching | ||
stack.push(new StackElement(captureRule.retokenizeCapturedWithRuleId, captureIndex.start, null, captureRule.getName(lineText, captureIndices), captureRule.getContentName(lineText, captureIndices))); | ||
_tokenizeString(grammar, lineText.substring(0, captureIndex.end), (isFirstLine && captureIndex.start === 0), captureIndex.start, stack, lineTokens); | ||
stack.pop(); | ||
var stackClone = stack.map(function (el) { return el.clone(); }); | ||
stackClone.push(new StackElement(captureRule.retokenizeCapturedWithRuleId, captureIndex.start, null, captureRule.getName(lineText, captureIndices), captureRule.getContentName(lineText, captureIndices))); | ||
_tokenizeString(grammar, lineText.substring(0, captureIndex.end), (isFirstLine && captureIndex.start === 0), captureIndex.start, stackClone, lineTokens); | ||
continue; | ||
@@ -1104,0 +1104,0 @@ } |
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
63293
5