mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
docs: swap life-time around
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
This commit is contained in:
parent
c4c543ed1d
commit
5e9c6b6ba0
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ effect on highlighting. We will work on improving highlighting in the near futur
|
|||
@type.definition ; type definitions (e.g. `typedef` in C)
|
||||
@type.qualifier ; type qualifiers (e.g. `const`)
|
||||
|
||||
@storageclass ; life-time modifiers that affect storage in memory
|
||||
@storageclass ; modifiers that affect storage in memory or life-time
|
||||
@attribute ; attribute annotations (e.g. Python decorators)
|
||||
@field ; object and struct fields
|
||||
@property ; similar to `@field`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue