Metadata-Version: 2.4
Name: pygments-nushell
Version: 0.3.0
Summary: Nushell lexer for Pygments
Author-email: James Dugan <jdugan6240@vivaldi.net>
License-Expression: 0BSD
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: pygments>=2.19.2
Description-Content-Type: text/markdown

# Pygments Nushell Lexer

This project implements a Nushell lexer for the Pygments library.

To use in your project, add the following to your pyproject.toml:

```toml
[project.entry-points."pygments.lexers"]
pygments_kakoune = "pygments_nushell:NuLexer"
```

## License

This project is licensed under the 0BSD license.
