Got it thanks 
Added this to my HTML.sublime-syntax
- match: '(<)((?i:templater\:js))\b(?![^>]*/>)(?![^>]*(?i:type.?=.?text/((?!javascript).*)))'
captures:
1: punctuation.definition.tag.begin.html
2: entity.name.tag.script.html
push:
- match: (?i)(</)(templater\:js)(>)
captures:
1: punctuation.definition.tag.begin.html
2: entity.name.tag.script.html
3: punctuation.definition.tag.end.html
pop: true
- include: tag-stuff
- match: '>'
scope: punctuation.definition.tag.end.html
push:
- meta_content_scope: source.js.embedded.html
- include: 'scope:source.js'
with_prototype:
- match: (?i)(?=</templater\:js)
pop: true