Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tags in code #7

Merged
merged 5 commits into from
Jun 13, 2021
Merged

Tags in code #7

merged 5 commits into from
Jun 13, 2021

Conversation

MysteryBlokHed
Copy link
Owner

Closes #6

Adds a new :tag keyword to specify function tags in code.
Multiple formats are supported (unintentionally but works for me):

:func function
:tag load
:tag a_function
tellraw @a "Hello, World!"
:endfunc
:func function :tag load :tag a_function
tellraw @a "Hello, World!"
:endfunc

@MysteryBlokHed MysteryBlokHed merged commit 7091475 into master Jun 13, 2021
@MysteryBlokHed MysteryBlokHed deleted the 6-func-tags-in-code branch June 13, 2021 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Specify tags for functions in code
1 participant