Skip to content

Add syntax definition for CSV and TSV

Jonathan Poelen requested to merge jpoelen/syntax-highlighting:csv into master
Language name Separator Extension Properties
CSV , (comma) .csv Ignored inside double-quoted fields
TSV \t (TAB) .tsv .tab
CSV (semicolon) ; (semicolon) Ignored inside double-quoted fields
CSV (whitespace) whitespace Consecutive whitespaces are merged
CSV (pipe) | (pipe)

FEATURE: 440823

Merge request reports