dot-language-support
Advanced tools
Comparing version 1.1.12 to 1.1.13
@@ -80,3 +80,3 @@ "use strict"; | ||
} | ||
function getColorCompletions() { | ||
function getShapeCompletions() { | ||
const kind = lst.CompletionItemKind.EnumMember; | ||
@@ -88,3 +88,3 @@ return languageFacts.shapes.map(s => ({ | ||
} | ||
function getShapeCompletions() { | ||
function getColorCompletions() { | ||
const kind = lst.CompletionItemKind.Color; | ||
@@ -91,0 +91,0 @@ const colors = languageFacts.colors; |
{ | ||
"name": "dot-language-support", | ||
"version": "1.1.12", | ||
"version": "1.1.13", | ||
"description": "Parser and language service for graphviz (dot) files", | ||
@@ -5,0 +5,0 @@ "author": "Niklas Mollenhauer", |
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