From 8421af572e567fb8f28162e4304023a224faac7a Mon Sep 17 00:00:00 2001 From: Syntax Date: Wed, 23 Jul 2025 02:57:31 -0300 Subject: [PATCH] Teste 4 --- highlighting/nano-reddust/reddust.nanorc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 highlighting/nano-reddust/reddust.nanorc diff --git a/highlighting/nano-reddust/reddust.nanorc b/highlighting/nano-reddust/reddust.nanorc new file mode 100644 index 0000000..ba5f784 --- /dev/null +++ b/highlighting/nano-reddust/reddust.nanorc @@ -0,0 +1,12 @@ +## RedDust syntax for Nano + +syntax "reddust" "\.redd$" + +# Comentários +color green "//.*$" + +# Comandos - apenas o primeiro dígito HEX (0-F) no começo da linha, antes do ';' +color brightred "^[0-9A-F];" + +# Números hexadecimais isolados +color brightcyan "\b[0-9A-F]\b"