scopatz / nanorc

Improved Nano Syntax Highlighting Files
Other
3k stars 549 forks source link

remove comment syntax for compability with v2.3 #243

Closed nvitaterna closed 4 years ago

nvitaterna commented 4 years ago

v2.3 is what is installed with the latest Centos7 distro. The comment syntax is not recognized in that version so it can be removed. Comments are already specified later in the file as well:

## Comments
color green start="<!--" end="-->"

Fixes #238

scopatz commented 4 years ago

thanks!