difftastic/vendored_parsers/tree-sitter-elisp/test/highlight/functions.el

8 lines
111 B
EmacsLisp

(defun foo (x)
;; ^ keyword
;; ^ function
;; ^ variable.parameter
"stuff"
;; ^ comment
x)