Skip to content

Commit

Permalink
Merge pull request #228 from p-kudrin/master
Browse files Browse the repository at this point in the history
Added support the TypeScript IDE for Eclipse
  • Loading branch information
fhd committed Jul 4, 2015
2 parents e15a3db + b1376d7 commit 4c7fa09
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
@@ -1,5 +1,6 @@
1.1.0
1.1.0
=====
* Added support for the [TypeScript IDE for Eclipse](http://typecsdev.com/).

1.0.0 (2014-10-26)
==================
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -80,7 +80,7 @@ Eclipse Color Theme currently supports the following editors:
* TCL
* Text
* Twig
* TypeScript
* TypeScript ([TypeScript IDE for Eclipse](http://typecsdev.com/))
* XML
* XSL
* Xtend
Expand Down
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<eclipseColorThemeMapping plugin="com.axmor.eclipse.typescript.editor" created="2015-06-26 12:00:00">
<mappings>
<mapping pluginKey="ts_default" themeKey="foreground" />
<mapping pluginKey="ts_reference" themeKey="annotation" />
<mapping pluginKey="ts_keyword" themeKey="keyword" />
<mapping pluginKey="ts_string" themeKey="string" />
<mapping pluginKey="ts_comment" themeKey="singleLineComment" />
<mapping pluginKey="ts_number" themeKey="number" />
<mapping pluginKey="ts_java_doc" themeKey="javadoc" />
<mapping pluginKey="ts_brackets" themeKey="bracket" />
</mappings>
<semanticHighlightingMappings>
<semanticHighlightingMapping pluginKey="semanticHighlighting.ts_localVariable" themeKey="localVariable" />
<semanticHighlightingMapping pluginKey="semanticHighlighting.ts_class" themeKey="class" />
<semanticHighlightingMapping pluginKey="semanticHighlighting.ts_interface" themeKey="interface" />
<semanticHighlightingMapping pluginKey="semanticHighlighting.ts_method" themeKey="method" />
<semanticHighlightingMapping pluginKey="semanticHighlighting.ts_classProperty" themeKey="field" />
<semanticHighlightingMapping pluginKey="semanticHighlighting.ts_module" themeKey="class" />
</semanticHighlightingMappings>
</eclipseColorThemeMapping>
6 changes: 6 additions & 0 deletions com.github.eclipsecolortheme/plugin.xml
Expand Up @@ -377,6 +377,12 @@
pluginId="net.vtst.ow.eclipse.less.Less"
xml="mappings/net.vtst.ow.eclipse.less.Less.xml">
</mapper>
<mapper
class="com.github.eclipsecolortheme.mapper.GenericMapper"
name="TypeScript (AXMOR)"
pluginId="com.axmor.eclipse.typescript.editor"
xml="mappings/com.axmor.eclipse.typescript.editor.xml">
</mapper>
</extension>
<extension
point="com.github.eclipsecolortheme.theme">
Expand Down

0 comments on commit 4c7fa09

Please sign in to comment.