diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-08-17 22:24:36 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-08-17 22:24:36 -0300 |
| commit | 9cb3677559a084e07abfd7d1ce93d5c73802be3d (patch) | |
| tree | 411af6488eea57fb6b3bdf8c3ac055e39bc4bc0b /data/server-config-sample.gcfg | |
| parent | be1f915ef9f632a6beb32795797403932a4efe74 (diff) | |
Enable directory scanning
This enables a directory-scanning behavior for files.
Now, we just have to add internal names to almost all of the grammars
Diffstat (limited to 'data/server-config-sample.gcfg')
| -rwxr-xr-x | data/server-config-sample.gcfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/server-config-sample.gcfg b/data/server-config-sample.gcfg index 3408a4b..416f892 100755 --- a/data/server-config-sample.gcfg +++ b/data/server-config-sample.gcfg @@ -1,3 +1,5 @@ +load directory testdir . + # Load 'long rules' -- Grammars which generally are used as part of the output # for other grammars load grammar animal sample-grammars/long-data/animal.gram |
