## Description Master issue: #13 The package name is not syntax highlighted. The comment associated with the package also does not show up. Code: ```go // This is a package comment package main ``` Screenshot: <img width="667" alt="Image" src="https://github.com/user-attachments/assets/7e956b82-8626-4c88-80f8-ab908795efd9" /> Expected behavior (Go extension): <img width="667" alt="Image" src="https://github.com/user-attachments/assets/bb383843-11c8-47de-8248-01e323fce6dd" />
Description
Master issue: #13
The package name is not syntax highlighted.
The comment associated with the package also does not show up.
Code:
Screenshot:
Expected behavior (Go extension):