In vim, comments are set with the
set comments command.
To make vim recognize Autohotkey's ; comment, add this :
set comments+=:;
to the Autohotkey's syntax file.
Mine is in a autohotkey.vim file.
Technorati tags: vim, autohotkey
In vim, comments are set with the
set comments command.
To make vim recognize Autohotkey's ; comment, add this :
set comments+=:;
to the Autohotkey's syntax file.
Mine is in a autohotkey.vim file.