cleanup, fix missing array closing tag
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,4 +1,4 @@
|
||||
documentTypes.plist: filetypes/filetypes.go
|
||||
documentTypes.plist: filetypes/filetypes.go filetypes/cmd/gen.go
|
||||
go generate main.go
|
||||
|
||||
why: *.go go.mod go.sum noise.png documentTypes.plist
|
||||
|
@@ -170,3 +170,4 @@
|
||||
<key>LSTypeIsPackage</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
@@ -55,4 +55,4 @@ var tmpl = `
|
||||
<key>LSTypeIsPackage</key>
|
||||
<false/>
|
||||
</dict>{{ end }}
|
||||
`
|
||||
</array>`
|
||||
|
@@ -7,7 +7,6 @@ import (
|
||||
)
|
||||
|
||||
type FileDescription struct {
|
||||
TkType tk.FileType
|
||||
TkTypeName string
|
||||
MacExtensions []string
|
||||
IconFile string
|
||||
|
Reference in New Issue
Block a user