Skip to content

Commit

Permalink
Add Kotlin language support. Fixes kevb34ns#44.
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoren committed Jan 5, 2024
1 parent 24f8ebc commit b793ced
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ You can insert single line comment blocks for languages with `//`, `#`, or `;` s

| Comment Style | Language Support |
| ------- | ------- |
| `/** */` | C, C++, C#, CSS, Go, Groovy, Java, Less, Objective C/C++, PHP, Sass, Rust, Swift |
| `/** */` | C, C++, C#, CSS, Go, Groovy, Java, Kotlin, Less, Objective C/C++, PHP, Sass, Rust, Swift |
| `/*! */` | C, C++ |
| `//`, `///` | C, C++, C#, F#, Go, Groovy, Java, JavaScript, Less, Objective C/C++, PHP, Rust, Sass, Swift, TypeScript |
| `//`, `///` | C, C++, C#, F#, Go, Groovy, Java, JavaScript, Kotlin, Less, Objective C/C++, PHP, Rust, Sass, Swift, TypeScript |
| `#` | CoffeeScript, Dockerfile, Makefile, Perl, PowerShell, Python, R, Ruby, YAML |
| `;` | Clojure |

Expand Down
1 change: 1 addition & 0 deletions language-configuration/multi-line-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"go",
"groovy",
"java",
"kotlin",
"less",
"objective-c",
"objective-cpp",
Expand Down
1 change: 1 addition & 0 deletions language-configuration/single-line-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"groovy",
"java",
"javascript",
"kotlin",
"less",
"objective-c",
"objective-cpp",
Expand Down

0 comments on commit b793ced

Please sign in to comment.