Skip to content

Commit 85e491d

Browse files
committed
allow domain specific properties now that we awesome squiglies in .editorconfig files #12
1 parent 0f5f7d8 commit 85e491d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Plugin/Validation/EditorConfigErrorTag.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,6 @@ public IEnumerable<ITagSpan<IErrorTag>> GetTags(NormalizedSnapshotSpanCollection
7272
if (cspan.ClassificationType.IsOfType(PredefinedClassificationTypeNames.SymbolDefinition))
7373
{
7474
property = cspan.Span.GetText();
75-
CompletionItem item = CompletionItem.GetCompletionItem(property);
76-
77-
if (item == null)
78-
yield return CreateError(line, cspan, "\"" + property + "\" is not a valid .editorconfig property"); ;
7975
}
8076
else if (cspan.ClassificationType.IsOfType(PredefinedClassificationTypeNames.Literal))
8177
{

0 commit comments

Comments
 (0)