--[[ Mitchell's lexers/container.lua Copyright (c) 2006-2008 Mitchell Foral. All rights reserved. SciTE-tools homepage: http://caladbolg.net/scite.php Send email to: mitchellcaladbolgnet Permission to use, copy, modify, and distribute this file is granted, provided credit is given to Mitchell. Container LPeg lexer ]]-- module(..., package.seeall) function Lex(input) return {} end