Skip to content

Instantly share code, notes, and snippets.

@paitonic
Created February 20, 2018 07:08
Show Gist options
  • Save paitonic/e7477430ecb42a1baf9a2729d5453092 to your computer and use it in GitHub Desktop.
Save paitonic/e7477430ecb42a1baf9a2729d5453092 to your computer and use it in GitHub Desktop.
ace editor annotations
editor.getSession().setAnnotations([{
row: 1,
column: 0,
text: "Error Message",
type: "error"
}]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment