Skip to content

Commit c702cb6

Browse files
committed
Bump version
1 parent 8469ce1 commit c702cb6

3 files changed

Lines changed: 32 additions & 2 deletions

File tree

.github/Screenshot.png

-13.4 KB
Loading

README.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,34 @@ The latest version is available on the [Visual Studio Marketplace](https://marke
88
Screenshot
99
----------
1010

11-
![Text Template with syntax highlighting](.github/Screenshot.png)
11+
![Text Template with syntax highlighting](.github/Screenshot.png)
12+
13+
Snippets
14+
--------
15+
16+
The following code snippets are available.
17+
18+
Shortcut | Code
19+
--------- | -----------
20+
assembly | `<#@ assembly name="" #>`
21+
import | `<#@ import namespace="" #>`
22+
include | `<#@ include file="" #>`
23+
parameter | `<#@ parameter name="MyParameter" type="System.String" #>`
24+
25+
Options
26+
-------
27+
28+
You can customize the colors under **Tools > Options > Environment > Fonts and Colors**.
29+
30+
Display item | Default
31+
----------------- | -------
32+
T4 Argument | Red
33+
T4 Argument Value | Blue
34+
T4 Delimiter | Yellow (background)
35+
T4 Directive | Maroon
36+
T4 Operator (=) | Blue
37+
38+
See also
39+
--------
40+
41+
[Code Generation using T4 Text Templates](https://docs.microsoft.com/visualstudio/modeling/design-time-code-generation-by-using-t4-text-templates)

T4Language/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="97edd510-988c-473f-9858-ddd5223eab1d" Version="1.0.0" Language="en-US" Publisher="Brice Lambson" />
4+
<Identity Id="97edd510-988c-473f-9858-ddd5223eab1d" Version="1.1.0" Language="en-US" Publisher="Brice Lambson" />
55
<DisplayName>T4 Language</DisplayName>
66
<Description xml:space="preserve">Basic language support for .tt files</Description>
77
<MoreInfo>https://github.com/bricelam/T4Language</MoreInfo>

0 commit comments

Comments
 (0)