We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e0327 commit 5ca1702Copy full SHA for 5ca1702
csharp-mode.el
@@ -1448,6 +1448,7 @@ This regexp is assumed to not match any non-operator identifier."
1448
("finally" "finally" c-electric-continued-statement 0)))
1449
1450
(defvar csharp-mode-map (let ((map (c-make-inherited-keymap)))
1451
+ (set-keymap-parent map prog-mode-map)
1452
;; Add bindings which are only useful for C#
1453
map)
1454
"Keymap used in ‘csharp-mode’ buffers.")
0 commit comments