Skip to content

Commit

Permalink
add Kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
acarl005 committed Oct 24, 2022
1 parent 99cee1f commit 406a7c0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions colors.go
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ func generateColors() {
"jl": {FgRGB(3, 2, 5), FgRGB(2, 1, 5), true},
"js": {FgRGB(4, 4, 0), FgRGB(2, 2, 0), true},
"jsx": {FgRGB(1, 5, 5), FgRGB(1, 3, 3), true},
"kt": {FgRGB(2, 1, 5), FgRGB(1, 0, 5), true},
"lock": {FgGray(11), FgGray(7), false},
"log": {FgGray(11), FgGray(7), false},
"lua": {FgRGB(0, 3, 5), FgRGB(0, 1, 5), true},
Expand Down
Empty file added example/src/foo.kt
Empty file.
1 change: 1 addition & 0 deletions file-icons.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ var icons = map[string]string{
"json": "\ue60b",
"jsx": "\ue7ba",
"key": "\uf43d",
"kt": "\ue634",
"less": "\ue758",
"lock": "\uf720",
"log": "\uf18d",
Expand Down
2 changes: 1 addition & 1 deletion ls-go.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
kingpin "gopkg.in/alecthomas/kingpin.v2"
)

const VERSION = "0.2.4"
const VERSION = "0.2.5"

// DisplayItem wraps the file stat info and string to be printed
type DisplayItem struct {
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ls-go
version: "0.2.4"
version: "0.2.5"
summary: A more colorful, user-friendly implementation of `ls` written in Go
license: MIT
description: |
Expand Down

0 comments on commit 406a7c0

Please sign in to comment.