Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-11T02:56:15.000Z (over 2 years ago)
- Last Synced: 2024-04-29T22:07:56.709Z (7 months 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: 3
- Forks: 4
- 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
===================![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).