From 4666ec372f3d4aff8a368fc7843ace332b1dd2a1 Mon Sep 17 00:00:00 2001 From: cappyzawa Date: Sun, 12 May 2019 04:21:59 +0900 Subject: [PATCH] fix operator highlight --- syntax/starlark.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/syntax/starlark.vim b/syntax/starlark.vim index ccfde69..b610388 100644 --- a/syntax/starlark.vim +++ b/syntax/starlark.vim @@ -14,6 +14,7 @@ syn match starlarkType /\/ 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