diff --git a/src/EasyCon2/Config/ControllerConfig.cs b/src/EasyCon2/Config/ControllerConfig.cs
index 4cc5548..e08678c 100644
--- a/src/EasyCon2/Config/ControllerConfig.cs
+++ b/src/EasyCon2/Config/ControllerConfig.cs
@@ -11,7 +11,7 @@ public record ConfigState
public string ChannelToken { get; set; } = string.Empty;
public bool EnableAlertToken { get; set; } = false;
public bool EnableChannelToken { get; set; } = false;
- public bool EnableAutoCompletion { get; set; } = true;
+ public bool EnableAutoCompletion { get; set; } = false;
public bool ChannelControl { get; set; } = false;
diff --git a/src/EasyCon2/Resources/ecp.xshd b/src/EasyCon2/Resources/ecp.xshd
index d50afa0..6ebb71e 100644
--- a/src/EasyCon2/Resources/ecp.xshd
+++ b/src/EasyCon2/Resources/ecp.xshd
@@ -2,10 +2,13 @@
xmlns="http://icsharpcode.net/sharpdevelop/syntaxdefinition/2008">
-
+
+
+
+
@@ -27,6 +30,14 @@
"
+
+ \$[\w]+
+ \@[\w]+
+ _[\w]+
+
+
+ \b\d+(\.\d+)?([eE][+-]?\d+)?
+
IMPORT
FOR