nlipiarski / MCC

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

Incomplete highlighting when reducing lines #65

Closed Daminator4113 closed 5 years ago

Daminator4113 commented 5 years ago
  1. When I reduce a piece of code, the following lines are no longer completely highlighted.

  2. image

image

  1. 
    ### TEST 1 ###
    # /!\ Cette commande fait buggé les autres /!\
    #give @p written_book{pages:["{\"text\":\"TEST\"}"]}
    
    give @p stone{display:{Name:"Hello"}}
    give @p stone{display:{Name:"\"Hello\""}}
    give @p stone{display:{Name:"{\"text\":\"Hello\"}"}}
    give @p stone{display:{Lore:["Hello"]}}

TEST 2

summon armor_stand ~ ~ ~ {ArmorItems:[{},{},{},{id:"minecraft:iron_helmet",Count:1b}]}
summon armor_stand ~ ~ ~ {ArmorItems:[{},{},{},{}]}
summon armor_stand ~ ~ ~ {Tags:["Something"]}

tellraw @a {"text":"123","bold":true}
tellraw @a {"text":"123","bold":"true"}

advancement revoke @a only customs:noteblock/trigger/place_noteblock

setblock ~ ~ ~ minecraft:note_block[powered=true]

datapack disable "file/MyDatapack"```
nlipiarski commented 5 years ago

This has now been fixed and the update should roll out to you pretty soon.