mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Should I regret a lack of better commit messages?
This commit is contained in:
@@ -16,6 +16,7 @@ class Syntax
|
||||
syntax.grammarOverridesByPath = grammarOverridesByPath
|
||||
syntax
|
||||
|
||||
# Internal:
|
||||
constructor: ->
|
||||
@nullGrammar = new NullGrammar
|
||||
@grammars = [@nullGrammar]
|
||||
@@ -24,6 +25,7 @@ class Syntax
|
||||
@scopedPropertiesIndex = 0
|
||||
@scopedProperties = []
|
||||
|
||||
# Internal:
|
||||
serialize: ->
|
||||
{ deserializer: @constructor.name, @grammarOverridesByPath }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user