Skip to content

Commit

Permalink
Added V4 opcode to Annotator
Browse files Browse the repository at this point in the history
  • Loading branch information
satran004 committed Jul 16, 2021
1 parent 8a39409 commit 4dd162d
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ public void annotate(@NotNull PsiElement element, @NotNull AnnotationHolder hold
|| element instanceof TEALGaidOpcode
|| element instanceof TEALGaidsOpcode
|| element instanceof TEALDivmodwOpcode
|| element instanceof TEALShlOpcode
|| element instanceof TEALShrOpcode
|| element instanceof TEALSqrtOpcode
|| element instanceof TEALBitlenOpcode
|| element instanceof TEALExpOpcode
|| element instanceof TEALExpwOpcode
|| element instanceof TEALBytesliceOperation
|| element instanceof TEALBZeroOpcode
) {
holder.newAnnotation(HighlightSeverity.ERROR,
V4_SUPPORT_MSG).create();
Expand Down

0 comments on commit 4dd162d

Please sign in to comment.