Browse Source

Add plain text support (#1579)

pull/1582/head
Julian Paquerot 6 months ago committed by GitHub
parent
commit
72532f0317
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 24
      languages.yaml

24
languages.yaml

@ -2802,6 +2802,30 @@ Tex: @@ -2802,6 +2802,30 @@ Tex:
- white
chip: "#3D6117"
icon: '\u{E69B}'
Text:
type: prose
ascii: |
{0} -----------------
{0}| .txt ========== |
{0}| =============== |
{0}| =============== |
{0}| =============== |
{0}| =============== |
{0}| ============ |
{0}| |
{0}| =============== |
{0}| =============== |
{0}| =============== |
{0}| =============== |
{0}| =============== |
{0} -----------------
colors:
ansi:
- white
hex:
- "#d0d0d0"
chip: "#ffffff" # No color in linguist
icon: '\u{f09a8}'
Toml:
type: data
ascii: |

Loading…
Cancel
Save