1
1
nano/doc/syntax/html.nanorc

9 строки
177 B
Plaintext
Исходник Обычный вид История

## Here is a short example for HTML.
syntax "html" "\.html?$"
magic "HTML document text"
color cyan start="<" end=">"
color red "&[^;[:space:]]*;"
color green ""(\\.|[^"])*""