You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to suggest that the languages configuration be called out in the README a little more.
I also wanted to ask three questions which I don't think the documentation fully cover.
The names property of each language config isn't explained in the documentation at the top of languages.js. What is this used for?
Although literals is explained as "Quoted strings are ignored when looking for comment delimiters. Any extra literals go here", I don't really understand what that means or what it would be used for. The only examples are the regexes under JS and Coffeescript that don't illustrate why I might add additional literals. Would you be able to clarify that?
How do commentStart and commentEnd differ from comment and multiLine? They're not mentioned in the docs at the top of the file either.
The text was updated successfully, but these errors were encountered:
I wanted to suggest that the languages configuration be called out in the README a little more.
I also wanted to ask three questions which I don't think the documentation fully cover.
names
property of each language config isn't explained in the documentation at the top of languages.js. What is this used for?literals
is explained as "Quoted strings are ignored when looking for comment delimiters. Any extra literals go here", I don't really understand what that means or what it would be used for. The only examples are the regexes under JS and Coffeescript that don't illustrate why I might add additional literals. Would you be able to clarify that?commentStart
andcommentEnd
differ fromcomment
andmultiLine
? They're not mentioned in the docs at the top of the file either.The text was updated successfully, but these errors were encountered: