Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 544 Bytes

File metadata and controls

17 lines (9 loc) · 544 Bytes

@cookshack/codemirror-lang-csv

Minimal CSV language package for CodeMirror 6, with basic rainbow highlighting.

Based on Ian Bobinac's codemirror-lang-csv.

Screenshot

Usage

import { csv } from "codemirror-lang-csv"

Add csv() as an extension to codemirror.

License

MIT