We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1e6af5 + 3fcd1db commit cd7151fCopy full SHA for cd7151f
elixir.nanorc
@@ -29,16 +29,16 @@ color brightmagenta "~[a-z]\/([^\/])*\/[a-z]*" "~[a-z]\|([^\|])*\|[a-z]*" "~[a-z
29
## Strings, double-quoted
30
color green ""([^"]|(\\"))*""
31
32
-## Expression substitution. These go inside double-quoted strings,
33
-## "like #{this}".
34
-color brightgreen "#\{[^}]*\}"
35
-
36
## Strings, single-quoted
37
color green "'([^']|(\\'))*'"
38
+## Expression substitution. These go inside double-quoted strings,
+## "like #{this}".
+color normal "#\{[^}]*\}"
+
39
## Comments
40
-color cyan "#.*$" "#$"
41
-color brightcyan "##.*$" "##$"
+color cyan "(^|[[:space:]])#([^{].*|)$"
+color brightcyan "(^|[[:space:]])##.*$"
42
43
## "Here" docs
44
color green start="\"\"\"" end="\"\"\""
0 commit comments