1
1
mirror of https://github.com/codota/TabNine.git synced 2024-08-17 05:50:24 +03:00

Merge pull request #486 from Dragonizedpizza/patch-1

Add support for the new .mts and .cts file extensions.
This commit is contained in:
Amir Bilu 2021-12-13 09:30:25 +02:00 committed by GitHub
commit 12db50ccdf
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