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 8a9ab5a commit b56c250Copy full SHA for b56c250
csharp-mode-tests.el
@@ -107,7 +107,9 @@
107
"ToString" 'font-lock-function-name-face
108
"Equals" 'font-lock-function-name-face
109
"AbstractMethod" 'font-lock-function-name-face
110
- "UnsafeCopy" 'font-lock-function-name-face))
+ "UnsafeCopy" 'font-lock-function-name-face
111
+ "GenericMethod1" 'font-lock-function-name-face
112
+ "GenericMethod2" 'font-lock-function-name-face))
113
114
(defun list-repeat-once (mylist)
115
(append mylist mylist))
0 commit comments