Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(C#) file keyword/accessibility modifier isn't highlighted #4050

Open
Arthri opened this issue May 17, 2024 · 0 comments
Open

(C#) file keyword/accessibility modifier isn't highlighted #4050

Arthri opened this issue May 17, 2024 · 0 comments
Labels
bug good first issue Should be easier for first time contributors help welcome Could use help from community language

Comments

@Arthri
Copy link

Arthri commented May 17, 2024

Describe the issue
The file accessibility modifier is left unhighlighted when applied to top-level types

Which language seems to have the issue?
C#

Are you using highlight or highlightAuto?
highlight

...

Sample Code to Reproduce

file class K {}
public class K {}

Highlight.js demo

Expected behavior
The file class keyword shares the same color as other accessibility modifiers such as public and private

Additional context
None

@Arthri Arthri added bug help welcome Could use help from community language labels May 17, 2024
@joshgoebel joshgoebel added the good first issue Should be easier for first time contributors label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug good first issue Should be easier for first time contributors help welcome Could use help from community language
Projects
None yet
Development

No branches or pull requests

2 participants