mirror of
https://github.com/atom/atom.git
synced 2026-02-09 14:15:24 -05:00
Rename Parser to TextMateTokenizer
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
_ = require 'underscore'
|
||||
|
||||
module.exports =
|
||||
class Parser
|
||||
class TextMateTokenizer
|
||||
grammar: null
|
||||
|
||||
constructor: (data) ->
|
||||
Reference in New Issue
Block a user