tpope / vim-commentary

commentary.vim: comment stuff out
http://www.vim.org/scripts/script.php?script_id=3695
5.9k stars 214 forks source link

Julia comments #79

Closed scwood closed 8 years ago

scwood commented 8 years ago

I'm getting semi-colons when I use commentary in a Julia file. Comments should be started with hashes.

; println("hi") # getting this
# println("hi") # should be this