mirror of
https://github.com/godotengine/emacs-gdscript-mode.git
synced 2026-01-04 18:09:55 +03:00
@@ -207,7 +207,7 @@ keyword
|
||||
(skip-syntax-forward " ")
|
||||
(point))))))))
|
||||
;; 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
|
||||
(1- (line-number-at-pos))))))
|
||||
(when start
|
||||
|
||||
Reference in New Issue
Block a user