nano-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nano-devel] nanorc tweaks


From: Mike Frysinger
Subject: [Nano-devel] nanorc tweaks
Date: Sat, 25 Jun 2005 02:57:45 -0400
User-agent: KMail/1.8.1

the syntax "c-file" could be updated to also match 'cxx' and 'hxx' file 
types ...

the line for matching define/undef/include/etc... should use [[:space:]] 
instead of a space that way tabs get matched too:
-# color brightcyan "^ *# *(define|un...
+# color brightcyan "^[[:space:]]*#[[:space:]]*(define|un...
would also be nice to include 'warning' and 'error' in that list ;)

also, find attached the beginnings of assembler color
-mike

Attachment: nanorc-asm
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]