* Nanorc: Copy comment syntax from nano 4.6 nanorcs

This commit is contained in:
Zach DeCook
2019-12-18 11:13:13 -05:00
parent c705a50603
commit 97f06f6c73
29 changed files with 47 additions and 2 deletions
+1
View File
@@ -3,6 +3,7 @@
syntax "python" "\.py$"
header "^#!.*/(env +)?python[-0-9._]*( |$)"
magic "Python script"
comment "#"
## built-in objects
color cyan "\<(None|self|True|False)\>"