Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.34 KB

File metadata and controls

30 lines (23 loc) · 1.34 KB

Syntax highlighting for delimiter-separated value formats

This package adds syntax highlighting for three de facto standards for representing tabulated data as plain-text databases compatible with most spreadsheet software:

The ambiguously-named latter format is intended to represent any tabular data that uses a punctuation or control character to delimit its fields.

Limitations

Because the grammars have no way to distinguish data with column headers or determine if non-standard escape characters should be supported, this package avoids making unreasonable assumptions about the author's intent (other than expecting the first row of tabular data to contain the names of each field).