We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01df056 commit da5e121Copy full SHA for da5e121
syntax/nim.vim
@@ -241,7 +241,7 @@ if has("nvim-0.10.0")
241
" TSymKind in compiler/ast.nim, sk prefix replaced with nimSug
242
highlight default link nimSugUnknown Error
243
highlight default link nimSugParam @variable.parameter
244
- highlight default link nimSugModule @namespace
+ highlight default link nimSugModule @module
245
highlight default link nimSugType @type
246
highlight default link nimSugGenericParam @variable.parameter
247
highlight default link nimSugVar @variable
0 commit comments