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:
387 bytes
|
Line | |
---|
1 | 'use strict'
|
---|
2 | var refractorT4Templating = require('./t4-templating.js')
|
---|
3 | var refractorCsharp = require('./csharp.js')
|
---|
4 | module.exports = t4Cs
|
---|
5 | t4Cs.displayName = 't4Cs'
|
---|
6 | t4Cs.aliases = []
|
---|
7 | function t4Cs(Prism) {
|
---|
8 | Prism.register(refractorT4Templating)
|
---|
9 | Prism.register(refractorCsharp)
|
---|
10 | Prism.languages.t4 = Prism.languages['t4-cs'] =
|
---|
11 | Prism.languages['t4-templating'].createT4('csharp')
|
---|
12 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.