Skip to content

Commit

Permalink
shorten comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nilnor committed Feb 9, 2012
1 parent a4dd65a commit 45efb8d
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions fs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,28 +31,22 @@ local M = {}
local _ENV = M
if setfenv then setfenv(1, _ENV) end

---
-- The style used for directory entries.
--- The style used for directory entries.
style.tafs_directory = style.keyword

---
-- The style used for ordinary file entries.
--- The style used for ordinary file entries.
style.tafs_file = style.string

---
-- The style used for link entries.
--- The style used for link entries.
style.tafs_link = style.operator

---
-- The style used for socket entries.
--- The style used for socket entries.
style.tafs_socket = style.error

---
-- The style used for pipe entries.
--- The style used for pipe entries.
style.tafs_pipe = style.error

---
-- The style used for pipe entries.
--- The style used for pipe entries.
style.tafs_device = style.error

local file_styles = {
Expand Down

0 comments on commit 45efb8d

Please sign in to comment.