Metadata-Version: 2.1
Name: pygments-csv-lexer
Version: 0.1.2
Summary:  Install custom csv lexer
    
    Instructions:
    
    * http://www.iamjonas.me/2013/03/custom-syntax-in-pygments.html
    * https://stackoverflow.com/a/39540683/298171

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
        ===================
        
        ![CSV lexer demonstration](https://imgur.com/g8TtkgW.png)
        
        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).
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
