Skip to content

SysDictCoder

Dynamics Ax Stuff

  • Home
  • About
  • Contact

Recent Posts

  • Performance considerations: aggregate functions
  • Performance considerations: event handlers
  • Can’t define abstract or final methods on abstract table
  • Unexpected assertion failure caused by impossible modification
  • Keeping an eye on output to files

Categories

  • Dynamics Ax (Axapta)
  • Installation
  • Other
  • Programming
  • Wordpress

Tags

  • ax2012
  • ax2012r2
  • best practice
  • bug
  • cil
  • debugging
  • performance
  • powershell
  • tool
  • x++

Category: Wordpress

X++ syntax highlighting

This is fun. With this new blog setup, syntax highlighting for X++ is available.

while select custTable
{
    print custTable.Name;
}
pause;

Thanks to Simon Butcher for making the X++ syntax file for Geshi.

Share this:

  • Twitter
  • Email
  • Print
Posted on July 4, 2007October 22, 2014Categories WordpressTags x++5 Comments on X++ syntax highlighting
Proudly powered by WordPress