Skip to content

Commit 72532f0

Browse files
authored
Add plain text support (#1579)
1 parent 66adc58 commit 72532f0

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

languages.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2802,6 +2802,30 @@ Tex:
28022802
- white
28032803
chip: "#3D6117"
28042804
icon: '\u{E69B}'
2805+
Text:
2806+
type: prose
2807+
ascii: |
2808+
{0} -----------------
2809+
{0}| .txt ========== |
2810+
{0}| =============== |
2811+
{0}| =============== |
2812+
{0}| =============== |
2813+
{0}| =============== |
2814+
{0}| ============ |
2815+
{0}| |
2816+
{0}| =============== |
2817+
{0}| =============== |
2818+
{0}| =============== |
2819+
{0}| =============== |
2820+
{0}| =============== |
2821+
{0} -----------------
2822+
colors:
2823+
ansi:
2824+
- white
2825+
hex:
2826+
- "#d0d0d0"
2827+
chip: "#ffffff" # No color in linguist
2828+
icon: '\u{f09a8}'
28052829
Toml:
28062830
type: data
28072831
ascii: |

0 commit comments

Comments
 (0)