canmove, Confirmed users, Bureaucrats and Sysops emeriti
1,093
edits
| Line 76: | Line 76: | ||
// referred to by name | // referred to by name | ||
name: "luaHighlighter", | name: "luaHighlighter", | ||
// up to the first "." would be used as the short description. Everything | // up to the first "." would be used as the short description. Everything | ||
// else is viewed in a long description context. | // else is viewed in a long description context. | ||
description: "Syntax highlighter for the Lua programming language.", | description: "Syntax highlighter for the Lua programming language.", | ||
// version numbers will be good for automatic updates. | // version numbers will be good for automatic updates. | ||
version: "1.0", | version: "1.0", | ||
// core parts of Bespin (and even plugins) can query for metadata | // core parts of Bespin (and even plugins) can query for metadata | ||
// and request that a plugin is loaded. In this case, | // and request that a plugin is loaded. In this case, | ||