coc-discord-rpc
Advanced tools
Comparing version 3.0.6 to 3.0.7
@@ -73,2 +73,3 @@ { | ||
"kotlin", | ||
"laravel", | ||
"less", | ||
@@ -383,2 +384,3 @@ "lisp", | ||
"/^Rexfile$/": { "image": "perl" }, | ||
"/\\.blade.php([st\\d]|_cs)?$/i": { "image": "laravel" }, | ||
"/\\.php([st\\d]|_cs)?$/i": { "image": "php" }, | ||
@@ -385,0 +387,0 @@ "/^Phakefile/": { "image": "php" }, |
@@ -1,2 +0,2 @@ | ||
export declare const version = "3.0.6"; | ||
export declare const version = "3.0.7"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = '3.0.6'; | ||
exports.version = '3.0.7'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "coc-discord-rpc", | ||
"version": "3.0.6", | ||
"version": "3.0.7", | ||
"description": "An awesome coc-extension to get Discord Rich Presence integration with NeoVim.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
67096
878