Skip to content

Commit da5e121

Browse files
committed
highlight: rename namespace group to module for 0.10.0
1 parent 01df056 commit da5e121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/nim.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ if has("nvim-0.10.0")
241241
" TSymKind in compiler/ast.nim, sk prefix replaced with nimSug
242242
highlight default link nimSugUnknown Error
243243
highlight default link nimSugParam @variable.parameter
244-
highlight default link nimSugModule @namespace
244+
highlight default link nimSugModule @module
245245
highlight default link nimSugType @type
246246
highlight default link nimSugGenericParam @variable.parameter
247247
highlight default link nimSugVar @variable

0 commit comments

Comments
 (0)