Skip to content

Commit

Permalink
add language idris (#2971)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtoohey31 authored Jul 5, 2022
1 parent b26e7e2 commit d78354c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions book/src/generated/lang-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
| hcl || || `terraform-ls` |
| heex || | | |
| html || | | `vscode-html-language-server` |
| idris | | | | `idris2-lsp` |
| iex || | | |
| java || | | `jdtls` |
| javascript || || `typescript-language-server` |
Expand Down
11 changes: 11 additions & 0 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1503,3 +1503,14 @@ grammar = "elvish"
[[grammar]]
name = "elvish"
source = { git = "https://github.com/ckafi/tree-sitter-elvish", rev = "e50787cadd3bc54f6d9c0704493a79078bb8a4e5" }

[[language]]
name = "idris"
scope = "source.idr"
injection-regex = "idr"
file-types = ["idr"]
shebangs = []
roots = []
comment-token = "--"
indent = { tab-width = 2, unit = " " }
language-server = { command = "idris2-lsp" }

0 comments on commit d78354c

Please sign in to comment.