vim/bundle/alienscript/ftplugin/alienscript.vim @ 4e6f3d36c241

highligh on lines with three or more instances of profanity
author Steve Losh <steve@stevelosh.com>
date Mon, 02 Jun 2014 11:39:16 -0700
parents e5ca3773b0dd
children (none)
if exists("b:did_alienscript_ftplugin")
    finish
endif


setlocal iskeyword+=-,>,?,=,!,<,>,+,*,/,%,&,|

let b:did_alienscript_ftplugin = 1