highlights(solidity): use more specific groups

This commit is contained in:
ObserverOfTime 2022-10-28 17:26:32 +03:00
parent 6825dc63b6
commit 08bd9d0e08
2 changed files with 27 additions and 22 deletions

View file

@ -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