We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de2162 commit 156c5f0Copy full SHA for 156c5f0
packages/types/src/langs.ts
@@ -1,7 +1,7 @@
1
import type { RawGrammar } from './textmate'
2
import type { MaybeArray, MaybeGetter } from './utils'
3
4
-export type PlainTextLanguage = 'text' | 'plaintext' | 'txt'
+export type PlainTextLanguage = 'text' | 'plaintext' | 'txt' | 'plain'
5
export type AnsiLanguage = 'ansi'
6
export type SpecialLanguage = PlainTextLanguage | AnsiLanguage
7
0 commit comments