Make vim recognise Autohotkey's ; comment symbol

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: ,
Custom Search