Merge pull request #2831 from FarbodSalamat-Zadeh/patch-1

Add CSV as data type to languages.yml
This commit is contained in:
Arfon Smith
2016-02-27 15:54:44 -07:00
3 changed files with 9 additions and 2 deletions

View File

@@ -475,6 +475,13 @@ CSS:
extensions:
- .css
CSV:
type: data
ace_mode: text
tm_scope: none
extensions:
- .csv
Cap'n Proto:
type: programming
tm_scope: source.capnp

View File

@@ -152,7 +152,7 @@ class TestBlob < Minitest::Test
end
def test_csv
assert fixture_blob("Data/cars.csv").csv?
assert sample_blob("CSV/cars.csv").csv?
end
def test_pdf