diff --git a/ICSharpCode.AvalonEdit/Highlighting/Resources/CLLE.xshd b/ThirdParty-Highlightings/CLLE.xshd similarity index 100% rename from ICSharpCode.AvalonEdit/Highlighting/Resources/CLLE.xshd rename to ThirdParty-Highlightings/CLLE.xshd diff --git a/ThirdParty-Highlightings/README.md b/ThirdParty-Highlightings/README.md new file mode 100644 index 0000000..553e69c --- /dev/null +++ b/ThirdParty-Highlightings/README.md @@ -0,0 +1,16 @@ +Third-Party Highlighting Definitions for AvalonEdit +================================================== + +These custom highlighting definitions have been provided by the community. +We are sharing them here, because we cannot include every possible language in the AvalonEdit bundle. + +If you want your highlighting included, please open a pull request. + +* [RPG](https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_73/rbam6/rbam6clmain.htm) see RPGLE.xshd +* [CLLE](https://www.ibm.com/developerworks/ibmi/library/i-ibmi-rpg-support/index.html) see CLLE.xshd + +Highlighting Definitions found in other locations +------------------------------------------------ + +* Assembler highlighting (shipping with ILSpy): https://github.com/icsharpcode/ILSpy/blob/master/ILSpy/TextView/Asm-Mode.xshd +* MSIL highlighting (shipping with ILSpy): https://github.com/icsharpcode/ILSpy/blob/master/ILSpy/TextView/ILAsm-Mode.xshd diff --git a/ICSharpCode.AvalonEdit/Highlighting/Resources/RPGLE.xshd b/ThirdParty-Highlightings/RPGLE.xshd similarity index 100% rename from ICSharpCode.AvalonEdit/Highlighting/Resources/RPGLE.xshd rename to ThirdParty-Highlightings/RPGLE.xshd