diff --git a/notes.YAML-tmLanguage b/notes.YAML-tmLanguage
index af5f4fa..0274038 100644
--- a/notes.YAML-tmLanguage
+++ b/notes.YAML-tmLanguage
@@ -525,7 +525,7 @@ patterns:
match: (\"[^\"]*\")
- comment: Warning/critical
name: invalid.deprecated.notes
- match: (?![a-zA-Z])\!+[^\!\n\r]+\!*
+ match: (?![a-zA-Z])\!+[^\!\n\r=]+\!*
- comment: Emphasis on parentheses
name: keyword.operator
match: ([\(\)])
diff --git a/notes.tmLanguage b/notes.tmLanguage
index a4855c5..ae3fd33 100644
--- a/notes.tmLanguage
+++ b/notes.tmLanguage
@@ -1970,7 +1970,7 @@
comment
Warning/critical
match
- (?![a-zA-Z])\!+[^\!\n\r]+\!*
+ (?![a-zA-Z])\!+[^\!\n\r=]+\!*
name
invalid.deprecated.notes
diff --git a/tnotes.tmLanguage b/tnotes.tmLanguage
index 5667dec..6e9189c 100644
--- a/tnotes.tmLanguage
+++ b/tnotes.tmLanguage
@@ -1970,7 +1970,7 @@
comment
Warning/critical
match
- (?![a-zA-Z])\!+[^\!\n\r]+\!*
+ (?![a-zA-Z])\!+[^\!\n\r=]+\!*
name
invalid.deprecated.notes