Skip to content

Commit b4b9d61

Browse files
committed
Add volatile to imenu
1 parent 7943738 commit b4b9d61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

csharp-mode.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1873,8 +1873,8 @@ to the beginning of the prior namespace.
18731873
(list "field"
18741874
(concat bol
18751875
access-modifier-list "+"
1876-
;; fields can be readonly/const
1877-
"\\(?:" (regexp-opt '("readonly" "const")) space "\\)?"
1876+
;; fields can be readonly/const/volatile
1877+
"\\(?:" (regexp-opt '("readonly" "const" "volatile")) space "\\)?"
18781878
"\\("
18791879
return-type space
18801880
generic-identifier

0 commit comments

Comments
 (0)