1
1
mirror of https://github.com/codota/TabNine.git synced 2024-08-16 13:30:53 +03:00

Add support for the new .mts and .cts file extensions.

This commit is contained in:
Dragonizedpizza 2021-11-30 00:09:28 +01:00 committed by GitHub
parent 14277dcc98
commit c3208b87e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4689,6 +4689,8 @@ TypeScript:
extensions:
- ".ts"
- ".tsx"
- ".mts"
- ".cts"
tm_scope: source.ts
ace_mode: typescript
codemirror_mode: javascript