diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2018-12-26 10:41:57 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2018-12-26 10:41:57 +0100 |
commit | d43b70d93987c94d15a352cf0026fb93d3317cc8 (patch) | |
tree | 74470b6cc30ddb4ef8ceb2ec557bc32ccccb5ebb /syntax/nim.vim | |
parent | ec1c94306953b678bb36572897bd218fe6c76506 (diff) | |
download | vim-polyglot-d43b70d93987c94d15a352cf0026fb93d3317cc8.tar.gz vim-polyglot-d43b70d93987c94d15a352cf0026fb93d3317cc8.zip |
Update
Diffstat (limited to 'syntax/nim.vim')
-rw-r--r-- | syntax/nim.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/syntax/nim.vim b/syntax/nim.vim index d69166b3..aa5396cf 100644 --- a/syntax/nim.vim +++ b/syntax/nim.vim @@ -40,14 +40,14 @@ syn keyword nimKeyword bind block break syn keyword nimKeyword case cast concept const continue converter syn keyword nimKeyword defer discard distinct div do syn keyword nimKeyword elif else end enum except export -syn keyword nimKeyword finally for from func +syn keyword nimKeyword finally for from syn keyword nimKeyword generic syn keyword nimKeyword if import in include interface is isnot iterator syn keyword nimKeyword let syn keyword nimKeyword mixin using mod syn keyword nimKeyword nil not notin syn keyword nimKeyword object of or out -syn keyword nimKeyword proc method macro template nextgroup=nimFunction skipwhite +syn keyword nimKeyword proc func method macro template nextgroup=nimFunction skipwhite syn keyword nimKeyword ptr syn keyword nimKeyword raise ref return syn keyword nimKeyword shared shl shr static |