Skip to content

Commit

Permalink
fix operator highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
cappyzawa committed May 11, 2019
1 parent bc62b00 commit 4666ec3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions syntax/starlark.vim
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ syn match starlarkType /\<def\>/
hi def link starlarkStatement Statement
hi def link starlarkConditional Conditional
hi def link starlarkRepeat Repeat
hi def link starlarkOperator Operator
hi def link starlarkType Type

syn keyword starlarkBuitin any all bool chr dict dir enumerate float gatattr hasattr hash int len list max min ord print range repr reversed set sorted str tuple type zip
Expand Down

0 comments on commit 4666ec3

Please sign in to comment.