branch: master
commit d9afdff58c67b1d3e9fd7e59d12a98dddc58482f
Author: Sergey Poznyakoff <[email protected]>
Commit: Sergey Poznyakoff <[email protected]>
Don't reset syntax properties of ?{ and ?}
---
vcl-mode.el | 2 --
1 file changed, 2 deletions(-)
diff --git a/vcl-mode.el b/vcl-mode.el
index 97f66b1..449252c 100644
--- a/vcl-mode.el
+++ b/vcl-mode.el
@@ -58,8 +58,6 @@
(modify-syntax-entry ?_ "_" st)
(modify-syntax-entry ?\' "." st)
(modify-syntax-entry ?\" "." st)
- (modify-syntax-entry ?{ "." st)
- (modify-syntax-entry ?} "." st)
st)
"Syntax table in use in VCL Mode buffers.")