Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I change the default boundary character #5

Closed
Terence-Cheng opened this issue Mar 29, 2017 · 2 comments
Closed

How can I change the default boundary character #5

Terence-Cheng opened this issue Mar 29, 2017 · 2 comments

Comments

@Terence-Cheng
Copy link

My project's boundary character is '{/',but when I write the 'if', it becomes the '/{if} /{/if}'. I want the '{/if/} {//if/}'

@g8up
Copy link

g8up commented Jul 20, 2017

I got a solution:

	"if": {
		"prefix": "if",
		"body": "\n{/if $1/}\n\t$0\n{//if/}\n",
		"description": "",
		"scope": "text.html.smarty,source.smarty"
	},
  • reload your smarty extension

@jens1o
Copy link
Owner

jens1o commented Apr 3, 2018

duplicate of #6
Patch will take place soon.

@jens1o jens1o closed this as completed Apr 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants