File tree Expand file tree Collapse file tree 1 file changed +27
-3
lines changed
Expand file tree Collapse file tree 1 file changed +27
-3
lines changed Original file line number Diff line number Diff line change 2626 <key >applyEndPatternLast </key >
2727 <integer >1 </integer >
2828 <key >begin </key >
29- <string >^\s*(#[> !])(.+)$ </string >
29+ <string >^\s*(#[> !# ])(.+)$ </string >
3030 <key >beginCaptures </key >
3131 <dict >
3232 <key >1 </key >
7070 </dict >
7171 </dict >
7272 <key >match </key >
73- <string >#.*$ </string >
73+ <string >^\s* #.*$ </string >
7474 <key >name </key >
7575 <string >meta.comments </string >
7676 </dict >
222222 </dict >
223223 </array >
224224 </dict >
225+ <key >comments_inline </key >
226+ <dict >
227+ <key >patterns </key >
228+ <array >
229+ <dict >
230+ <key >captures </key >
231+ <dict >
232+ <key >0 </key >
233+ <dict >
234+ <key >name </key >
235+ <string >comment.line.mcfunction </string >
236+ </dict >
237+ </dict >
238+ <key >match </key >
239+ <string >#.*$ </string >
240+ <key >name </key >
241+ <string >meta.comments </string >
242+ </dict >
243+ </array >
244+ </dict >
225245 <key >literals </key >
226246 <dict >
227247 <key >patterns </key >
799819 </dict >
800820 </dict >
801821 <key >match </key >
802- <string >[A-Za-z_\-\+]+ </string >
822+ <string >[A-Za-z_]+[A-Za-z_ \-\+]* </string >
803823 <key >name </key >
804824 <string >meta.property_key </string >
805825 </dict >
889909 <key >include </key >
890910 <string >#names </string >
891911 </dict >
912+ <dict >
913+ <key >include </key >
914+ <string >#comments_inline </string >
915+ </dict >
892916 <dict >
893917 <key >include </key >
894918 <string >#subcommands </string >
You can’t perform that action at this time.
0 commit comments