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

Commit 590348d

Browse files
committed
💄 Sort file types
1 parent dbf949d commit 590348d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

grammars/json.cson

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
'fileTypes': [
2+
'bowerrc'
3+
'eslintrc'
24
'geojson'
3-
'json'
4-
'topojson'
55
'jshintrc'
66
'jslintrc'
7-
'eslintrc'
8-
'bowerrc'
7+
'json'
8+
'topojson'
99
]
1010
'name': 'JSON'
1111
'patterns': [

0 commit comments

Comments
 (0)