Skip to content

fix: correct broken #constructors include in jvm-bytecode grammar#1892

Merged
tgodzik merged 2 commits into
mainfrom
copilot/fix-grammar-in-include
Mar 18, 2026
Merged

fix: correct broken #constructors include in jvm-bytecode grammar#1892
tgodzik merged 2 commits into
mainfrom
copilot/fix-grammar-in-include

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 18, 2026

The JVM bytecode TextMate grammar referenced a non-existent repository rule #constructors, breaking constructor syntax highlighting. The actual repository key is #constructor (singular).

  • syntaxes/jvm-bytecode.json: rename include reference #constructors#constructor
Original prompt

This section details on the original issue you should resolve

<issue_title>Broken include</issue_title>
<issue_description>constructors should be constructor

"include": "#constructors"

Image</issue_description>

<agent_instructions>Fix the grammar</agent_instructions>

Comments on the Issue (you are @copilot in this section)


💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.

Copilot AI changed the title [WIP] Fix broken include grammar in jvm-bytecode.json fix: correct broken #constructors include in jvm-bytecode grammar Mar 18, 2026
Copilot AI requested a review from tgodzik March 18, 2026 10:28
@tgodzik tgodzik marked this pull request as ready for review March 18, 2026 10:42
@tgodzik tgodzik merged commit 18834fe into main Mar 18, 2026
16 of 17 checks passed
@tgodzik tgodzik deleted the copilot/fix-grammar-in-include branch March 18, 2026 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Broken include

2 participants