Understand LuaSnip Node Types
masterLuaSnip snippets are composed of nodes. The primary node types are:
textNode(t): Static text.insertNode(i): Editable text that can be jumped to.functionNode(f): Text generated from the contents of other nodes.choiceNode(c): Allows choosing between two nodes (which may contain nested nodes).restoreNode(r): Stores and restores input to nodes.dynamicNode(d): Nodes that are generated based on input.snippetNode(sn): A node that contains other nodes (nested snippets).indent_snippet_node(isn): An indentation-aware snippet node.