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 5bfd3d2 commit 561c359Copy full SHA for 561c359
csharp-mode.el
@@ -753,7 +753,8 @@ to work properly with code that includes attributes."
753
;; Match a char before the string starter to make
754
;; `c-skip-comments-and-strings' work correctly.
755
(concat ".\\(" c-string-limit-regexp "\\)")
756
- '((c-font-lock-invalid-string)))
+ '((when (fboundp 'c-font-lock-invalid-string)
757
+ (c-font-lock-invalid-string))))
758
759
760
;; Fontify keyword constants.
0 commit comments