Arcensoth / language-mcfunction

Syntax highlighting for mcfunction files.
MIT License
118 stars 13 forks source link

Show errors for quoted keys in entity selectors #28

Closed SPGoding closed 4 years ago

SPGoding commented 4 years ago

e.g. say @e["tag"=foo]

Arcensoth commented 4 years ago

@SPGoding Thanks, I'll look into it. I didn't even know this was valid. Is there any case where it's actually useful?

SPGoding commented 4 years ago

I don't think it's useful neither :p

So this may not be an important bug.

Arcensoth commented 4 years ago

I'll see how much further it will complicate the selector logic, but ideally since the game supports I would like to as well. I might dive in with this alongside #27 since both seem to be related in that they involve quoted keys of some kind.

Arcensoth commented 4 years ago

Fixed in a492683