File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2828 <key >value </key >
2929 <string >*/ </string >
3030 </dict >
31+ <dict >
32+ <key >name </key >
33+ <string >TM_COMMENT_START_3 </string >
34+ <key >value </key >
35+ <string >// </string >
36+ </dict >
3137 </array >
3238 </dict >
3339 <key >uuid </key >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ uuid: 9060ca81-906d-4f19-a91a-159f4eb119d6
77patterns :
88- comment : Comments
99 name : comment.line.number-sign.terraform
10- begin : ' #'
10+ begin : ' #|// '
1111 end : $\n?
1212 captures :
1313 ' 0 ' : {name: punctuation.definition.comment.terraform}
Original file line number Diff line number Diff line change 1313 <array >
1414 <dict >
1515 <key >begin </key >
16- <string ># </string >
16+ <string >#|// </string >
1717 <key >captures </key >
1818 <dict >
1919 <key >0 </key >
You can’t perform that action at this time.
0 commit comments