Ejemplo n.º 1
0
 /// <param name="isClosed">Whether the artifact has a closing separator, or is terminated by EOF.</param>
 public TemplateArtifact(ArtifactTreatAs t, ITextRange range, bool isClosed) :
     base(t, range, 2, (isClosed ? 2 : 0), DjangoPredefinedClassificationTypeNames.TemplateTag, wellFormed: isClosed)
 {
 }
Ejemplo n.º 2
0
 /// <param name="isClosed">Whether the artifact has a closing separator, or is terminated by EOF.</param>
 public TemplateArtifact(ArtifactTreatAs t, ITextRange range, bool isClosed) :
     base(t, range, 2, (isClosed ? 2 : 0), DjangoPredefinedClassificationTypeNames.TemplateTag, wellFormed: isClosed) {
 }