8000
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 e58417e commit 4891719Copy full SHA for 4891719
swift-mode.el
@@ -241,7 +241,8 @@ Signal `scan-error' if it hits opening parentheses."
241
(swift-mode:current-defun-name))))
242
(setq-local add-log-current-defun-function #'swift-mode:current-defun-name))
243
244
-;;;###autoload (add-to-list 'auto-mode-alist '("\\.swift\\(interface\\)?\\'" . swift-mode))
+;;;###autoload (add-to-list 'auto-mode-alist
245
+;;;###autoload '("\\.swift\\(interface\\)?\\'" . swift-mode))
246
247
;;;###autoload (swift-mode:add-supported-extension-for-speedbar)
248
0 commit comments