Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #44 from sharedprophet/patch-1
Browse files Browse the repository at this point in the history
fileTypes
  • Loading branch information
lkashef committed Jun 12, 2020
2 parents 020b1e3 + a5f4107 commit 392397f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion grammars/TypeScript.json
Expand Up @@ -7,6 +7,9 @@
"version": "https://github.com/Microsoft/TypeScript-TmLanguage/commit/4daff7b8904bc549dfbee8df1e2f7c82194b9f45",
"name": "TypeScript",
"scopeName": "source.ts",
"fileTypes": [
"ts"
],
"patterns": [
{
"include": "#directives"
Expand Down Expand Up @@ -5402,4 +5405,4 @@
]
}
}
}
}
5 changes: 4 additions & 1 deletion grammars/TypeScriptReact.json
Expand Up @@ -6,6 +6,9 @@
],
"version": "https://github.com/Microsoft/TypeScript-TmLanguage/commit/4daff7b8904bc549dfbee8df1e2f7c82194b9f45",
"name": "TypeScriptReact",
"fileTypes": [
"tsx"
],
"scopeName": "source.tsx",
"patterns": [
{
Expand Down Expand Up @@ -5655,4 +5658,4 @@
"match": "\\S+"
}
}
}
}

0 comments on commit 392397f

Please sign in to comment.