Skip to content

Commit

Permalink
Merge pull request #66 from GabrieleMessina/development
Browse files Browse the repository at this point in the history
Fix vscode extension divide operator break comments
  • Loading branch information
GabrieleMessina authored Apr 13, 2024
2 parents 4b829c2 + 02e42d5 commit cac1ad2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qutes-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Gabriele Messina",
"publisher": "GabrieleMessina",
"license": "MIT",
"version": "1.1.6",
"version": "1.1.7",
"engines": {
"vscode": "^1.52.0"
},
Expand Down
2 changes: 1 addition & 1 deletion qutes-vscode/syntaxes/qutes.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
{
"name": "keyword.operator.qutes",
"match": "(\\*|/|%|\\+|\\-|==|!=|>|>=|<|<=|=)|\\b(and|or|not|pauliy|pauliz|grover|mcz|mcx|mcp|mcy|swap|hadamard|measure|print|barrier)\\b|(\\+\\+|\\-\\-|\\+=|\\-=|\\*=|/=|&=)"
"match": "(\\*|/(?!/)|%|\\+|\\-|==|!=|>|>=|<|<=|=)|\\b(and|or|not|pauliy|pauliz|grover|mcz|mcx|mcp|mcy|swap|hadamard|measure|print|barrier)\\b|(\\+\\+|\\-\\-|\\+=|\\-=|\\*=|/=|&=)"
},
{
"name": "storage.type.qutes",
Expand Down

0 comments on commit cac1ad2

Please sign in to comment.