Closed cbaggers closed 5 years ago
I tried a dummy macro and it didnt work
(defmacro emit ((&key point-size) &body data)
(declare (ignore point-size data))
(error "Emit is only valid inside shader code"))
Not sure why yet
[edit] from mfiano:
Well I can't confirm, but it is possible that a macro called emit exists somewhere in the lisp image, and SLIME or Sly does not pay attention to the package for semantic indentation purposes.
Maybe I should try https://github.com/Shinmera/trivial-indent
Oh my bad, indentation does work with that macro, that'll do for now :)