Skip to content

Commit

Permalink
Merge pull request #40 from Niels-NTG/TSV_auto_detect
Browse files Browse the repository at this point in the history
Auto activate package for TSV files
  • Loading branch information
wadetb committed Dec 1, 2016
2 parents 1b76b86 + 015943b commit 520a14a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AdvancedCSV.YAML-tmLanguage
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# [PackageDev] target_format: plist, ext: tmLanguage
---
name: Advanced CSV
fileTypes: [csv]
fileTypes: [csv, tsv]
scopeName: text.advanced_csv
uuid: 7ce133ea-e34b-47d9-a03c-341293337c88

Expand Down
1 change: 1 addition & 0 deletions AdvancedCSV.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<key>fileTypes</key>
<array>
<string>csv</string>
<string>tsv</string>
</array>
<key>name</key>
<string>Advanced CSV</string>
Expand Down

0 comments on commit 520a14a

Please sign in to comment.