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
- Host: GitHub
- URL: https://github.com/fish2000/pygments-csv-lexer
- Owner: fish2000
- License: other
- Created: 2019-03-11T19:09:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-11T02:56:15.000Z (about 3 years ago)
- Last Synced: 2025-04-15T07:57:05.813Z (about 1 month ago)
- Topics: comma-separated, comma-separated-values, csv, lexer, plugin, pygments, pygments-lexer, pygments-plugin, python, regular-expressions, syntax-highlighting, tabular, tabular-data, tabular-data-formatter
- Language: Python
- Size: 25.4 KB
- Stars: 3
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
CSV Lexer for Pygments
===================
A simple, custom [CSV lexer](http://pygments.org/docs/lexerdevelopment/) for the [Pygments syntax highlighter](http://pygments.org/).

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).