"Plaintext" => "Text"

This commit is contained in:
Leo Heitmann Ruiz 2024-03-26 22:25:34 +01:00
parent 4f43b7338b
commit c340e02078

View file

@ -58,7 +58,7 @@ func TestFile(t *testing.T) {
name: "tags.txt",
code: "<>",
want: lines("&lt;&gt;"),
lexerName: "Plaintext",
lexerName: "Text",
},
{
name: "tags.py",