summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-02slingshot: sync with upstream for upload and moonscript support.luaGary V. Vaughan6-12/+189
2014-08-02specs: revert accidental removal of Array_spec.yaml.Gary V. Vaughan1-0/+469
2014-08-02maint: fix parallel make again.Gary V. Vaughan2-1/+2
2014-08-02maint: remove trailing whitespace.Gary V. Vaughan1-1/+1
2014-07-17maint: add a waffle.io badge to README.md.Gary V. Vaughan1-0/+1
2014-05-26specs: fix posix.spawn usage.Gary V. Vaughan2-472/+5
2014-05-26zile: fix posix.euidaccess usage.Gary V. Vaughan1-1/+5
2014-05-26zile: compatibility with introduction of posix.sys.Gary V. Vaughan1-2/+9
2014-05-21slingshot: sync with upstream.Gary V. Vaughan2-1/+1
2014-05-18syntax: use zile.Array for color attribute stacks.Gary V. Vaughan1-8/+9
2014-05-18fixupGary V. Vaughan2-7/+4
2014-05-18MutableString: rename set_len method to realloc.Gary V. Vaughan1-4/+4
2014-05-18Array: add a set method.Gary V. Vaughan2-0/+131
2014-05-18Array: ensure cloning existing arrays works correctly.Gary V. Vaughan2-82/+340
2014-05-18lib: Add Lua API for argument checking.Gary V. Vaughan3-3/+129
2014-05-18configury: fix a typo in local.mk.Gary V. Vaughan1-1/+1
2014-05-16Array: new class module.Gary V. Vaughan6-0/+388
2014-05-16MutableString: fix byte length calculation in remove method.Gary V. Vaughan1-2/+3
2014-05-16MutableString: fix missing object method reference.Gary V. Vaughan1-0/+1
2014-05-16lib: encapsulate zile/lib module functions properly.Gary V. Vaughan8-38/+52
2014-05-16symbol: tostring returns symbol name, not value.Gary V. Vaughan1-13/+1
2014-05-15zlisp: propagate error messages back up the call stack.Gary V. Vaughan6-28/+99
2014-05-15specs: add a checklist, apply it to zlisp_move_spec.yaml.Gary V. Vaughan2-12/+57
2014-05-15specs: fix a comment typo.Gary V. Vaughan1-1/+1
2014-05-15zlisp: return correct value from `goto-char`.Gary V. Vaughan3-4/+32
2014-05-15zlisp: make 't => true and 'nil => false mapping explicit.Gary V. Vaughan3-14/+30
2014-05-13zlisp: add implementation of `progn` special form.Gary V. Vaughan2-0/+44
2014-05-12syntax: support embedding one language grammar in another.Gary V. Vaughan3-18/+54
2014-05-12grammar: reorder rules for better YAML rendering.Gary V. Vaughan2-11/+12
2014-05-11grammar: move all YAML patterns into YAML repository.Gary V. Vaughan1-86/+112
2014-05-11syntax: convert TextMate YAML grammar.Gary V. Vaughan2-0/+176
2014-05-11zemacs: new `query-replace-regexp' function.Gary V. Vaughan3-137/+211
2014-05-11grammars: include recent lua grammar patches from TextMate.Gary V. Vaughan2-14/+39
2014-05-11syntax: push matched pattern begin color before subexpressions.Gary V. Vaughan1-7/+7
2014-05-11syntax: fix a crash when dereferencing unmatched captures.Gary V. Vaughan1-1/+1
2014-05-11syntax: don't preclude single character captures.Gary V. Vaughan1-1/+1
2014-05-10syntax: don't abort execution for unloadable grammar.Gary V. Vaughan1-1/+1
2014-05-10zz: fix undefined call of table.clone.Gary V. Vaughan1-2/+3
2014-05-10zz: restore sandbox function labelling for undo, killring etc.Gary V. Vaughan1-2/+15
2014-05-09syntax: support multi-line syntax matches.Gary V. Vaughan2-38/+66
2014-05-09syntax: only recalculate edited line and onwards.Gary V. Vaughan2-1/+26
2014-05-09syntax: support grammar repository and include references.Gary V. Vaughan3-34/+83
2014-05-09syntax: support back-references in grammar end expressions.Gary V. Vaughan2-6/+69
2014-05-09syntax: support begin and end expressions on a single line.Gary V. Vaughan2-26/+77
2014-05-09syntax: support colored capture expressions.Gary V. Vaughan1-16/+39
2014-05-09syntax: calculate attributes for grammar capture expressions.Gary V. Vaughan1-13/+27
2014-05-09refactor: add parser state metamethods and simplify.Gary V. Vaughan2-54/+62
2014-05-09refactor: centralise parser state in a table.Gary V. Vaughan1-24/+48
2014-05-09syntax: select the appropriate mode according to file extensionGary V. Vaughan8-4/+229
2014-05-09syntax: add support for basic syntax highlighting.Gary V. Vaughan15-3/+442