Skip to content

Commit

Permalink
Include from import in vim syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
drslump committed Nov 19, 2012
1 parent 3a9dc9f commit 0a8fb19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extras/boo.vim
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ syn keyword booModifier abstract final internal override ref new
syn keyword booModifier partial static transient virtual event

syn region booImportRegion start="^import" end="$" contains=booImport
syn region booImportRegion start="^from" end="$" contains=booImport
syn keyword booImport import as from contained

syn keyword booRepeat for while then
Expand Down

0 comments on commit 0a8fb19

Please sign in to comment.