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 b4b5543 + aa40a1d commit 9d77a6bCopy full SHA for 9d77a6b
powershell.nanorc
@@ -24,10 +24,9 @@ icolor brightcyan "\<(class|enum|function|using|assembly|command|module|namespac
24
## Types
25
icolor green "\<(string|char|byte|int|long|bool|decimal|single|double|DateTime|xml|array|hashtable|void)\>"
26
27
-# TODO: This logic seems a bit off... look into this
28
## Comments
29
color cyan start="<#" end="#>"
30
-color cyan "(^|[[:space:]])#[^>].*$"
+color cyan "(^|[[:space:]])#[^>]([^#]|#[^>])*$"
31
32
## Quoted text
33
color brightyellow "\"[^\"]*\""
0 commit comments