mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 06:12:35 +09:00
More plugin docs and improve doc formatting
This commit is contained in:
@@ -42,6 +42,7 @@ func init() {
|
||||
realFiles = make([][]RuntimeFile, NumTypes)
|
||||
}
|
||||
|
||||
// NewRTFiletype creates a new RTFiletype
|
||||
func NewRTFiletype() int {
|
||||
NumTypes++
|
||||
allFiles = append(allFiles, []RuntimeFile{})
|
||||
|
||||
Reference in New Issue
Block a user