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 b56c250 commit 165d1f2Copy full SHA for 165d1f2
csharp-mode.el
@@ -1766,7 +1766,7 @@ to the beginning of the prior namespace.
1766
;; but that's a compiler problem, not a imenu-problem
1767
(access-modifier-list (concat "\\(?:" access-modifier space "\\)"))
1768
(access-modifiers (concat access-modifier-list "*"))
1769
- (return-type "\\(?:[[:alpha:]_][^ =\t\(\n\r\f\v]+\\)")
+ (return-type "\\(?:[[:alpha:]_][^ =\t\(\n\r\f\v]*\\)")
1770
(identifier "[[:alpha:]_][[:alnum:]_]*")
1771
(interface-prefix (concat "\\(?:" identifier "\\.\\)"))
1772
(generic-identifier (concat identifier
0 commit comments