Skip to content

Commit

Permalink
Remove incompatibility with latest javascript mode
Browse files Browse the repository at this point in the history
  • Loading branch information
brianc committed Sep 10, 2014
1 parent 4d1b893 commit 6ea7030
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion after/syntax/javascript.vim
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ if !has('conceal')
endif

" remove the keywords. we'll re-add them below
syntax clear javaScriptFunction
syntax match javaScriptFunction /\<function\>/ nextgroup=javaScriptFuncName skipwhite conceal cchar=λ
" syntax match javaScriptFunctionNoParams /function()/ conceal cchar=λ

Expand Down

0 comments on commit 6ea7030

Please sign in to comment.