diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-18 21:39:58 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-18 21:46:58 +0200 |
| commit | 0c37d2073fe94d24b06fd179b601f765e1f85ad2 (patch) | |
| tree | d149d3d49dd5bd286ff1b942fc5d2fa334372e67 /.config/nvim/plugin/50-highlight.lua | |
| parent | 54861a5b7837475dbf16a747740b73253a4a3a2d (diff) | |
| download | dotfiles-0c37d2073fe94d24b06fd179b601f765e1f85ad2.tar.gz dotfiles-0c37d2073fe94d24b06fd179b601f765e1f85ad2.zip | |
misc: fix comments and typos
Diffstat (limited to '.config/nvim/plugin/50-highlight.lua')
| -rw-r--r-- | .config/nvim/plugin/50-highlight.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/plugin/50-highlight.lua b/.config/nvim/plugin/50-highlight.lua index 0e8fb97..022c916 100644 --- a/.config/nvim/plugin/50-highlight.lua +++ b/.config/nvim/plugin/50-highlight.lua @@ -1,5 +1,5 @@ -- --- Custom highlighting plugin (in `after/` to that the autocommand in `treesitter/init.lua` can be set first in order) +-- Custom highlighting plugin -- -- Returns an iterator over the ascendants of `node`, starting at the root node |
