coc-discord-rpc
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -145,2 +145,3 @@ { | ||
".ahkl": { "image": "ahk" }, | ||
"androidmanifest.xml": { "image": "android" }, | ||
"/^angular[^.]*\\.js$/i": { "image": "angular" }, | ||
@@ -177,2 +178,3 @@ ".applescript": { "image": "applescript" }, | ||
"/^(\\.bowerrc|bower\\.json|Bowerfile)$/i": { "image": "bower" }, | ||
"/\\.bf?$/i": { "image": "brainfuck" }, | ||
"/\\.c$/i": { "image": "c" }, | ||
@@ -212,5 +214,7 @@ "/(cargo.toml|cargo.lock)/i": { "image": "cargo" }, | ||
".cu": { "image": "cuda" }, | ||
"/\\.di?$/i": { "image": "d" }, | ||
".dart": { "image": "dart" }, | ||
".dfm": { "image": "delphi" }, | ||
".dpr": { "image": "delphi" }, | ||
".dsc": { "image": "denizen" }, | ||
"/^(Dockerfile|docker-compose)|\\.docker(file|ignore)$/i": { "image": "docker" }, | ||
@@ -223,2 +227,4 @@ "/^docker-sync\\.yml$/i": { "image": "docker" }, | ||
"/^mix\\.(exs?|lock)$/i": { "image": "elixir" }, | ||
".elm": { "image": "elm" }, | ||
".env": { "image": "env" }, | ||
".erl": { "image": "erlang" }, | ||
@@ -234,2 +240,3 @@ ".beam": { "image": "erlang" }, | ||
"/(\\.firebaserc|firebase\\.json)/i": { "image": "firebase" }, | ||
".flowconfig": { "image": "flowconfig" }, | ||
".fs": { "image": "fsharp" }, | ||
@@ -239,2 +246,4 @@ ".fsi": { "image": "fsharp" }, | ||
".fsx": { "image": "fsharp" }, | ||
"/gatsby-(browser|node|ssr|config)\\.js/i": { "image": "gatsbyjs" }, | ||
"/^Gemfile(\\.lock)?$/i": { "image": "gemfile" }, | ||
"/^\\.git|^\\.keep$|\\.mailmap$/i": { "image": "git" }, | ||
@@ -264,2 +273,4 @@ ".go": { "image": "go" }, | ||
".hxml": { "image": "haxe" }, | ||
"/^procfile/i": { "image": "heroku" }, | ||
"heroku.yml": { "image": "heroku" }, | ||
".hjson": { "image": "hjson" }, | ||
@@ -340,2 +351,3 @@ "/\\.x?html?$/i": { "image": "html" }, | ||
"/\\.(md|mdown|markdown|mkd|mkdown|mdwn|mkdn|rmd|ron|pmd)$/i": { "image": "markdown" }, | ||
".mdx": { "image": "markdownx" }, | ||
".marko": { "image": "marko" }, | ||
@@ -357,2 +369,9 @@ ".nim": { "image": "nim" }, | ||
".mly": { "image": "ocaml" }, | ||
"/\\.pas(cal)?$/i": { "image": "pascal" }, | ||
".lpr": { "image": "pascal" }, | ||
".p": { "image": "pawn" }, | ||
".inc": { "image": "pawn" }, | ||
".sma": { "image": "pawn" }, | ||
".pwn": { "image": "pawn" }, | ||
".sp": { "image": "pawn" }, | ||
"/\\.p(er)?l$/i": { "image": "perl" }, | ||
@@ -374,2 +393,3 @@ ".al": { "image": "perl" }, | ||
"/^Phakefile/": { "image": "php" }, | ||
".pony": { "image": "ponylang" }, | ||
".pcss": { "image": "postcss" }, | ||
@@ -451,2 +471,3 @@ ".ps1": { "image": "powershell" }, | ||
".svelte": { "image": "svelte" }, | ||
".svg": { "image": "svg" }, | ||
".swift": { "image": "swift" }, | ||
@@ -453,0 +474,0 @@ ".tex": { "image": "tex" }, |
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.0.0"; | ||
export declare const version = "2.0.1"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = '2.0.0'; | ||
exports.version = '2.0.1'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "coc-discord-rpc", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "An awesome coc-extension to get Discord Rich Presence integration with NeoVim.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -27,10 +27,5 @@ <p align="center"> | ||
- Respects Discords 15sec limit when it comes to updating your status | ||
- Support for over 110+ of the most popular languages | ||
- Support for over 130+ of the most popular languages | ||
- Custom string support | ||
## 📋 Todo | ||
- [x] Support for more programming languages | ||
- [x] Custom string support | ||
## 📥 Installation | ||
@@ -37,0 +32,0 @@ |
56467
818
173