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.
1 parent 6658b83 commit 3ebf9cdCopy full SHA for 3ebf9cd
powershell.nanorc
@@ -26,6 +26,7 @@ icolor green "\<(string|char|byte|int|long|bool|decimal|single|double|DateTime|x
26
27
## Comments
28
color cyan start="<#" end="#>"
29
+# Rule out end-of-block-comment (galenguyer/nano-syntax-highlighting/issues/5)
30
color cyan "(^|[[:space:]])#[^>]([^#]|#[^>])*$"
31
color brightwhite,yellow "\<(FIXME|TODO|XXX)\>"
32
0 commit comments