metadata->settings in drscheme:language:language<%>
(-> settingssenda-drscheme:language:languagemetadata->settingsmetadata)
metadata: stringThis method is only called when
get-reader-modulereturns an sexp.When a file is opened in DrScheme, if this language's
get-reader-modulereturns an sexp, the prefix of the file (the first N lines, where N is the number returned byget-metadata-lines) is scanned for"#reader"followed by the result ofget-reader-module. If that pattern is found, the language is set to this language. Also, the entire prefix is passed, as a string, to this method which returns asettingsvalue, used as the settings for this language.