autoit.vim : AutoIt syntax file
script karma |
Rating 153/84,
Downloaded by 4810 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Jared Breland |
|
script type |
syntax |
|
description |
This is a syntax file for AutoIt v3, available from http://www.autoitscript.com/autoit3/.
This is an updated version of Riccardo Casini's original script:
http://www.vim.org/scripts/script.php?script_id=968
Version 1.5 is included with the official Vim distribution beginning with version 7.1, but I will continue to update the syntax file as necessary for future versions of AutoIt. These updates, along with change details, will be posted here. |
|
install details |
For Vim version 7.1 and above, which includes support for AutoIt by default, simply replace syntax\autoit.vim in your Vim installation directory with the latest version of the AutoIt syntax file.
For older versions of Vim, which do not support AutoIt by default, follow these instructions:
1) copy the file in your current vim syntax folder
2) add the following line in your filetype.vim file, in the correct position, to recognize .au3 files by extension:
"au BufNewFile,BufRead *.au3 setf autoit3" |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.145.2.74
|