Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Add "using" keyword to C# #525

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

breyed
Copy link

@breyed breyed commented Feb 13, 2018

No description provided.

@Coeur
Copy link
Contributor

Coeur commented Mar 2, 2018

Note that the reference list of C# keywords is available at https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/

I've been through the list, and it's actually missing three keywords:

  • explicit
  • namespace
  • using

Copy link
Contributor

@Coeur Coeur left a comment

Choose a reason for hiding this comment

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

Good, but incomplete: please add explicit and namespace too.

`explicit` and `namespace`.
Copy link
Author

@breyed breyed left a comment

Choose a reason for hiding this comment

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

I added explicit and namespace. Thanks for diffing through the keyword list.

@Coeur
Copy link
Contributor

Coeur commented Mar 6, 2018

@mikesamuel, may you merge this one as well?

@mikesamuel
Copy link
Contributor

Please make the changes to js-modules/prettify.js instead and then run

$ npm install && npm run grunt

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants