csharp--make-mode-syntax-table | Workaround for Emacs bug#57065. |
csharp--regex-identifier | Regex describing an identifier in C#. |
csharp--regex-identifier-matcher | Regex matching an identifier in C#. |
csharp--regex-type-name | Regex describing a type identifier in C#. |
csharp--regex-type-name-matcher | Regex matching a type identifier in C#. |
csharp--regex-using-or-namespace | Regex matching identifiers after a using or namespace |
csharp-codedoc-tag-face | Face to be used on the codedoc docstring tags. |
csharp-compilation-re-msbuild-error | Regexp to match compilation error from msbuild. |
csharp-compilation-re-msbuild-warning | Regexp to match compilation warning from msbuild. |
csharp-compilation-re-xbuild-error | Regexp to match compilation error from xbuild. |
csharp-compilation-re-xbuild-warning | Regexp to match compilation warning from xbuild. |
csharp-font-lock-extra-types | List of extra types (aside from the type keywords) to recognize in C# mode. |
csharp-font-lock-keywords | Default expressions to highlight in C# mode. |
csharp-font-lock-keywords-1 | Minimal font locking for C# mode. |
csharp-font-lock-keywords-2 | Fast normal font locking for C# mode. |
csharp-font-lock-keywords-3 | Accurate normal font locking for C# mode. |
csharp-mode-abbrev-table | Abbrev table for ‘csharp-mode’. |
csharp-mode-hook | Hook run after entering ‘csharp-mode’. |
csharp-mode-map | Keymap used in ‘csharp-mode’ buffers. |
csharp-mode-menu | C# Mode Commands. |
csharp-mode-syntax-table | Syntax table used in ‘csharp-mode’ buffers. |
csharp-ts-mode--keywords | C# keywords for tree-sitter font-locking. |
csharp-ts-mode-abbrev-table | Abbrev table for ‘csharp-ts-mode’. |
csharp-ts-mode-hook | Hook run after entering ‘csharp-ts-mode’. |
csharp-ts-mode-indent-offset | Number of spaces for each indentation step in ‘csharp-ts-mode’. |
csharp-ts-mode-map | Keymap for ‘csharp-ts-mode’. |