Fixes IJSDK-119

This commit is contained in:
Breandan Considine 2016-03-03 01:06:22 -05:00
parent c19ddcd6a5
commit b8cfa55d1f

View File

@ -45,7 +45,7 @@ The `DefaultLiveTemplatesProvider` tells us where to find the Live Template sett
A `TemplateContextType` tells us where the live template is applicible. A `TemplateContextType` tells us where the live template is applicible.
```java ```java
{% include /code_samples/live_templates/src/MarkdownTemplateProvider.java %} {% include /code_samples/live_templates/src/MarkdownContext.java %}
``` ```
Once you define the `TemplateContextType`, be sure to add the assigned context type to the previously created Live Template settings file. Under `<template>...</template>` add the following context: Once you define the `TemplateContextType`, be sure to add the assigned context type to the previously created Live Template settings file. Under `<template>...</template>` add the following context: