PavelTorgashov / FastColoredTextBox

Fast Colored TextBox for Syntax Highlighting. The text editor component for .NET.
Other
1.21k stars 464 forks source link

Add missing C# preprocessor directives to CSharpKeywordRegex #158

Open HSyr opened 5 years ago

HSyr commented 5 years ago

Currently CSharpKeywordRegexcontains only #region and #endregion. But there are more. See https://docs.microsoft.com/cs-cz/dotnet/csharp/language-reference/preprocessor-directives/.

nongcaro commented 5 years ago

Just add that yourself and do a PR.

HSyr commented 5 years ago

What does the "PR" stand for? I downloaded the repository, made a local commit, but cannot then push the changes as I do not have the permissions.

PavelTorgashov commented 5 years ago

@HSyr Hi, Make clone to your repository, make changes and then make pull request. Or I will copy changes manually to this repository.