mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-22 21:01:24 +03:00
b0ef2e2803
They are not documentation, they are functional elements of nano.
11 lines
231 B
Plaintext
11 lines
231 B
Plaintext
## Here is an example for Magicpoint presentations.
|
|
|
|
syntax "mgp" "\.mgp$"
|
|
header "^%include.*"
|
|
comment "#"
|
|
|
|
icolor green "^%[a-z].*$"
|
|
color cyan "(^|[[:space:]])#.*$"
|
|
color cyan "(^|[[:space:]])%%.*$"
|
|
color ,green "[[:space:]]+$"
|