File tree Expand file tree Collapse file tree 3 files changed +41368
-40264
lines changed Expand file tree Collapse file tree 3 files changed +41368
-40264
lines changed Original file line number Diff line number Diff line change 80768076 }
80778077 ]
80788078 },
8079- "comment" : {
8080- "type" : " CHOICE" ,
8081- "members" : [
8082- {
8083- "type" : " SYMBOL" ,
8084- "name" : " line_comment"
8085- },
8086- {
8087- "type" : " SYMBOL" ,
8088- "name" : " block_comment"
8089- }
8090- ]
8091- },
8092- "line_comment" : {
8093- "type" : " TOKEN" ,
8094- "content" : {
8095- "type" : " SEQ" ,
8096- "members" : [
8097- {
8098- "type" : " STRING" ,
8099- "value" : " //"
8100- },
8101- {
8102- "type" : " PATTERN" ,
8103- "value" : " .*"
8104- }
8105- ]
8106- }
8107- },
81088079 "_path" : {
81098080 "type" : " CHOICE" ,
81108081 "members" : [
82818252 {
82828253 "type" : " SYMBOL" ,
82838254 "name" : " block_comment"
8255+ },
8256+ {
8257+ "type" : " SYMBOL" ,
8258+ "name" : " doc_comment"
82848259 }
82858260 ],
82868261 "conflicts" : [
83258300 {
83268301 "type" : " SYMBOL" ,
83278302 "name" : " block_comment"
8303+ },
8304+ {
8305+ "type" : " SYMBOL" ,
8306+ "name" : " line_comment"
8307+ },
8308+ {
8309+ "type" : " SYMBOL" ,
8310+ "name" : " doc_comment"
83288311 }
83298312 ],
83308313 "inline" : [
Original file line number Diff line number Diff line change 47484748 "type" : " default" ,
47494749 "named" : false
47504750 },
4751+ {
4752+ "type" : " doc_comment" ,
4753+ "named" : true
4754+ },
47514755 {
47524756 "type" : " dyn" ,
47534757 "named" : false
You can’t perform that action at this time.
0 commit comments