nlipiarski / MCC

Marshal Command Code Syntax Highlighter
GNU General Public License v3.0
14 stars 2 forks source link

Some brackets are not correctly highlighted/parsed. #21

Closed Panossa closed 7 years ago

Panossa commented 7 years ago

See attached image: snap_2017 07 12_00h35m04s_007_

Code:

testfor @s {Item:{tag:{SkullOwner:{}}}}
testfor @s {Owner:{OwnerUUIDMost:2L}}
testfor @s {Owner:{OwnerUUIDLeast:2L}}
testfor @s {Owner:{L:2L}}
testfor @s {Owner:{M:2L}}
testfor @s {Owner:{X:2}}
testfor @s {Owner:{Y:2}}
testfor @s {Owner:{Z:2}}
testfor @s {Owner:{}}
testforblock ~ ~ ~ skull * {Owner:{}}
testfor @s {Attributes:[{}]}

Pointed out by Maxaxik via ChunkFormat