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
|
go generate main.go
|
||||||
|
|
||||||
why: *.go go.mod go.sum noise.png documentTypes.plist
|
why: *.go go.mod go.sum noise.png documentTypes.plist
|
||||||
|
@@ -170,3 +170,4 @@
|
|||||||
<key>LSTypeIsPackage</key>
|
<key>LSTypeIsPackage</key>
|
||||||
<false/>
|
<false/>
|
||||||
</dict>
|
</dict>
|
||||||
|
</array>
|
@@ -55,4 +55,4 @@ var tmpl = `
|
|||||||
<key>LSTypeIsPackage</key>
|
<key>LSTypeIsPackage</key>
|
||||||
<false/>
|
<false/>
|
||||||
</dict>{{ end }}
|
</dict>{{ end }}
|
||||||
`
|
</array>`
|
||||||
|
@@ -7,7 +7,6 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type FileDescription struct {
|
type FileDescription struct {
|
||||||
TkType tk.FileType
|
|
||||||
TkTypeName string
|
TkTypeName string
|
||||||
MacExtensions []string
|
MacExtensions []string
|
||||||
IconFile string
|
IconFile string
|
||||||
|
Reference in New Issue
Block a user