shortcodes between square and curly brackets

To WordPress, as it parses through the content, only the tags using square brackets will be treated as short codes.

The curly bracket example given would not be parsed by the WordPress core. It is possible the tag would be parsed by a plugin or theme if they are looking for hooks in the content that they don’t want handled by the core functions for some reason.