--- a/cisco.grammar Thu Dec 03 18:05:04 2009 +0100 +++ b/cisco.grammar Thu Dec 03 18:31:21 2009 +0100 @@ -50,7 +50,7 @@ | l_hash eol | word(s) eol -word: /[0-9a-zA-Z:\/_\#\"\.,+<>()&{}=-]+/ +word: /\S+/ # any non-space { $item[1] } type: /\w+/