mirror of
https://github.com/Automattic/harper.git
synced 2025-12-23 08:48:15 +00:00
feat: daml support (#2347)
This commit is contained in:
parent
531bd25fc5
commit
5fc3171a1c
2 changed files with 3 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ impl CommentParser {
|
|||
"dart" => harper_tree_sitter_dart::LANGUAGE,
|
||||
"go" => tree_sitter_go::LANGUAGE,
|
||||
"haskell" => tree_sitter_haskell::LANGUAGE,
|
||||
"daml" => tree_sitter_haskell::LANGUAGE,
|
||||
"java" => tree_sitter_java::LANGUAGE,
|
||||
"javascript" => tree_sitter_javascript::LANGUAGE,
|
||||
"javascriptreact" => tree_sitter_typescript::LANGUAGE_TSX,
|
||||
|
|
@ -89,6 +90,7 @@ impl CommentParser {
|
|||
"dart" => "dart",
|
||||
"go" => "go",
|
||||
"hs" => "haskell",
|
||||
"daml" => "daml",
|
||||
"java" => "java",
|
||||
"js" => "javascript",
|
||||
"jsx" => "javascriptreact",
|
||||
|
|
|
|||
|
|
@ -274,6 +274,7 @@ These configs are under the `markdown` key:
|
|||
| CMake | `cmake` | ✅ |
|
||||
| C++ | `cpp` | ✅ |
|
||||
| C# | `csharp` | ✅ |
|
||||
| DAML | `daml` | ✅ |
|
||||
| Dart | `dart` | ✅ |
|
||||
| Git Commit | `git-commit`/`gitcommit` | |
|
||||
| Go | `go` | ✅ |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue