Skip to content

Commit

Permalink
added documentation for elixir language
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepistrol committed Oct 3, 2022
1 parent 5841f43 commit 6b7c195
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 @@ -24,6 +24,7 @@ let language = CodeLanguage.detectLanguageFrom(url: fileURL)
- C++
- C#
- CSS
- Elixir
- Go
- Go Mod
- HTML
Expand Down Expand Up @@ -65,6 +66,7 @@ let language = CodeLanguage.detectLanguageFrom(url: fileURL)
- ``cpp``
- ``cSharp``
- ``css``
- ``elixir``
- ``go``
- ``goMod``
- ``html``
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ let query = TreeSitterModel.shared.swiftQuery
- ``cppQuery``
- ``cSharpQuery``
- ``cssQuery``
- ``elixirQuery``
- ``goQuery``
- ``goModQuery``
- ``htmlQuery``
Expand Down

0 comments on commit 6b7c195

Please sign in to comment.