mirror of
https://github.com/scopatz/nanorc
synced 2025-06-20 13:40:07 +02:00
More highlight keys.
This commit is contained in:
parent
405a71cc65
commit
3efc1319b2
@ -9,15 +9,33 @@
|
|||||||
## No GUI colors in original ...
|
## No GUI colors in original ...
|
||||||
|
|
||||||
# Text Colors
|
# Text Colors
|
||||||
|
## Strings and Comments:
|
||||||
|
## In general you will want your strings and comments to come last,
|
||||||
|
## because highlighting rules are applied in the order they are read in.
|
||||||
|
## The words should be in singular.
|
||||||
|
## BTICKS = backtick
|
||||||
|
## TSPACE = trailing whitespace
|
||||||
|
## VERSION = version numbers
|
||||||
|
## REMINDERS = fixme, todo, xxx
|
||||||
|
|
||||||
s|COMMENT1|brightblue|
|
s|CONSTANT|brightred|
|
||||||
s|COMMENT2|cyan|
|
s|FUNCTION|magenta|
|
||||||
s|ERROR|brightred|
|
|
||||||
s|KEYWORD1|brightgreen|
|
s|KEYWORD1|brightgreen|
|
||||||
s|KEYWORD2|green|
|
s|KEYWORD2|green|
|
||||||
|
s|DIRECTIVE|brightcyan|
|
||||||
|
s|STRING1|brightmagenta|
|
||||||
|
s|STRING2|brightyellow|
|
||||||
|
s|COMMENT1|brightblue|
|
||||||
|
s|COMMENT2|cyan|
|
||||||
s|COLOR|yellow|
|
s|COLOR|yellow|
|
||||||
s|STRING|brightmagenta|
|
s|MACRO|cyan|
|
||||||
|
s|ERROR|brightred|
|
||||||
|
s|OPERATORS|green|
|
||||||
|
s|BRACKET|magenta|
|
||||||
|
s|BTICKS|green|
|
||||||
s|TSPACE|,green|
|
s|TSPACE|,green|
|
||||||
|
s|VERSION|red|
|
||||||
|
s|REMINDERS|brightwhite,yellow|
|
||||||
|
|
||||||
# Macros
|
# Macros
|
||||||
## No Macros in original ...
|
## No Macros in original ...
|
||||||
|
48
todo.md
48
todo.md
@ -1,4 +1,50 @@
|
|||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
|
0. List the colors used in originalm and in the project.
|
||||||
1. Combine original files with project files.
|
1. Combine original files with project files.
|
||||||
2.
|
2. See if there is any command to check the atual version of nano (to update the files BEFORE a release).
|
||||||
|
|
||||||
|
- asm.nanorc
|
||||||
|
- autoconf.nanorc
|
||||||
|
- awk.nanorc
|
||||||
|
- c.nanorc
|
||||||
|
- changelog.nanorc
|
||||||
|
cmake.nanorc
|
||||||
|
css.nanorc
|
||||||
|
debian.nanorc
|
||||||
|
default.nanorc
|
||||||
|
elisp.nanorc
|
||||||
|
fortran.nanorc
|
||||||
|
gentoo.nanorc
|
||||||
|
go.nanorc
|
||||||
|
groff.nanorc
|
||||||
|
guile.nanorc
|
||||||
|
html.nanorc
|
||||||
|
java.nanorc
|
||||||
|
javascript.nanorc
|
||||||
|
json.nanorc
|
||||||
|
lua.nanorc
|
||||||
|
makefile.nanorc
|
||||||
|
man.nanorc
|
||||||
|
mgp.nanorc
|
||||||
|
mutt.nanorc
|
||||||
|
nanohelp.nanorc
|
||||||
|
nanorc.nanorc
|
||||||
|
nftables.nanorc
|
||||||
|
objc.nanorc
|
||||||
|
ocaml.nanorc
|
||||||
|
patch.nanorc
|
||||||
|
perl.nanorc
|
||||||
|
php.nanorc
|
||||||
|
po.nanorc
|
||||||
|
postgresql.nanorc
|
||||||
|
pov.nanorc
|
||||||
|
python.nanorc
|
||||||
|
ruby.nanorc
|
||||||
|
rust.nanorc
|
||||||
|
sh.nanorc
|
||||||
|
spec.nanorc
|
||||||
|
tcl.nanorc
|
||||||
|
tex.nanorc
|
||||||
|
texinfo.nanorc
|
||||||
|
xml.nanorc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user