main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
358 bytes
|
Rev | Line | |
---|
[d24f17c] | 1 | 'use strict'
|
---|
| 2 | var refractorT4Templating = require('./t4-templating.js')
|
---|
| 3 | var refractorVbnet = require('./vbnet.js')
|
---|
| 4 | module.exports = t4Vb
|
---|
| 5 | t4Vb.displayName = 't4Vb'
|
---|
| 6 | t4Vb.aliases = []
|
---|
| 7 | function t4Vb(Prism) {
|
---|
| 8 | Prism.register(refractorT4Templating)
|
---|
| 9 | Prism.register(refractorVbnet)
|
---|
| 10 | Prism.languages['t4-vb'] = Prism.languages['t4-templating'].createT4('vbnet')
|
---|
| 11 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.