Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fish2000/pygments-csv-lexer

My fork of https://github.com/Kristinita/PygmentsCSVLexer
https://github.com/fish2000/pygments-csv-lexer

comma-separated comma-separated-values csv lexer plugin pygments pygments-lexer pygments-plugin python regular-expressions syntax-highlighting tabular tabular-data tabular-data-formatter

Last synced: about 1 month ago
JSON representation

My fork of https://github.com/Kristinita/PygmentsCSVLexer

Awesome Lists containing this project

README

        

CSV Lexer for Pygments
===================

![CSV lexer in “pygmentize -L” list](https://imgur.com/Xf3tRh0.png)

A simple, custom [CSV lexer](http://pygments.org/docs/lexerdevelopment/) for the [Pygments syntax highlighter](http://pygments.org/).

![CSV lexer demonstration](https://imgur.com/g8TtkgW.png)

The code is originally based on [this StackOverflow answer](https://stackoverflow.com/a/25508711/298171). The project, in its current incarnation, is a fork of [this repo here](https://github.com/Kristinita/PygmentsCSVLexer).