added several characters to the list of valid input characters

This commit is contained in:
Jim Kowalkowski
1994-10-28 20:15:47 +00:00
parent f318710159
commit 263b702284
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
pvname [a-zA-Z0-9_\-:\.\[\]<>]
value [a-zA-Z0-9_\,\./\*#\[\]%: ;!|\'\-&\(\)@\?\+<>=\$\{\}]
value [a-zA-Z0-9_\,\^~\./\*#\[\]%: ;!|\'\-&\(\)@\?\+<>=\$\{\}]
%{
%}

View File

@@ -1,6 +1,6 @@
value [a-zA-Z0-9_\,\./\*#\[\]%: ;!|\-&\(\)@\?\+<>=\$]
word [a-zA-Z0-9_\./\*#\[\]%:;!|\-&\$\(\)@\?\+<>]
word [a-zA-Z0-9_\.\^~/\*#\[\]%:;!|\-&\$\(\)@\?\+<>]
par [\"\']
%{