Skip to content

Commit 3ebf9cd

Browse files
committed
enh(powershell): add comments
1 parent 6658b83 commit 3ebf9cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

powershell.nanorc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ icolor green "\<(string|char|byte|int|long|bool|decimal|single|double|DateTime|x
2626

2727
## Comments
2828
color cyan start="<#" end="#>"
29+
# Rule out end-of-block-comment (galenguyer/nano-syntax-highlighting/issues/5)
2930
color cyan "(^|[[:space:]])#[^>]([^#]|#[^>])*$"
3031
color brightwhite,yellow "\<(FIXME|TODO|XXX)\>"
3132

0 commit comments

Comments
 (0)