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.
3434 - [ ] ` functionCallee.constructor `
3535- [x] ` functionName `
3636- [ ] ` ifStatement `
37- - [ ] ` list `
37+ - [x ] ` list `
3838- [ ] ` map `
3939- [ ] ` name `
4040 - [ ] ` name.assignment `
@@ -49,7 +49,7 @@ Adds support for the Haskell programming language.
4949 - [ ] ` statement `
5050 - [ ] ` statement.iteration.document `
5151 - [ ] ` statement.iteration.block `
52- - [ ] ` string `
52+ - [x ] ` string `
5353- [ ] ` type `
5454 - [ ] ` class `
5555 - [ ] ` class.instance `
Original file line number Diff line number Diff line change 1+ ;; import haskell/haskell.anonymousFunction.scm
12;; import haskell/haskell.argumentOrParameter.scm
23;; import haskell/haskell.argumentOrParameter.iteration.scm
34;; import haskell/haskell.branch.scm
45;; import haskell/haskell.branch.iteration.scm
56;; import haskell/haskell.functionCall.scm
67;; import haskell/haskell.functionCallee.scm
78;; import haskell/haskell.functionName.scm
9+ ;; import haskell/haskell.list.scm
810;; import haskell/haskell.name.function.scm
911;; 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