mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 12:30:01 -04:00
highlights(solidity): use more specific groups
This commit is contained in:
parent
6825dc63b6
commit
08bd9d0e08
2 changed files with 27 additions and 22 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue