aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query/highlights/solidity/test.sol
diff options
context:
space:
mode:
Diffstat (limited to 'tests/query/highlights/solidity/test.sol')
-rw-r--r--tests/query/highlights/solidity/test.sol2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/query/highlights/solidity/test.sol b/tests/query/highlights/solidity/test.sol
index b53dd857d..52334bd7e 100644
--- a/tests/query/highlights/solidity/test.sol
+++ b/tests/query/highlights/solidity/test.sol
@@ -12,7 +12,7 @@ import * as something from "anotherFile";
/// @title Voting with delegation.
// <- @comment
contract Ballot {
-// ^keyword
+// ^keyword.type
// ^ @type
// This declares a new complex type which will
// be used for variables later.