Skip to content

Commit 71f26d5

Browse files
committed
Cool example gets mime types
1 parent 3d56f4d commit 71f26d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,8 @@ def cool(app):
416416
"cool-language-server": {
417417
"version": 1,
418418
"argv": [cool_language_server],
419-
"languages": ["cool"]
419+
"languages": ["cool"],
420+
"mime_types": ["text/cool", "text/x-cool"]
420421
}
421422
}
422423
```

0 commit comments

Comments
 (0)