static L localSnippetIDs() { ret map(filesInDirWithExtension(localSnippetsDir(), ".text"), func(File f) -> S { "#" + firstIntAsString(f.getName()) }); }