Bracketcolors plugin
- Color { }, [ ], ( ) based on nesting order to make it easier to see the start/end bracket
- Ignore brackets in non source code (strings, comments, doc strings, etc.)
- Language agnostic
How it works
Allocates 3 indicators (starting at INDICATOR_IME
- 3) to color each bracket pair as determined by SCI_BRACEMATCH
. Ignore non source brackets as determined by highlighting_is_code_style
Dependencies
- Geany 1.38
- Need
INDICATOR_IME
from updated scintilla release
- C++17
Demo
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/1241
Commit Summary
- 0850594 Bracket Colors
- b0cea01 remove leftover cruft, apply consistent snake case for helper functions
- e8a1d98 Merge branch 'geany:master' into bracketcolors_v1_clean
File Changes
(19 files)
Patch Links:
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany-plugins/pull/1241@github.com>