This commit is contained in:
Yash Singh 2021-06-10 02:46:06 +00:00 committed by GitHub
commit edd8830038
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
syntax "JavaScript" "\.(js|ts)$"
syntax "JavaScript" "\.(js|ts|javascript|typescript)$"
comment "//"
color blue "\<[-+]?([1-9][0-9]*|0[0-7]*|0x[0-9a-fA-F]+)([uU][lL]?|[lL][uU]?)?\>"
color blue "\<[-+]?([0-9]+\.[0-9]*|[0-9]*\.[0-9]+)([EePp][+-]?[0-9]+)?[fFlL]?"

View File

@ -1,4 +1,4 @@
syntax "typescript" "\.(ts)$"
syntax "typescript" "\.(ts|typescript)$"
header "^#!.*\/(env +)ts-node"
## Default