FUEL: some more chars that often are used in word names

db4
Björn Lindqvist 2014-04-18 03:53:42 +02:00 committed by John Benediktsson
parent c21a562529
commit d62c2ae351
1 changed files with 3 additions and 0 deletions

View File

@ -887,6 +887,9 @@ With prefix, non-existing files will be created."
(modify-syntax-entry ?* "_" table)
(modify-syntax-entry ?- "_" table)
(modify-syntax-entry ?\; "_" table)
(modify-syntax-entry ?\' "_" table)
(modify-syntax-entry ?^ "_" table)
(modify-syntax-entry ?~ "_" table)
(modify-syntax-entry ?\( "()" table)
(modify-syntax-entry ?\) ")(" table)
(modify-syntax-entry ?\{ "(}" table)