Add razor highlighting for codemirror

This commit is contained in:
sebastiaan
2012-09-04 12:04:06 -02:00
parent 25721afcf4
commit 9843e2e15d
3 changed files with 7 additions and 4 deletions

View File

@@ -450,6 +450,8 @@
<Content Include="umbraco_client\CodeMirror\js\mode\python\index.html" />
<Content Include="umbraco_client\CodeMirror\js\mode\python\LICENSE.txt" />
<Content Include="umbraco_client\CodeMirror\js\mode\python\python.js" />
<Content Include="umbraco_client\CodeMirror\js\mode\razor\index.html" />
<Content Include="umbraco_client\CodeMirror\js\mode\razor\razor.js" />
<Content Include="umbraco_client\CodeMirror\js\mode\rpm\changes\changes.js" />
<Content Include="umbraco_client\CodeMirror\js\mode\rpm\changes\index.html" />
<Content Include="umbraco_client\CodeMirror\js\mode\rpm\spec\index.html" />
@@ -1460,6 +1462,7 @@
<None Include="umbraco_client\CodeMirror\js\mode\coffeescript\LICENSE" />
<None Include="umbraco_client\CodeMirror\js\mode\pascal\LICENSE" />
<None Include="umbraco_client\CodeMirror\js\mode\perl\LICENSE" />
<Content Include="umbraco_client\CodeMirror\js\mode\razor\LICENSE" />
<None Include="umbraco_client\CodeMirror\js\mode\ruby\LICENSE" />
<None Include="umbraco_client\CodeMirror\js\mode\r\LICENSE" />
<None Include="umbraco_client\CodeMirror\js\mode\xquery\LICENSE" />

View File

@@ -1947,7 +1947,9 @@
<Content Include="umbraco.presentation\umbraco\developer\Cache\viewCacheItem.aspx" />
<Content Include="umbraco.presentation\umbraco\developer\Xslt\xsltChooseExtension.aspx" />
<Content Include="umbraco.presentation\umbraco\developer\Xslt\xsltInsertValueOf.aspx" />
<Content Include="umbraco.presentation\umbraco\editContent.aspx" />
<Content Include="umbraco.presentation\umbraco\editContent.aspx">
<SubType>ASPXCodeBehind</SubType>
</Content>
<Content Include="umbraco.presentation\umbraco\editMedia.aspx" />
<Content Include="umbraco.presentation\umbraco\js\language.aspx" />
<Content Include="umbraco.presentation\umbraco\login.aspx">

View File

@@ -235,9 +235,7 @@
<Compile Include="folderbrowser\DataTypeFolderbrowser.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="folderbrowser\folderBrowser.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="folderbrowser\folderBrowser.cs" />
<Compile Include="imagecropper\Config.cs" />
<Compile Include="imagecropper\Data.cs" />
<Compile Include="imagecropper\DataEditor.cs" />