Skip to content

Commit 9426e29

Browse files
committed
Make "TeX" live
Closes #877
1 parent 5213c19 commit 9426e29

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

config/langs.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,6 @@ foreach arg $argv {
935935
'''
936936

937937
[TeX]
938-
experiment = 877
939938
size = '9.58 MiB'
940939
version = '3.141592653'
941940
website = 'https://tug.org'

sql/a-schema.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ CREATE TYPE lang AS ENUM (
5858
'go', 'golfscript', 'haskell', 'hexagony', 'j', 'java', 'javascript',
5959
'julia', 'k', 'lisp', 'lua', 'nim', 'ocaml', 'pascal', 'perl', 'php', 'powershell',
6060
'prolog', 'python', 'r', 'raku', 'ruby', 'rust', 'sed', 'sql', 'swift',
61-
'tcl', 'v', 'viml', 'wren', 'zig'
61+
'tcl', 'tex', 'v', 'viml', 'wren', 'zig'
6262
);
6363

6464
CREATE TYPE medal AS ENUM ('diamond', 'gold', 'silver', 'bronze');

0 commit comments

Comments
 (0)