Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-11-22 | added globbing command EN | Robin Haberkorn | 7 | -28/+0 | |
* implements the same globbing as the EB command already did * uses Globber helper class that behaves more like UNIX glob(). glib only has a glob-style pattern matcher. * The Globber class may be extended later to provide more UNIX-like globbing. * lexer.tes has been updated to make use of globbing. Now, lexers can be automatically loaded and registered at startup. To install a new lexer, it's sufficient to copy a file to the lexers/ directory. | |||||
2014-11-20 | lexer library: added M[lexer.checkheader] and M[lexer.checkname] for ↵ | Robin Haberkorn | 7 | -15/+18 | |
matching a pattern against the first line of a buffer or its filename. This simplifies the "lexer.test..." macros and allows us to select lexers based on the #! line. | |||||
2014-11-19 | added first draft of new modular lexer system | Robin Haberkorn | 7 | -0/+270 | |