diff --git a/README.md b/README.md
index f27ed7d2..01249036 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,4 @@
-
- dropbar.nvim
-
-
-
- IDE-like breadcrumbs, out of the box
-
-
-
-
-
-
-
+
with drop-down menu support and mutiple backends
@@ -535,7 +523,6 @@ https://github.com/Bekaboo/dropbar.nvim/assets/76579810/e8c1ac26-0321-4762-9975-
},
treesitter = {
-- Lua pattern used to extract a short name from the node text
- -- Be aware that the match result must not be nil!
name_pattern = '[#~%*%w%._%->!@:]+%s*'
.. string.rep('[#~%*%w%._%->!@:]*', 3, '%s*'),
-- The order matters! The first match is used as the type
@@ -1086,7 +1073,6 @@ each sources.
- `opts.sources.treesitter.name_pattern`: `string`
- Lua pattern used to extract a short name from the node text
- - Be aware! The matching result must not be nil
- Default: `'[#~%*%w%._%->!@:]+%s*' .. string.rep('[#~%*%w%._%->!@:]*', 3, '%s*')`
- `opts.sources.treesitter.valid_types:` `string[]`
- A list of treesitter node types to include in the results
diff --git a/doc/dropbar.txt b/doc/dropbar.txt
index 31893e65..78d3345c 100644
--- a/doc/dropbar.txt
+++ b/doc/dropbar.txt
@@ -640,7 +640,6 @@ TREESITTER *dropbar-configuration-options-sources-treesitter*
- `opts.sources.treesitter.name_pattern`: `string`
- Lua pattern used to extract a short name from the node text
- - Be aware! The matching result must not be nil
- Default: `'[#~%*%w%._%->!@:]+%s*' .. string.rep('[#~%*%w%._%->!@:]*', 3, '%s*')`
- `opts.sources.treesitter.valid_types:` `string[]`
- A list of treesitter node types to include in the results