From ae3e996f9682734557a40c7d4ff223d3c894ae91 Mon Sep 17 00:00:00 2001 From: Zander Labuschagne Date: Thu, 28 Oct 2021 12:30:56 +0200 Subject: [PATCH] Added left and right idle off keywords highlighting that was overlooked --- target.sublime-completions | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target.sublime-completions b/target.sublime-completions index 297c84f..c292399 100755 --- a/target.sublime-completions +++ b/target.sublime-completions @@ -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" },