Skip to content

Instantly share code, notes, and snippets.

@flyx
Created January 28, 2012 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flyx/1695019 to your computer and use it in GitHub Desktop.
Save flyx/1695019 to your computer and use it in GitHub Desktop.
This serves as example to show Ada syntax highlighting bugs in pygments
package Foo is
end Foo;
package Foo.Bar is
type Hurz is (Kol, Ra, Bi);
for Hurz use (Kol => 1, Ra => 2, Bi => 3);
end Foo.Bar;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment