Changes

Jump to navigation Jump to search
Created page with "If you edit with nano HTML Files the Code is show DARKBLUE that's bad readable on Terminal (green on black) to change edit: <pre> nano /usr/share/nano/html.nanorc </pre> chan..."
If you edit with nano HTML Files the Code is show DARKBLUE that's bad readable on Terminal (green on black)
to change edit:
<pre>
nano /usr/share/nano/html.nanorc
</pre>
change blue to yellow
<pre>
## Here is a short example for HTML.
##
syntax "html" "\.html$"
color yellow start="<" end=">"
color red "&[^;[[:space:]]]*;"
</pre>
save and exit, now HTML is shown yellow on black

Navigation menu