Skip to content

Commit

Permalink
tagging: reformat comments (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
avodonosov committed Jun 9, 2023
1 parent 747a6e1 commit ff0c185
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions queries/tags.scm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
;;
;; (defun my-func (arg1 arg2) ...)
;;
;; do not treat (arg1 arg2) as a call for function arg1
;; do not treat (arg1 arg2) as a call of function arg1
;;
(defun_header
lambda_list: (list_lit . [(sym_lit) (package_lit)] @ignore))
Expand All @@ -32,8 +32,10 @@
;; - (let ((var ...) (var2 ...)) ...)
;; exclude var, var2
;; - the same for let*
;; - (defclass name (parent parent2) ...)
;; exclude the parent
;; - (defclass name (parent parent2)
;; ((slot1 ...)
;; (slot2 ...))
;; exclude the parent, slot1, slot2
;; - what else?

;; Inlclude all other cases - list literal with symbol as the
Expand Down

0 comments on commit ff0c185

Please sign in to comment.