diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/query/highlights/solidity/test.sol | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/query/highlights/solidity/test.sol b/tests/query/highlights/solidity/test.sol index 42a335182..a4b642ee6 100644 --- a/tests/query/highlights/solidity/test.sol +++ b/tests/query/highlights/solidity/test.sol @@ -3,14 +3,14 @@ // SPDX-License-Identifier: GPL-3.0 // ^ comment pragma solidity >=0.7.0 <0.9.0; -// ^ keyword -// ^ tag +// ^ preproc +// ^ attribute import * as something from "anotherFile"; // ^ ^ ^ include /// @title Voting with delegation. -// ^ attribute +// ^ preproc contract Ballot { // ^keyword // ^ type |
