Skip to content

Commit

Permalink
Added function for AdaRM links and used it throughout.
Browse files Browse the repository at this point in the history
  • Loading branch information
bracke committed May 5, 2024
1 parent e7826f8 commit 76dff7d
Show file tree
Hide file tree
Showing 2 changed files with 507 additions and 499 deletions.
8 changes: 8 additions & 0 deletions .vscode/AdaItem.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,13 @@
"$0"
],
"description": "Ada Section"
},
"AdaRMLink": {
"prefix": "ada",
"body": [
"\\adarmlink{${1:page}}",
"$0"
],
"description": "Link to Ada RM"
}
}
Loading

0 comments on commit 76dff7d

Please sign in to comment.