-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rebase on top of HEAD and disable previous queries and supported scopes
- Loading branch information
Showing
6 changed files
with
36 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +0,0 @@ | ||
;; import haskell/haskell.branch.scm | ||
;; import haskell/haskell.functionApplication.scm | ||
;; import haskell/haskell.functionDeclaration.scm | ||
|
||
;; Short declarations are below. | ||
|
||
;; anonymousFunction | ||
(exp_lambda) @anonymousFunction | ||
(exp_lambda_case) @anonymousFunction | ||
|
||
;; list | ||
(exp_list) @list | ||
(exp_list_comprehension) @list | ||
(exp_tuple) @list | ||
(exp_unboxed_tuple) @list | ||
(pat_list) @list | ||
(pat_tuple) @list | ||
(pat_unboxed_tuple) @list | ||
(type_tuple) @list | ||
(type_unboxed_tuple) @list | ||
|
||
;; map | ||
(exp_record) @map | ||
(pat_record) @map | ||
|
||
;; string | ||
(string) @string | ||
(char) @string | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
;; ;; import haskell/haskell.branch.scm | ||
;; ;; import haskell/haskell.functionApplication.scm | ||
;; ;; import haskell/haskell.functionDeclaration.scm | ||
|
||
;; Short declarations are below. | ||
|
||
;; anonymousFunction | ||
(exp_lambda) @anonymousFunction | ||
(exp_lambda_case) @anonymousFunction | ||
|
||
;; list | ||
(exp_list) @list | ||
(exp_list_comprehension) @list | ||
(exp_tuple) @list | ||
(exp_unboxed_tuple) @list | ||
(pat_list) @list | ||
(pat_tuple) @list | ||
(pat_unboxed_tuple) @list | ||
(type_tuple) @list | ||
(type_unboxed_tuple) @list | ||
|
||
;; map | ||
(exp_record) @map | ||
(pat_record) @map | ||
|
||
;; string | ||
(string) @string | ||
(char) @string |