A Glimmer component name can have :: to denote a "namespace", where a component is inside of a directory
It might be nice to allow the namespace to be highlighted independently from the component name -- I'm sure there's a @namespace highlight or something, for languages like Ruby that use that frequently.
At the very least, the namespace should be part of the tag; : is not considered to be part of the tag right now.
<Directory::Component />
{{! <- namespace }}