<div dir="ltr">Hello all,<div>    One more question about inheritance.  I see that the JavaScript grammar has "comment.block.html.js" as a group.  While it's invalid, as you can't have XML/HTML comments in JavaScript code even for embedded script content, it does bring up this question:</div>
<div><br></div><div>* Who owns extensions to inherited grammars, the embedding grammar (HTML) or the embedded grammar (JavaScript)?  (To answer this, assume that the group above is legit.  I'd expect HTML to provide this extension to the JavaScript grammar but what I'm seeing is that the JavaScript grammar has to know it can be embedded by HTML and to provide the HTML extensions.)</div>
<div><br></div><div>Take care,</div><div><br></div><div>Jeremy</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Oct 21, 2013 at 11:27 AM, Jeremy Whitlock <span dir="ltr"><<a href="mailto:jcscoobyrs@gmail.com" target="_blank">jcscoobyrs@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello all,<div>    I've been cleaning up the JavaScript grammar and as I get started on this next round of cleanups, I've run into some inconsistencies in the grammar that have led to the following questions:</div>

<div><br></div><div>* When adding a language specific implementation of a grammar group, like comment.block for JavaScript, should the name of the group be comment.block (expected) or comment.block.js (What's there now)?  (I can't tell if I use the name that corresponds with the root group, comment.block, or if I add the language name to the end like comment.block.js.)</div>

<div><br></div><div>* Is there a way to have certain grammar features enabled based on the existence, or lack of, a certain "enabler" in the file?  (For example, JavaScript has a strict mode to mark extra words as keywords due to potential plans for supporting them as keywords in the future.  That being said, if you have "use strict;" in your file, certain keywords should be scoped that wouldn't be otherwise *and* variable names with those keywords should be marked as invalid.)</div>

<div><br></div><div>* Why isn't 'null' treated as a constant like undefined/Infinity/NaN?  Right now it's constant.language.null.js but I'd expect it to be constant.language.js.</div><div><br></div><div>

These questions, while specifically about JavaScript's implementation, are really general questions about naming, feature enablement and what defines when you break away from root groups and define your own groups.  Any help would be appreciated.</div>
<span class="HOEnZb"><font color="#888888">
<div><div><br></div>-- <br>Take care,<br><br>Jeremy Whitlock (@whitlockjc on Twitter)<br><a href="http://www.thoughtspark.org" target="_blank">http://www.thoughtspark.org</a>
</div></font></span></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Take care,<br><br>Jeremy Whitlock (@whitlockjc on Twitter)<br><a href="http://www.thoughtspark.org" target="_blank">http://www.thoughtspark.org</a>
</div>