Skip to content

Commit

Permalink
Add alias as vim syntax keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
adigitoleo committed Feb 7, 2021
1 parent 37deb0b commit 918b111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/vim/syntax/enaml.vim
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ else
endif

" Enaml extensions
syn keyword enamlStatement enamldef attr func
syn keyword enamlStatement enamldef attr func alias
" FIXME: This captures the predefined operators, not any extensions that may be
" added.
syn match enamlOperator "\%(\w\|\s\)\zs\(::\|<<\|>>\|=\|:=\)\ze\%(\w\|\s\|$\)"
Expand Down

0 comments on commit 918b111

Please sign in to comment.