mirror of
https://github.com/jiriks74/presence.nvim
synced 2025-04-05 12:03:00 +02:00
Add support for Racket (.rkt) (#56)
This commit is contained in:
parent
06fc912ac2
commit
a579a3906e
1 changed files with 1 additions and 0 deletions
|
@ -229,6 +229,7 @@ return {
|
|||
rb = { "Ruby", "ruby" },
|
||||
re = { "Reason", "reason" },
|
||||
res = { "ReScript", "rescript" },
|
||||
rkt = { "Racket", "racket"},
|
||||
rs = { "Rust", "rust" },
|
||||
sass = { "Sass", "sass" },
|
||||
scala = { "Scala", "scala" },
|
||||
|
|
Loading…
Reference in a new issue