From 31a2bcf43697d4fb24a36dd7f7c825bba401067d Mon Sep 17 00:00:00 2001 From: Simon Volpert Date: Sat, 5 Jan 2019 18:20:10 +0200 Subject: [PATCH] Change the Python file header text --- python.nanorc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python.nanorc b/python.nanorc index 1dfcfd1..9c321e6 100644 --- a/python.nanorc +++ b/python.nanorc @@ -1,5 +1,5 @@ -## Here is an example for Python. -## +## Python syntax highlighting rules for Nano + syntax "python" "\.py$" header "^#!.*/(env +)?python[-0-9._]*( |$)" magic "Python script"