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

Commit

Permalink
Replace id and legacyScopeName with scopeName
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbrunsfeld committed Aug 20, 2018
1 parent 01ac4d7 commit 49d5703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion grammars/tree-sitter-flow.cson
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: 'flow-javascript'
name: 'Flow JavaScript'
scopeName: 'source.flow'
type: 'tree-sitter'
parser: 'tree-sitter-typescript'

Expand Down
3 changes: 1 addition & 2 deletions grammars/tree-sitter-typescript.cson
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
id: 'typescript'
name: 'TypeScript'
scopeName: 'source.ts'
type: 'tree-sitter'
parser: 'tree-sitter-typescript'
legacyScopeName: 'source.ts'

fileTypes: ['ts', 'tsx']

Expand Down

0 comments on commit 49d5703

Please sign in to comment.