Skip to content

Commit aca32fa

Browse files
Add match for hash (#) comments
1 parent 85c7a0b commit aca32fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

syntax/nu.vim

+1
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ syn match nuParenError ")"
223223
" ---------------------------------------------------------------------
224224
" Comments: {{{1
225225
syn match nuComment ";.*$"
226+
syn match nuComment "#.*$"
226227

227228
" ---------------------------------------------------------------------
228229
" Synchronization: {{{1

0 commit comments

Comments
 (0)