RubixTheSlime / vim-mcfunction

Vim syntax definitions for mcfunction
GNU General Public License v3.0
21 stars 6 forks source link

Full restructure #6

Closed RubixTheSlime closed 4 years ago

RubixTheSlime commented 4 years ago

Every command (or group of commands eg tp/teleport) should have its own file, with everything for that command in that file, for consistency. That also means that entity/coordinate/etc need to be defined using functions (with the exception of entityTptTrget). Files should be organized into "command" or (TODO: name for things that follow the command) directories.

RubixTheSlime commented 4 years ago

Not able to put things in separate directories, using command{name} and data{name} instead