diff options
| author | AShifter <[email protected]> | 2017-11-17 20:29:46 -0700 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-11-17 20:29:46 -0700 |
| commit | ebdc09fe679b4b06fd149c8fc6539244100ce896 (patch) | |
| tree | 65dfe45bbfd194ddb534cc80107ab8e6d80cf5bc /ShiftOS.Main/Resources/CatalystGrammar.xml | |
| parent | 1d0b393e6969d9671daead8049973a374421046f (diff) | |
| parent | 97722fbe9d474adffbba0b92e9727c48a8205234 (diff) | |
| download | shiftos-rewind-ebdc09fe679b4b06fd149c8fc6539244100ce896.tar.gz shiftos-rewind-ebdc09fe679b4b06fd149c8fc6539244100ce896.tar.bz2 shiftos-rewind-ebdc09fe679b4b06fd149c8fc6539244100ce896.zip | |
Merge remote-tracking branch 'refs/remotes/ShiftOS-Rewind/master'
Diffstat (limited to 'ShiftOS.Main/Resources/CatalystGrammar.xml')
| -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"> |
