Skip to content

Commit

Permalink
fix regex from #70
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Feb 16, 2024
1 parent b7e33fc commit 4006365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion syntaxes/weidu-tp2.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -17987,7 +17987,7 @@
"name": "keyword.control.value.weidu-tp2"
},
{
"match": "(&&?|\\|(\\|)?|^^|`)",
"match": "(&&?|\\|(\\|)?|\\^\\^|`)",
"name": "keyword.control.value.weidu-tp2"
},
{
Expand Down
2 changes: 1 addition & 1 deletion syntaxes/weidu-tp2.tmLanguage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4606,7 +4606,7 @@ repository:
name: keyword.control.value.weidu-tp2
patterns:
- match: (\=\>|\+|-|\*|\/|=|\*|!|>|<|\?|:)
- match: (&&?|\|(\|)?|^^|`)
- match: (&&?|\|(\|)?|\^\^|`)
- match: \b(MODULO|REM|NOT|OR|AND|BAND|BOR|BXOR|BNOT|BLSL|BLSR|BASR|EVAL)\b

weidu-tp2-values:
Expand Down

0 comments on commit 4006365

Please sign in to comment.