diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-04-19 16:37:16 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-04-19 16:37:16 +0200 |
| commit | 7a2cc3e7d29d16c5cf9b5a93a688e14da93c8662 (patch) | |
| tree | 8ca787c56b84b83f5d34ee7b4701c0e8f4778753 /src/syntax/highlight.rs | |
| parent | 255d4c620f39133b40a9132843781f2a620a6008 (diff) | |
Field access
Diffstat (limited to 'src/syntax/highlight.rs')
| -rw-r--r-- | src/syntax/highlight.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/syntax/highlight.rs b/src/syntax/highlight.rs index 004ff957..10dfce69 100644 --- a/src/syntax/highlight.rs +++ b/src/syntax/highlight.rs @@ -209,6 +209,7 @@ impl Category { NodeKind::Named => None, NodeKind::UnaryExpr => None, NodeKind::BinaryExpr => None, + NodeKind::FieldAccess => None, NodeKind::FuncCall => None, NodeKind::MethodCall => None, NodeKind::CallArgs => None, |
