Fix ppss argument not being a list

Should close #34 but needs testing
This commit is contained in:
Nathan Lovato
2020-03-28 12:20:02 -06:00
parent 994fb62206
commit 427b6761eb

View File

@@ -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