vimscript
Context:
user.community.lang.vimscript.vimscript.talon
| Spoken | Backend |
|---|---|
| [<user.vimscript_scope>] (variable | var) [<user.text>] [over] | insert(vimscript_scope or "")user.code_private_variable_formatter(text) |
| <user.vimscript_functions> | insert("{vimscript_functions} ") |
| assign [<user.vimscript_scope>] (variable | var) [<user.text>] [over] | insert("let ")insert(vimscript_scope or "")user.code_private_variable_formatter(text) |
| state command | "command! " |
| state continue | "continue" |
| state end for | "endfor" |
| state end function | "endfunction" |
| state end if | "endif" |
| state end while | "endwhile" |