Personal dotfiles
fork

Configure Feed

Select the types of activity you want to include in your feed.

csharp internal keyword

+1 -1
+1 -1
kak/autoload/filetype/csharp.kak
··· 60 60 add-highlighter shared/csharp/code/ regex "-?\b[0-9_]*\.[0-9_]+([eE][+-]?[0-9_]+)?\b" 0:value 61 61 add-highlighter shared/csharp/code/ regex "\b(void|dynamic|string|int|char|decimal|bool|double|float|object|List|IList|Enumerable|IEnumerable)\b" 0:type 62 62 add-highlighter shared/csharp/code/ regex "\b(while|for|foreach|in|out|if|else|do|static|readonly|switch|case|default|class|interface|enum|break|continue|return|async|await|using|namespace|try|catch|throw|new|extends|implements|throws|instanceof|finally|as|get|set|var|yield|const|is|not|where)\b" 0:keyword 63 - add-highlighter shared/csharp/code/ regex "\b(final|public|protected|private|partial|abstract|override)\b" 0:attribute 63 + add-highlighter shared/csharp/code/ regex "\b(final|public|protected|private|partial|abstract|internal|override)\b" 0:attribute 64 64 add-highlighter shared/csharp/code/ regex "#(if|else|endif|region|endregion|define)\b" 0:meta 65 65 add-highlighter shared/csharp/code/ regex (\[|\]|=|==|!=|\+=|-=|\*=|/=|%=|<|>|<=|>=|\+|-|/|\*|%|~|\||\|\||&|&&|!|\^|\?|:|<<|>>|<<=|>>=|\.) 1:operator 66 66