mirror of
https://github.com/jiriks74/presence.nvim
synced 2024-11-23 20:37:50 +01:00
Add idris, scheme, and common lisp file assets
This commit is contained in:
parent
ff596506eb
commit
c4cd0a5c2a
@ -57,6 +57,7 @@ return {
|
|||||||
cc = { "C++", "c_plus_plus" },
|
cc = { "C++", "c_plus_plus" },
|
||||||
cf = { "Configuration file", "config" },
|
cf = { "Configuration file", "config" },
|
||||||
cfg = { "Configuration file", "config" },
|
cfg = { "Configuration file", "config" },
|
||||||
|
cl = { "Common Lisp", "lisp" },
|
||||||
clj = { "Clojure", "clojure" },
|
clj = { "Clojure", "clojure" },
|
||||||
cljs = { "ClojureScript", "clojurescript" },
|
cljs = { "ClojureScript", "clojurescript" },
|
||||||
cnf = { "Configuration file", "config" },
|
cnf = { "Configuration file", "config" },
|
||||||
@ -72,6 +73,7 @@ return {
|
|||||||
elm = { "Elm", "elm" },
|
elm = { "Elm", "elm" },
|
||||||
erl = { "Erlang", "erlang" },
|
erl = { "Erlang", "erlang" },
|
||||||
ex = { "Elixir", "elixir" },
|
ex = { "Elixir", "elixir" },
|
||||||
|
fasl = { "Common Lisp", "lisp" },
|
||||||
fs = { "F#", "f_sharp" },
|
fs = { "F#", "f_sharp" },
|
||||||
go = { "Go", "go" },
|
go = { "Go", "go" },
|
||||||
gql = { "GraphQL", "graphql" },
|
gql = { "GraphQL", "graphql" },
|
||||||
@ -83,16 +85,21 @@ return {
|
|||||||
html = { "HTML", "html" },
|
html = { "HTML", "html" },
|
||||||
hx = { "Haxe", "haxe" },
|
hx = { "Haxe", "haxe" },
|
||||||
hxx = { "C++ header file", "c_plus_plus" },
|
hxx = { "C++ header file", "c_plus_plus" },
|
||||||
|
idr = { "Idris", "idris" },
|
||||||
ini = { "Configuration file", "config" },
|
ini = { "Configuration file", "config" },
|
||||||
ino = { "Arduino", "Arduino" },
|
ino = { "Arduino", "arduino" },
|
||||||
java = { "Java", "java" },
|
java = { "Java", "java" },
|
||||||
jl = { "Julia", "julia" },
|
jl = { "Julia", "julia" },
|
||||||
js = { "JavaScript", "javascript" },
|
js = { "JavaScript", "javascript" },
|
||||||
json = { "JSON", "json" },
|
json = { "JSON", "json" },
|
||||||
jsx = { "React", "react" },
|
jsx = { "React", "react" },
|
||||||
kt = { "Kotlin", "kotlin" },
|
kt = { "Kotlin", "kotlin" },
|
||||||
|
l = { "Common Lisp", "lisp" },
|
||||||
less = { "Less", "less" },
|
less = { "Less", "less" },
|
||||||
|
lidr = { "Idris", "idris" },
|
||||||
|
lisp = { "Common Lisp", "lisp" },
|
||||||
log = { "Log file", "code" },
|
log = { "Log file", "code" },
|
||||||
|
lsp = { "Common Lisp", "lisp" },
|
||||||
lua = { "Lua", "lua" },
|
lua = { "Lua", "lua" },
|
||||||
markdown = { "Markdown", "markdown" },
|
markdown = { "Markdown", "markdown" },
|
||||||
md = { "Markdown", "markdown" },
|
md = { "Markdown", "markdown" },
|
||||||
@ -115,9 +122,11 @@ return {
|
|||||||
rs = { "Rust", "rust" },
|
rs = { "Rust", "rust" },
|
||||||
sass = { "Sass", "sass" },
|
sass = { "Sass", "sass" },
|
||||||
scala = { "Scala", "scala" },
|
scala = { "Scala", "scala" },
|
||||||
|
scm = { "Scheme", "scheme" },
|
||||||
scss = { "Sass", "scss" },
|
scss = { "Sass", "scss" },
|
||||||
sh = { "Shell", "shell" },
|
sh = { "Shell", "shell" },
|
||||||
snap = { "Jest Snapshot", "jest" },
|
snap = { "Jest Snapshot", "jest" },
|
||||||
|
ss = { "Scheme", "scheme" },
|
||||||
svelte = { "Svelte", "svelte" },
|
svelte = { "Svelte", "svelte" },
|
||||||
svg = { "SVG", "markup" },
|
svg = { "SVG", "markup" },
|
||||||
swift = { "Swift", "swift" },
|
swift = { "Swift", "swift" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user