Interface PsiPlainTextFile

All Superinterfaces:
PsiElement, PsiFile

public interface PsiPlainTextFile extends PsiFile
Represents a plain-text file (a file belonging to the type "Text files" or a custom file type which has no associated language).
See Also: