A Text Comment is a comment located on the right side of a line. Starts with a # and stops before a new line.
This should also ignore /#, which is an escape sequence to write #.
|
" TODO: text comment |
|
" eng Love is overflowing already #this might be incorrect |
|
" ^-------- Text comment |
A Text Comment is a comment located on the right side of a line. Starts with a
#and stops before a new line.This should also ignore
/#, which is an escape sequence to write#.vim-kara/syntax/kara.vim
Lines 20 to 22 in 8ed50bb