Skip to content

Commit 3a31715

Browse files
committed
consistent comments
1 parent 4fb6403 commit 3a31715

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

queries/haskell.branch.iteration.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;; function declaration
1+
;; branch.iteration: function
22
(
33
;; previous declaration
44
[

queries/haskell.branch.scm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
;; function definitions
1+
;; branch: function
22
(function) @branch
33

4-
;; guard equations
4+
;; branch: guard_equation
55
(guard_equation
66
[
77
;; ... with a SINGLE guard
@@ -22,7 +22,7 @@
2222
(_) @branch.end
2323
) @branch.removal
2424

25-
;; case expressions
25+
;; branch: exp_case
2626
(exp_case
2727
(alts
2828
(alt) @branch

queries/haskell.functionName.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;; function declaration
1+
;; functionName: function
22
(
33
;; previous declaration
44
[

queries/haskell.name.function.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;; function declaration
1+
;; name: function
22
(
33
;; previous declaration
44
[

queries/haskell.namedFunction.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;; function declaration
1+
;; namedFunction: function
22
(
33
;; previous declaration
44
[

0 commit comments

Comments
 (0)