mirror of
https://github.com/godotengine/emacs-gdscript-mode.git
synced 2026-01-05 22:10:05 +03:00
@@ -207,7 +207,7 @@ keyword
|
|||||||
(skip-syntax-forward " ")
|
(skip-syntax-forward " ")
|
||||||
(point))))))))
|
(point))))))))
|
||||||
;; After backslash.
|
;; After backslash.
|
||||||
((let ((start (unless (gdscript-syntax-comment-or-string-p ppss)
|
((let ((start (unless (gdscript-syntax-comment-or-string-p (syntax-ppss))
|
||||||
(gdscript-info-line-ends-backslash-p
|
(gdscript-info-line-ends-backslash-p
|
||||||
(1- (line-number-at-pos))))))
|
(1- (line-number-at-pos))))))
|
||||||
(when start
|
(when start
|
||||||
|
|||||||
Reference in New Issue
Block a user