Skip to content

Commit 6d44a95

Browse files
Updated language support for clue, tsv, jsdoc
1 parent 98afd22 commit 6d44a95

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Code.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ comments/issues or to add other mappings.
6464
| clean | dcl, icl | [Clean](http://clean.cs.ru.nl) | functional | |
6565
| clojure-repl | | [Clojure REPL](https://clojure.org) | lisp | |
6666
| `clojure` | `clj`, `edn` | [Clojure](https://clojure.org) | lisp | `clojure` |
67+
| `clue` | | [Clue](https://crates.io/crates/clue) | system | `clue` |
6768
| `cmake` | `cmake.in` | [CMake](https://cmake.org) | | `makefile` |
6869
| | | [Cobol](https://en.wikipedia.org/wiki/COBOL) | enterprise | `cobol` |
6970
| `coffeescript` | `coffee`, `cson`, `iced` | [CoffeeScript](https://coffeescript.org) | scripting | `coffee` |
@@ -150,6 +151,7 @@ comments/issues or to add other mappings.
150151
| | | | | `jade` |
151152
| `java` | `jsp` | [Java](https://www.java.com) | common | `java`, `jsp` |
152153
| `javascript` | `js`, `jsx`, `mjs`, `cjs` | [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) | scripting | `javascript`, `jsx` |
154+
| `jsdoc` | `jsdoc_comment` | [JSDoc](https://jsdoc.app) | | `jsdoc` |
153155
| jboss-cli | wildfly-cli | [JBoss CLI](https://docs.jboss.org/author/display/WFLY/Command+Line+Interface) | config | |
154156
| `json` | | [JSON (JavaScript Object Notation)](http://www.json.org) | config | `json`, `json5` |
155157
| | | [JSONiq](http://www.jsoniq.org) | | `jsoniq` |
@@ -203,6 +205,7 @@ comments/issues or to add other mappings.
203205
| | | | | `nunjucks`, `nunjs` |
204206
| `objectivec` | `mm`, `objc`, `obj-c`, `obj-c++`, `objective-c++` | [Objective-C](https://developer.apple.com/documentation/objectivec) | common | `objectivec` |
205207
| `ocaml` | `ml` | [OCaml]( https://ocaml.org) | functional | `ocaml` |
208+
| `odin` | | [Odin](https://odin-lang.org) | system | `odin` |
206209
| `openscad` | `scad` | [OpenSCAD](https://www.openscad.org) | scientific | `scad` |
207210
| oxygene | | [Oxygene](https://www.elementscompiler.com/elements/default.aspx) | | |
208211
| parser3 | | [Parser3](https://www.parser.ru/en) | template | |
@@ -287,11 +290,12 @@ comments/issues or to add other mappings.
287290
| | | | | `terraform` |
288291
| | | | | `textile` |
289292
| thrift | | [Thrift](https://thrift.apache.org) | protocols | |
290-
| `toit` | | Toit | | |
293+
| `toit` | | [Toit](https://toitware.com) | | |
291294
| tp | | TP | | |
292295
| | | | | `turtle` |
293296
| `twig` | `craftcms` | [Twig](https://twig.symfony.com) | template | `twig` |
294297
| `typescript` | `ts`, `tsx` | [TypeScript](https://www.typescriptlang.org) | common | `typescript`, `tsx` |
298+
| `tsv` | | [Tab-Separated Values](https://en.wikipedia.org/wiki/Tab-separated_values) | data | `tsv` |
295299
| `unicorn-rails-log` | | Unicorn Rails log | | |
296300
| `vala` | | [Vala](https://wiki.gnome.org/Projects/Vala) | | `vala` |
297301
| `vbnet` | `vb` | [Visual Basic .NET](https://docs.microsoft.com/dotnet/visual-basic/getting-started) | common | `vbscript` |

0 commit comments

Comments
 (0)