Skip to content

Commit 122908d

Browse files
committed
Add some warning comments
1 parent a0ad642 commit 122908d

File tree

5 files changed

+14
-1
lines changed

5 files changed

+14
-1
lines changed

queries/haskell.scm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;; import haskell/haskell.name.function.scm
77
;; import haskell/haskell.namedFunction.scm
88

9-
;; All short declarations are below.
9+
;; Short declarations are below.
1010

1111
;; anonymousFunction
1212
(exp_lambda) @anonymousFunction
@@ -41,3 +41,4 @@
4141

4242
;; string
4343
(string) @string
44+
(char) @string

queries/haskell/haskell.branch.iteration.scm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
;; NOTE: This file is tightly coupled to haskell.namedFunction.scm.
2+
;; Any changes you make here should probably be made there as well.
3+
14
;; branch.iteration: function
25
(
36
;; previous declaration

queries/haskell/haskell.functionName.scm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
;; NOTE: This file is tightly coupled to haskell.name.function.scm.
2+
;; Any changes you make here should probably be made there as well.
3+
14
;; functionName: function
25
(
36
;; previous declaration

queries/haskell/haskell.name.function.scm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
;; NOTE: This file is tightly coupled to haskell.functionName.scm.
2+
;; Any changes you make here should probably be made there as well.
3+
14
;; name: function
25
(
36
;; previous declaration

queries/haskell/haskell.namedFunction.scm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
;; NOTE: This file is tightly coupled to haskell.branch.iteration.scm.
2+
;; Any changes you make here should probably be made there as well.
3+
14
;; namedFunction: function
25
(
36
;; previous declaration

0 commit comments

Comments
 (0)