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

enh(csharp) generic modifiers, reference paths, where keyword #2378

Merged
merged 5 commits into from Feb 6, 2020

Conversation

joshgoebel
Copy link
Member

@joshgoebel joshgoebel commented Jan 31, 2020

Closes #2239
Closes #1947.
Closes #1714.

  • enh(csharp) add generic modifiers (in, out)
  • enh(csharp) Allow reference path in class inheritance lists
  • enh(csharp) Support where keyword as class constraint

@joshgoebel joshgoebel added language enhancement An enhancement or new feature labels Jan 31, 2020
@joshgoebel joshgoebel added this to the 10.0 milestone Jan 31, 2020
@joshgoebel joshgoebel changed the title enh(csharp) add generic modifiers csharp fixes Jan 31, 2020
@joshgoebel joshgoebel changed the title csharp fixes enh(csharp) generic modifiers, reference paths, where keyword Feb 2, 2020
src/languages/csharp.js Outdated Show resolved Hide resolved
@joshgoebel
Copy link
Member Author

Ah, ha you are totally right there! So removing the extra set!

Copy link
Collaborator

@egor-rogov egor-rogov left a comment

Choose a reason for hiding this comment

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

👍

@joshgoebel joshgoebel merged commit 98b9cec into highlightjs:master Feb 6, 2020
taufik-nurrohman pushed a commit to taufik-nurrohman/highlight.js that referenced this pull request Feb 18, 2020
…lightjs#2378)

* enh(csharp) add generic modifiers
* enh(csharp) Allow reference path in class inheritance lists. Closes highlightjs#1947.
* enh(csharp) Support `where` keyword as class constraint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An enhancement or new feature language
Projects
None yet
2 participants