Metadata-Version: 2.1
Name: pygments-csv-lexer
Version: 0.1.3
Summary:  pygments-csv-lexer – A simple CSV lexer for the Pygments syntax highlighter 
Home-page: https://github.com/fish2000/pygments-csv-lexer
Author: Alexander Böhn
Author-email: fish2000@gmail.com
License: MIT
Download-URL: https://github.com/fish2000/pygments-csv-lexer/zipball/master
Description: CSV Lexer for Pygments
        ===================
        
        <!-- https://imgur.com/VADHMMY.png -->
        
        ![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).
Keywords: pygmemts tabular data pygments-csv-lexer fish2000 tables comma-separated values syntax highlighting syntax coloring csv lexer regex regular expressions
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
