Skip to content

Commit

Permalink
Added left and right idle off keywords highlighting that was overlooked
Browse files Browse the repository at this point in the history
  • Loading branch information
Zander-Labuschagne committed Oct 28, 2021
1 parent 9b4c463 commit ae3e996
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions target.sublime-completions
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@
{ "trigger": "APUOFF\tAPU Off(A10)", "contents": "APUOFF" },
{ "trigger": "IDLELON\tLeft Engine Idle On(A10)", "contents": "IDLELON" },
{ "trigger": "IDLERON\tRight Engine Idle On(A10)", "contents": "IDLERON" },
{ "trigger": "IDLELOFF\tLeft Engine Idle Off(A10)", "contents": "IDLELOFF" },
{ "trigger": "IDLEROFF\tRight Engine Idle Off(A10)", "contents": "IDLEROFF" },
{ "trigger": "CHF\tChina Hat Forward(A10)", "contents": "CHF" },
{ "trigger": "CHM\tChina Hat Middle(A10)", "contents": "CHM" },
{ "trigger": "CHB\tChina Hat Back(A10)", "contents": "CHB" },
Expand Down

0 comments on commit ae3e996

Please # to comment.