mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Add CSV as data type to languages.xml
Adds the .csv extension (and also .txt extension) so that this file type is shown when searching on GitHub.
This commit is contained in:
		| @@ -475,6 +475,12 @@ CSS: | |||||||
|   extensions: |   extensions: | ||||||
|   - .css |   - .css | ||||||
|    |    | ||||||
|  | CSV: | ||||||
|  |   type: data | ||||||
|  |   extensions: | ||||||
|  |   - .csv | ||||||
|  |   - .txt | ||||||
|  |  | ||||||
| Cap'n Proto: | Cap'n Proto: | ||||||
|   type: programming |   type: programming | ||||||
|   tm_scope: source.capnp |   tm_scope: source.capnp | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user