Skip to content

Commit

Permalink
Fix column information of the C/C++ and Scheme frontend.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaglam committed Apr 8, 2022
1 parent a566427 commit 0109467
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public int minimumTokenMatch() {

@Override
public boolean supportsColumns() {
return false;
return true;
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public int minimumTokenMatch() {

@Override
public boolean supportsColumns() {
return false;
return true;
}

@Override
Expand Down

0 comments on commit 0109467

Please sign in to comment.