File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Adds support for the Haskell programming language.
34
34
- [ ] ` functionCallee.constructor `
35
35
- [x] ` functionName `
36
36
- [ ] ` ifStatement `
37
- - [ ] ` list `
37
+ - [x ] ` list `
38
38
- [ ] ` map `
39
39
- [ ] ` name `
40
40
- [ ] ` name.assignment `
@@ -49,7 +49,7 @@ Adds support for the Haskell programming language.
49
49
- [ ] ` statement `
50
50
- [ ] ` statement.iteration.document `
51
51
- [ ] ` statement.iteration.block `
52
- - [ ] ` string `
52
+ - [x ] ` string `
53
53
- [ ] ` type `
54
54
- [ ] ` class `
55
55
- [ ] ` class.instance `
Original file line number Diff line number Diff line change
1
+ ; ; import haskell/haskell.anonymousFunction.scm
1
2
; ; import haskell/haskell.argumentOrParameter.scm
2
3
; ; import haskell/haskell.argumentOrParameter.iteration.scm
3
4
; ; import haskell/haskell.branch.scm
4
5
; ; import haskell/haskell.branch.iteration.scm
5
6
; ; import haskell/haskell.functionCall.scm
6
7
; ; import haskell/haskell.functionCallee.scm
7
8
; ; import haskell/haskell.functionName.scm
9
+ ; ; import haskell/haskell.list.scm
8
10
; ; import haskell/haskell.name.function.scm
9
11
; ; import haskell/haskell.namedFunction.scm
12
+ ; ; import haskell/haskell.string.scm
Original file line number Diff line number Diff line change
1
+ ;; list: list
2
+ (list) @list
Original file line number Diff line number Diff line change
1
+ ;; string: string
2
+ (string) @string
You can’t perform that action at this time.
0 commit comments