Skip to content

Commit 44b025d

Browse files
committed
TypeScript support
1 parent 2bd52f7 commit 44b025d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/shuzijun/leetcode/plugin/model/CodeTypeEnum.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public enum CodeTypeEnum {
2525
MYSQL("MySQL", "mysql", ".sql", "#"),
2626
ORACLE("Oracle", "oraclesql", ".sql", "#"),
2727
MSSQLSERVER("MS SQL Server", "mssql", ".sql", "#"),
28+
TypeScript("TypeScript", "typescript", ".ts", "//"),
2829
;
2930

3031

0 commit comments

Comments
 (0)