Skip to content

Commit 4a1b44f

Browse files
committed
docs(readme): add missing scaladoc
1 parent 39b2aeb commit 4a1b44f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ Is your favorite doc standard not supported?
9090
| :white_check_mark: | Bash | [Google][sh-google] |
9191
| :white_check_mark: | Rust | [RustDoc][rustdoc] |
9292
| :white_check_mark: | R | [Roxygen2][roxygen2] |
93+
| :white_check_mark: | Scala | [ScalaDoc][scaladoc] |
9394

9495
# Getting started
9596

@@ -163,7 +164,6 @@ Here is the full list of available doc standards per filetype:
163164
| `g:doge_doc_standard_python` | `'reST'` | `'reST'`, `'numpy'`, `'google'`, `'sphinx'` |
164165
| `g:doge_doc_standard_php` | `'phpdoc'` | `'phpdoc'` |
165166
| `g:doge_doc_standard_javascript` | `'jsdoc'` | `'jsdoc'` |
166-
| `g:doge_doc_standard_typescript` | `'jsdoc'` | `'jsdoc'` |
167167
| `g:doge_doc_standard_lua` | `'ldoc'` | `'ldoc'` |
168168
| `g:doge_doc_standard_java` | `'javadoc'` | `'javadoc'` |
169169
| `g:doge_doc_standard_groovy` | `'javadoc'` | `'javadoc'` |
@@ -174,6 +174,7 @@ Here is the full list of available doc standards per filetype:
174174
| `g:doge_doc_standard_rs` | `'rustdoc'` | `'rustdoc'` |
175175
| `g:doge_doc_standard_cs` | `'xmldoc'` | `'xmldoc'` |
176176
| `g:doge_doc_standard_r` | `'roxygen2'` | `'roxygen2'` |
177+
| `g:doge_doc_standard_scala` | `'scaladoc'` | `'scaladoc'` |
177178

178179
## Options
179180

@@ -471,6 +472,7 @@ Vim-doge is licensed under the GPL-3.0 license.
471472
[sh-google]: https://google.github.io/styleguide/shell.xml#Function_Comments
472473
[xmldoc]: https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/xmldoc/
473474
[roxygen2]: https://github.com/klutometis/roxygen
475+
[scaladoc]: https://docs.scala-lang.org/style/scaladoc.html
474476

475477
[demo-readme]: https://github.com/kkoomen/vim-doge/blob/master/doc/demos
476478
[suggest-language]: https://github.com/kkoomen/vim-doge/issues/new?labels=enhancement&template=feature_request.md&title=Add+support+for+<language>

0 commit comments

Comments
 (0)