2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

VimにActionScriptシンタックス追加

Posted at

##やりたい事

vimでActionScriptのソースファイルをシンタックスハイライトさせたい。

##環境

Windows7
GVIM 7.3 kaoriya

##手順

###1.シンタックス設定用ファイル(actionscript.vim)をDLする

###2.ファイルをvimのsyntaxディレクトリに配置

VIM_DIR\vim73\syntax\actionscript.vim

###3._vimrcに設定を追加

_vimrc
au BufNewFile,BufRead *.as set filetype=actionscript
2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?