Skip to content

Instantly share code, notes, and snippets.

@wouterj
Created February 12, 2014 16:22
Show Gist options
  • Save wouterj/8958917 to your computer and use it in GitHub Desktop.
Save wouterj/8958917 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" ?>
<container xmlns="http://symfony.com/schema/dic/services">
<parameters>
<parameter key="wj_rst.linter.code_shorthand.class">Wj\RstExtension\Linter\CodeShortHand</parameter>
<parameter key="wj_rst.linter.heading_level.class">Wj\RstExtension\Linter\HeadingLevel</parameter>
<parameter key="wj_rst.linter.md_markup.class">Wj\RstExtension\Linter\MdMarkup</parameter>
</parameters>
<services>
<service id="wj_rst.linter.code_shorthand" class="%wj_rst.linter.code_shorthand.class%">
<tag name="stoffer.linter" alias="code_shorthand" />
</service>
<service id="wj_rst.linter.heading_level" class="%wj_rst.linter.heading_level.class%">
<tag name="stoffer.linter" alias="heading_level" />
</service>
<service id="wj_rst.linter.md_markup" class="%wj_rst.linter.md_markup.class%">
<tag name="stoffer.linter" alias="md_markup" />
</service>
</services>
</container>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment