Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 291 Bytes

File metadata and controls

9 lines (5 loc) · 291 Bytes

This is a vim color syntax file for AS3 that I wrote.

To use it, install it to ~/.vim/syntax and set your filetype to as3 in vim.

Here's a way to do that last part automatically when *.as files are opened.

autocmd BufRead,BufNewFile *.as set filetype=as3

Contributions are welcome.