sponsor Vim development Vim logo Vim Book Ad

autoit.vim : AutoIt syntax file

 script karma  Rating 153/84, Downloaded by 4357  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"
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
autoit.vim 1.10 2010-04-14 7.0 Jared Breland Updated for AutoIt 3.3.6.0
autoit.vim 1.9 2009-05-17 7.0 Jared Breland updated for AutoIt 3.3.0.0
added the MANY new constants and UDFs added in recent versions
autoit.vim 1.8 2008-10-09 7.0 Jared Breland updated for AutoIt 3.2.12.1
autoit.vim 1.7 2008-02-24 7.0 Jared Breland updated for AutoIt 3.2.10.0
autoit.vim 1.6 2007-06-10 6.0 Jared Breland updated for AutoIt 3.2.4.9
autoit.vim 1.5 2007-01-11 6.0 Jared Breland updated for AutoIt 3.2.2.0
updated constant and option strings to recognize ' and " quotes
more cleanup for inclusion in Vim distribution
autoit.vim 1.4 2006-08-27 6.0 Jared Breland Updated for AutoIt 3.2.0.1
autoit.vim 1.3 2006-05-13 6.0 Jared Breland Updated for AutoIt 3.1.1.123-beta
Added new keywords and functions
Added Styles section
Added Constants section
Added Send Key section
Changed variable formatting to match PHP style
autoit.vim 1.2 2005-10-07 6.0 Jared Breland Updated for AutoIt 3.1.1.78-beta;
Added new keywords and functions;
Added section for options
autoit.vim 1.1 2005-03-15 6.0 Jared Breland Initial upload
ip used for rating: 23.20.220.59

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github