Skip to content

Add wordPattern to language configuration#12

Merged
danielvartan merged 3 commits into
mainfrom
feature/word-pattern
Jun 7, 2026
Merged

Add wordPattern to language configuration#12
danielvartan merged 3 commits into
mainfrom
feature/word-pattern

Conversation

@danielvartan

Copy link
Copy Markdown
Owner

Closes #11.

Copilot AI review requested due to automatic review settings June 7, 2026 17:46

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a VS Code wordPattern to the NetLogo language configuration so kebab-case identifiers (common in NetLogo) are treated as a single “word” for editor word navigation/selection.

Changes:

  • Add a custom wordPattern regex to language-configuration.json to include - (and also ?/!) in identifier-style word selection.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread language-configuration.json Outdated
danielvartan and others added 2 commits June 7, 2026 14:48
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@danielvartan danielvartan changed the title Add wordPattern to language configuration Add wordPattern to language configuration Jun 7, 2026
@danielvartan
danielvartan merged commit 23c9ad0 into main Jun 7, 2026
2 checks passed
@danielvartan
danielvartan deleted the feature/word-pattern branch June 7, 2026 17:51
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.

Include kebab-case in language configuration.

2 participants