Skip to content

Commit

Permalink
Removed incorrect QASM types
Browse files Browse the repository at this point in the history
  • Loading branch information
itstorque committed Dec 27, 2019
1 parent 3dce906 commit dd804b6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions grammars/qasm.cson
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,6 @@ patterns: [
match: '(?x)^\\b(?:(qreg|creg)|
(gate))\\b'
}
{
name: 'storage.modifier'
comment: 'QASM types'
match: '(?x)\\b(?:(unmaj|majority)|
(post))\\b'
}
{
name: 'support.function'
comment: 'cQASM instructions'
Expand Down

0 comments on commit dd804b6

Please sign in to comment.