Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/serialhex/nano-highlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Patera <serialhex@gmail.com>2014-11-13 23:19:33 +0300
committerJustin Patera <serialhex@gmail.com>2014-11-13 23:19:33 +0300
commiteabd45004c389f4422a526eeccdd7bba20bdd006 (patch)
tree04020d0e40d9098ace8ddf941df7c3bd7a89a5f9
parentc7cdaf090de8651978062baa06f26aebc09602db (diff)
changed assembler
-rw-r--r--asm.nanorc1
1 files changed, 1 insertions, 0 deletions
diff --git a/asm.nanorc b/asm.nanorc
index 252127e..0c0c48a 100644
--- a/asm.nanorc
+++ b/asm.nanorc
@@ -11,6 +11,7 @@ color brightcyan "^[[:space:]]*#[[:space:]]*(define|undef|include|ifn?def|endif|
color brightyellow "<[^= ]*>" ""(\\.|[^"])*""
color brightyellow start=""(\\.|[^"])*\\[[:space:]]*$" end="^(\\.|[^"])*""
## Highlight comments
+color brightblue ";.*"
color brightblue "//.*"
color brightblue start="/\*" end="\*/"
## Highlight trailing whitespace