Skip to content

Commit 156c5f0

Browse files
fix(types): add 'plain' to PlainTextLanguage type (#1133)
1 parent 7de2162 commit 156c5f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/src/langs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { RawGrammar } from './textmate'
22
import type { MaybeArray, MaybeGetter } from './utils'
33

4-
export type PlainTextLanguage = 'text' | 'plaintext' | 'txt'
4+
export type PlainTextLanguage = 'text' | 'plaintext' | 'txt' | 'plain'
55
export type AnsiLanguage = 'ansi'
66
export type SpecialLanguage = PlainTextLanguage | AnsiLanguage
77

0 commit comments

Comments
 (0)