mirror of
https://github.com/jiriks74/presence.nvim
synced 2024-11-23 20:37:50 +01:00
parent
a68355145c
commit
a695e5d653
@ -108,6 +108,7 @@ return {
|
|||||||
nim = { "Nim", "nim" },
|
nim = { "Nim", "nim" },
|
||||||
nix = { "Nix", "nix" },
|
nix = { "Nix", "nix" },
|
||||||
pcss = { "PostCSS", "postcss" },
|
pcss = { "PostCSS", "postcss" },
|
||||||
|
pgsql = { "PostgreSQL", "pgsql" },
|
||||||
php = { "PHP", "php" },
|
php = { "PHP", "php" },
|
||||||
pl = { "Perl", "perl" },
|
pl = { "Perl", "perl" },
|
||||||
plist = { "Property List", "markup" },
|
plist = { "Property List", "markup" },
|
||||||
@ -132,6 +133,7 @@ return {
|
|||||||
swift = { "Swift", "swift" },
|
swift = { "Swift", "swift" },
|
||||||
tex = { "LaTeX", "latex" },
|
tex = { "LaTeX", "latex" },
|
||||||
text = { "Text file", "text" },
|
text = { "Text file", "text" },
|
||||||
|
tl = { "Teal", "teal" },
|
||||||
toml = { "TOML", "toml" },
|
toml = { "TOML", "toml" },
|
||||||
ts = { "TypeScript", "typescript" },
|
ts = { "TypeScript", "typescript" },
|
||||||
tsx = { "React", "react" },
|
tsx = { "React", "react" },
|
||||||
@ -142,6 +144,6 @@ return {
|
|||||||
xml = { "XML", "markup" },
|
xml = { "XML", "markup" },
|
||||||
yaml = { "YAML", "yaml" },
|
yaml = { "YAML", "yaml" },
|
||||||
yml = { "YAML", "yaml" },
|
yml = { "YAML", "yaml" },
|
||||||
zsh = { "Shell", "shell" },
|
|
||||||
zig = { "Zig", "zig" },
|
zig = { "Zig", "zig" },
|
||||||
|
zsh = { "Shell", "shell" },
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user