...

Text file src/github.com/alecthomas/chroma/lexers/testdata/mcfunction.actual

Documentation: github.com/alecthomas/chroma/lexers/testdata

     1fill 29 4 26 ~ ~ ~ minecraft:air replace minecraft:water
     2
     3# NBT (JSON-like) value.
     4summon zombie ~ ~ ~ {NoAI:1b}
     5
     6# Target selector
     7gamemode creative @a
     8
     9# With argument
    10kill @e[type=chicken,nested={a0=0,a1=1}]
    11
    12# Ragne
    13kill @e[y_rotation=0..180]

View as plain text