From 162b406ea28aa5bacc34a00745d8780bcbf58753 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Wed, 27 May 2026 14:55:28 -0400 Subject: add better syntax highlighting for code blocks --- docs/guide/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/guide/plugins.md') diff --git a/docs/guide/plugins.md b/docs/guide/plugins.md index a064f967..57a8d8b6 100644 --- a/docs/guide/plugins.md +++ b/docs/guide/plugins.md @@ -95,7 +95,7 @@ Binary Ninja ships with an embedded version of Python on Windows and macOS. On L You may also wish to use your own custom interpreter which you can set with the [python.interpreter setting](settings.md#python.interpreter) to point to the appropriate install location. Note that the file being pointed to should be a `.dll`, `.dylib`, or `.so` though homebrew will often install libraries without any extension. For example: -``` +```bash $ file /usr/local/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8/Python /usr/local/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8/Python: Mach-O 64-bit dynamically linked shared library x86_64 ``` -- cgit v1.3.1