Skip to content
Open
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions lang/tags/functions.talon
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ tag: user.code_functions
# for annotating function parameters
is type <user.code_type>: user.code_insert_type_annotation(code_type)
returns [type] <user.code_type>: user.code_insert_return_type(code_type)
returns class <user.text>
Comment thread
ZachWatkins marked this conversation as resolved.
Outdated
formatted = user.formatted_text(text, "PUBLIC_CAMEL_CASE")
insert(": {formatted}")
Comment thread
ZachWatkins marked this conversation as resolved.
Outdated

# for generic reference of types
type <user.code_type>: insert(code_type)