Skip to content

Commit

Permalink
Add support for org files
Browse files Browse the repository at this point in the history
Resolves #37
  • Loading branch information
andweeb committed Sep 28, 2021
1 parent 0072e31 commit 84bf652
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/presence/file_assets.lua
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ return {
nim = { "Nim", "nim" },
nix = { "Nix", "nix" },
norg = { "Neorg", "neorg" },
org = { "Org", "org" },
pb = { "Protobuf", "protobuf" },
pcss = { "PostCSS", "postcss" },
pgsql = { "PostgreSQL", "pgsql" },
Expand Down

0 comments on commit 84bf652

Please sign in to comment.