diff options
| author | John T <[email protected]> | 2017-11-05 18:47:46 -0500 |
|---|---|---|
| committer | John T <[email protected]> | 2017-11-05 18:47:46 -0500 |
| commit | a10440a45c40652b13e883aec832a0c8ded685e8 (patch) | |
| tree | ab64311e47f8e59c7c46cd50c94bec424165ecc2 /ShiftOS.Main/Resources | |
| parent | 019da5b9ebf67b758a31dd05c4b17de66fa682f2 (diff) | |
| download | shiftos-rewind-a10440a45c40652b13e883aec832a0c8ded685e8.tar.gz shiftos-rewind-a10440a45c40652b13e883aec832a0c8ded685e8.tar.bz2 shiftos-rewind-a10440a45c40652b13e883aec832a0c8ded685e8.zip | |
Added a half-complete ShiftFS and did some code cleanup
Diffstat (limited to 'ShiftOS.Main/Resources')
| -rw-r--r-- | ShiftOS.Main/Resources/CatalystGrammar.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/ShiftOS.Main/Resources/CatalystGrammar.xml b/ShiftOS.Main/Resources/CatalystGrammar.xml index b082a0d..90543d6 100644 --- a/ShiftOS.Main/Resources/CatalystGrammar.xml +++ b/ShiftOS.Main/Resources/CatalystGrammar.xml @@ -1,22 +1,23 @@ -<?xml version="1.0" encoding="UTF-8" ?> +<?xml version="1.0" encoding="UTF-8"?> + <grammar version="1.0" xml:lang="en-US" xmlns="http://www.w3.org/2001/06/grammar" tag-format="semantics/1.0" root="Main"> - + <!-- Catalyst Grammar File This file gives Catalyst the ability to recognize audio input and give a proper response. --> - + <rule id="Main"> <item> How much Code Points do I have? </item> - <item>Can you run <ruleref uri="#programs"/>?</item> - <item>Can you minimize <ruleref uri="#programs"/>?</item> - <item>Can you close <ruleref uri="#programs"/>?</item> + <item>Can you run <ruleref uri="#programs" />?</item> + <item>Can you minimize <ruleref uri="#programs" />?</item> + <item>Can you close <ruleref uri="#programs" />?</item> </rule> <rule id="programs" scope="public"> |
