Rename Parser to TextMateTokenizer

This commit is contained in:
Nathan Sobo
2012-08-01 13:58:38 -06:00
parent fc1228619e
commit cdf20c7a15
2 changed files with 15 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
_ = require 'underscore'
module.exports =
class Parser
class TextMateTokenizer
grammar: null
constructor: (data) ->