Skip to content

Commit

Permalink
feat(mappings): add icon for log files
Browse files Browse the repository at this point in the history
  • Loading branch information
vyfor committed Jan 9, 2025
1 parent 2e31f5d commit 2421524
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/cord/plugin/activity/mappings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ M.mappings = {
texmf = { 'language', 'latex', 'LaTeX' },
plaintex = { 'language', 'latex', 'LaTeX' },
lisp = { 'language', 'lisp', 'Lisp' },
logcheck = { 'language', 'logs', 'Logcheck' },
lua = { 'language', 'lua', 'Lua' },
nim = { 'language', 'nim', 'Nim' },
nix = { 'language', 'nix', 'Nix' },
Expand Down Expand Up @@ -188,6 +189,7 @@ M.extension_mappings = {
ico = { 'language', 'picture', 'ICO' },
jpeg = { 'language', 'picture', 'JPEG' },
jpg = { 'language', 'picture', 'JPEG' },
log = { 'language', 'logs', 'Logs' },
pcss = { 'language', 'postcss', 'PostCSS' },
png = { 'language', 'picture', 'PNG' },
postcss = { 'language', 'postcss', 'PostCSS' },
Expand Down

0 comments on commit 2421524

Please sign in to comment.