Skip to content

Bug fixes (the simplify branch)#3943

Merged
DmitrySharabin merged 7 commits intosimplifyfrom
bug-fixes
May 28, 2025
Merged

Bug fixes (the simplify branch)#3943
DmitrySharabin merged 7 commits intosimplifyfrom
bug-fixes

Conversation

@DmitrySharabin
Copy link
Member

@DmitrySharabin DmitrySharabin commented May 26, 2025

Summary

  • Fix the C, C#, F#, Markdown, PHP, and VB.NET language definitions
  • Fix the issue with deeply nested properties in extend()

@github-actions
Copy link

github-actions bot commented May 26, 2025

No JS Changes

Generated by 🚫 dangerJS against b15d510

import csharp from './csharp';
import markup from './markup';
import type { Grammar, GrammarOptions, LanguageProto } from '../types';
import type { Grammar, GrammarToken, LanguageProto } from '../types';
Copy link
Member Author

@DmitrySharabin DmitrySharabin May 26, 2025

Choose a reason for hiding this comment

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

By bad. I transformed this language incorrectly before.

},
$rest: 'csharp',
grammar ({ base }): Grammar {
const pageDirectiveInside: Grammar = {
Copy link
Member

Choose a reason for hiding this comment

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

Why did we rename this?

Copy link
Member Author

Choose a reason for hiding this comment

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

Hm, something is wrong with the changes I propose. I took the language definition from the v2 branch, not the simplify branch. Let me remove it from the PR for now. We'll return to it later.

Copy link
Member

@LeaVerou LeaVerou left a comment

Choose a reason for hiding this comment

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

See question but otherwise LGTM

@DmitrySharabin
Copy link
Member Author

See question but otherwise LGTM

If you are referring to the ASP.NET language and why we renamed the variable, I removed this language from this PR to update it correctly later.

@DmitrySharabin DmitrySharabin merged commit ccbc10b into simplify May 28, 2025
2 checks passed
@DmitrySharabin DmitrySharabin deleted the bug-fixes branch May 28, 2025 15:44
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.

2 participants