aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2015-10-24 10:13:30 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2015-10-24 10:13:30 +0300
commitd9afdff58c67b1d3e9fd7e59d12a98dddc58482f (patch)
tree19c968bcc271956cc186eaea7e0878ba06783622
parent2f0582451af081f8181b796132950431baf061d6 (diff)
downloadvcl-mode-d9afdff58c67b1d3e9fd7e59d12a98dddc58482f.tar.gz
vcl-mode-d9afdff58c67b1d3e9fd7e59d12a98dddc58482f.tar.bz2
Don't reset syntax properties of ?{ and ?}
-rw-r--r--vcl-mode.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl-mode.el b/vcl-mode.el
index 97f66b1..449252c 100644
--- a/vcl-mode.el
+++ b/vcl-mode.el
@@ -55,14 +55,12 @@
(modify-syntax-entry ?> "." st)
(modify-syntax-entry ?& "." st)
(modify-syntax-entry ?| "." st)
(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.")
(defvar vcl-mode-abbrev-table nil
"Abbreviation table used in vcl-mode buffers.")
(c-define-abbrev-table 'vcl-mode-abbrev-table

Return to:

Send suggestions and report system problems to the System administrator.