Skip to content

Instantly share code, notes, and snippets.

@lwrage
Created January 27, 2017 19:05
Show Gist options
  • Save lwrage/78d6414d8a562299937f262d36ba30af to your computer and use it in GitHub Desktop.
Save lwrage/78d6414d8a562299937f262d36ba30af to your computer and use it in GitHub Desktop.
AADL highlighting test
package P
public
system S
features
error: in data port;
end S;
system implementation S.i
subcomponents
component: system;
properties
p => "a string";
annex emv2 {**
use types ErrorLibrary;
component error behavior
transitions
system -[ ip{noerror} ]-> same;
end component;
**};
end S.i;
end P;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment