smol/syntax
Benno Schulenberg 27aff84f74 syntax: nanorc: paint arguments of 'include' and 'extendsyntax' specially
The path after 'include' is not a regex and does not need to be quoted;
when it's unquoted, colorize it specially, instead of leaving it red.

The syntax name after 'extendsyntax' should be brightgreen, like after
'syntax', but it's better that the subsequent commands have their own
special color.
2021-11-29 11:18:15 +01:00
..
extra tweaks: fold some regexes together, and trim or improve some comments 2021-10-27 11:25:45 +02:00
Makefile.am build: include the YAML syntax file among the distributed files 2021-10-27 11:58:52 +02:00
asm.nanorc tweaks: fold some regexes together, and trim or improve some comments 2021-10-27 11:25:45 +02:00
autoconf.nanorc syntaxes: use one regex for coloring quoted strings, to avoid overlap 2021-10-26 13:28:33 +02:00
awk.nanorc tweaks: swap two parts of specific regexes, for consistency with others 2021-10-27 11:20:07 +02:00
c.nanorc syntaxes: colorize hex more strictly by using character class [:xdigit:] 2021-11-15 16:17:31 +01:00
changelog.nanorc tweaks: fold some regexes together, and trim or improve some comments 2021-10-27 11:25:45 +02:00
cmake.nanorc tweaks: fold some regexes together, and trim or improve some comments 2021-10-27 11:25:45 +02:00
css.nanorc tweaks: fold some regexes together, and trim or improve some comments 2021-10-27 11:25:45 +02:00
default.nanorc syntaxes: replace [[:space:]] with [[:blank:]] to exclude carriage return 2021-04-27 11:18:41 +02:00
elisp.nanorc tweaks: swap two parts of specific regexes, for consistency with others 2021-10-27 11:20:07 +02:00
email.nanorc syntax: email: use a character class, as \s does not work inside brackets 2021-10-18 11:52:05 +02:00
go.nanorc syntaxes: colorize hex more strictly by using character class [:xdigit:] 2021-11-15 16:17:31 +01:00
groff.nanorc tweaks: remove redundant pair of parentheses, and swap two alternatives 2021-10-25 12:45:45 +02:00
guile.nanorc tweaks: fold some regexes together, and trim or improve some comments 2021-10-27 11:25:45 +02:00
html.nanorc tweaks: swap two parts of specific regexes, for consistency with others 2021-10-27 11:20:07 +02:00
java.nanorc syntaxes: uniformize the initial comment 2020-04-20 19:21:56 +02:00
javascript.nanorc syntaxes: colorize hex more strictly by using character class [:xdigit:] 2021-11-15 16:17:31 +01:00
json.nanorc syntaxes: colorize hex more strictly by using character class [:xdigit:] 2021-11-15 16:17:31 +01:00
lua.nanorc syntaxes: colorize hex more strictly by using character class [:xdigit:] 2021-11-15 16:17:31 +01:00
makefile.nanorc syntaxes: replace [[:space:]] with [[:blank:]] to exclude carriage return 2021-04-27 11:18:41 +02:00
man.nanorc syntaxes: remove unneeded backslash escapes before quotes 2020-07-27 13:23:13 +02:00
markdown.nanorc syntax: markdown: add author and license line 2020-09-15 19:11:35 +02:00
nanohelp.nanorc help: use smaller triangles for the arrows 2021-06-14 09:29:27 +02:00
nanorc.nanorc syntax: nanorc: paint arguments of 'include' and 'extendsyntax' specially 2021-11-29 11:18:15 +01:00
nftables.nanorc tweaks: fold some regexes together, and trim or improve some comments 2021-10-27 11:25:45 +02:00
objc.nanorc syntaxes: colorize hex more strictly by using character class [:xdigit:] 2021-11-15 16:17:31 +01:00
ocaml.nanorc tweaks: fold some regexes together, and trim or improve some comments 2021-10-27 11:25:45 +02:00
patch.nanorc syntaxes: uniformize the initial comment 2020-04-20 19:21:56 +02:00
perl.nanorc syntax: perl, ruby: remove arbitrary highlighting of here documents 2021-08-09 09:56:50 +02:00
php.nanorc tweaks: swap two parts of specific regexes, for consistency with others 2021-10-27 11:20:07 +02:00
po.nanorc syntaxes: colorize hex more strictly by using character class [:xdigit:] 2021-11-15 16:17:31 +01:00
python.nanorc tweaks: use a color closer to the rest of the string, to reduce contrast 2021-11-16 16:32:47 +01:00
ruby.nanorc syntax: ruby: colorize embedded documentation as a comment 2021-10-25 13:45:21 +02:00
rust.nanorc tweaks: fold some regexes together, and trim or improve some comments 2021-10-27 11:25:45 +02:00
sh.nanorc tweaks: fold some regexes together, and trim or improve some comments 2021-10-27 11:25:45 +02:00
sql.nanorc syntax: sql: rename the file to match the name of the syntax 2020-06-16 14:44:57 +02:00
tcl.nanorc tweaks: swap two parts of specific regexes, for consistency with others 2021-10-27 11:20:07 +02:00
tex.nanorc syntaxes: uniformize the initial comment 2020-04-20 19:21:56 +02:00
texinfo.nanorc syntax: texinfo: be more precise in colorizing @commands 2021-10-17 12:25:01 +02:00
xml.nanorc tweaks: fold some regexes together, and trim or improve some comments 2021-10-27 11:25:45 +02:00
yaml.nanorc syntax: yaml: allow slash and period in key names 2021-10-03 15:38:43 +02:00