Is there an option to turn of spell check for package and import declarations?
I identified those lines of code
syn keyword scalaExternal package import
hi link scalaExternal Include
but unfortunately don't know how to add @NoSpell or something similar.