Back to Prql

Syntax highlighting for GNU nano

grammars/nano/README.md

0.13.12397 B
Original Source

Syntax highlighting for GNU nano

This is a syntax highlighting file for the GNU nano text editor.

Installation

To install place the prql.nanorc file in the ~/.nano/ directory and include the following line in your .nanorc file.

include "~/.nano/prql.nanorc"

You can append it with this command:

echo 'include "~/.nano/prql.nanorc"' >> ~/.nanorc