Skip to content

Commit

Permalink
updated documentation for haskell language
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepistrol committed Oct 3, 2022
1 parent c1dc7b0 commit 3ccfd3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/CodeEditTextView/Documentation.docc/CodeLanguage.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ let language = CodeLanguage.detectLanguageFrom(url: fileURL)
- CSS
- Go
- Go Mod
- Haskell
- HTML
- Java
- JavaScript
Expand Down Expand Up @@ -66,6 +67,7 @@ let language = CodeLanguage.detectLanguageFrom(url: fileURL)
- ``css``
- ``go``
- ``goMod``
- ``haskell``
- ``html``
- ``java``
- ``javascript``
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ let query = TreeSitterModel.shared.swiftQuery
- ``cssQuery``
- ``goQuery``
- ``goModQuery``
- ``haskellQuery``
- ``htmlQuery``
- ``javaQuery``
- ``javascriptQuery``
Expand Down

0 comments on commit 3ccfd3c

Please sign in to comment.