Closed zioroboco closed 1 year ago
👋 😊
Shebang lines (#!/some/binary --etc) are a distinct type according to the grammar, but currently aren't included in the highlights query.
#!/some/binary --etc
This change treats them as regular comments for the purpose of highlighting.
Let's land this and circle-back later if we want to change the shebang coloring.
👋 😊
Shebang lines (
#!/some/binary --etc
) are a distinct type according to the grammar, but currently aren't included in the highlights query.This change treats them as regular comments for the purpose of highlighting.