I want to expand ptest into welcome python in file ending with html,add lines in html.snippets(located in vim-snippets/UltiSnips):
snippet ptest
!p print("welcome python")
endsnippet
ptest expand into !p print("welcome python"),i rewrite the snippet as below then:
snippet ptest
`!p print("welcome python")`
endsnippet
ptest expand into nothing!