how can i change the threshold in my BracketHighlighter to highlight brackets that are farther apart? Instead of displaying a question mark in the left bar I still want to be able to locate the brackets
Change settings of BracketHighlighter Package Sublime Text
2.1k views Asked by jacoballenwood At
2
There are 2 answers
0
tkolleh
On
While in Sublime navigate to preferences then goto package settings and select bracket - user settings. Insert the following lines to increase threshold or ignore (not recommended). The default is 5K.
// Character threshold to search
"search_threshold": 1005000,
// Ignore threshold
"ignore_threshold": false,
Related Questions in SUBLIMETEXT2
- Sublime don't want to find words with only a few letter match
- Toggle comment color in Sublime Text
- Mark Text in Command Prompt in Sublime Terminus
- Screen Scroll when using multiple cursors in Sublime Text
- Windows variable in Sublime Text Build
- CSS on Sublime 2 Indents Falsely
- Separate Build for every file/tab in Sublime Text
- Default message when Build System starts in Sublime Text
- Delete every whitespace or tab or newline until a character is present with Sublime
- How to copy line in Sublime without new line
- Ungreedy regex matching in sublime text 2
- Shortcut to open the currently opened file's folder left panel
- Sublime Text 2: Find all 8 digit sequences between slashes and replace
- Reindent minified Javascript with Sublime
- Sublime Text: overlay cannot match file name with @
Related Questions in SETTINGS
- how to play a sounds in c# forms?
- Issue with Xcode Target and settings for Apple Watch App
- I am using the bash terminal in VS Code, I am new to coding, and the terminal displays very differently, how do I get them to match?
- optimizing my.cnf for specific use case with MariaDB
- How do I specify a default folder for bash terminal in visual studio code?
- I want to run my own interface that I coded with Python in RoboDK
- Lynx options not saving
- How to control the font size in Kivy settings panel for the menu item name in settings menu list
- Visual Studio Code - is not showing dist folder.......and I am desperate
- C# Cant deploy to Custom setting Path
- A way to directly open 'Cleanup recommendation' settings GUI, from Command prompt (or) powershell
- Django, Settings module not found on YouStable hostings
- Changing color of the console outputs in Pycharm
- How can I change the configuration of a Godot project through code?
- ModuleNotFoundError: No module named " "
Related Questions in SUBLIMETEXT
- Need 10 seconds to execute "Hello World"
- Why does the .exe file become locked after compiling?
- Move Sublime Text find panel
- Program runs in sublime text editor but not in terminal
- sublime text editor setup problem for c++ language
- Sublime Text is unable to run Python code
- Secure channel error when installing packeges in Sublime Text
- treating as linker script
- Debugging Ajax/XmlHttpRequests using Xdebug on Sublime
- Sublime don't want to find words with only a few letter match
- How Can I Fix Sublime Text CSS Style italic to Normal?
- How can I use typewriter mode in sublime text4?
- What command to use to send code to R console through AppleScript?
- Sublime Text 4: How to highlight C++ class/struct names and typedef, using and #define aliases?
- How scroll in sidebar keyboard Sublime Text
Related Questions in PACKAGE-CONTROL
- Secure channel error when installing packeges in Sublime Text
- How to fix that Sublime Text runs a wrong file from its command terminal?
- Sublime cannot find the module in order to run the package. (importError no module named ___)
- What is the name of this package(plugin) in Sublime Text?
- How to set Package Controller in Sublime when it seems inactivated
- Sublime Text won't install EasyClangComplete
- Problem to install Package Control on Sublime Text 3
- Sublime Text 3 : How to remove Channel JSON URL
- How to disable Emmet entirely for a specific syntax in Sublime Text 3?
- How to log commands that are run through command palette in Sublime Text 3
- How to configure "Hover Image Preview" package of sublime text 3
- Unable to download Babel Snippets in Sublime
- How can I create a Sublime Package from a Snippet Collection?
- Sublimetext 3 keybind to a specific command within PackageControl package
- Why my Sublime Text 3 packages not working?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
You can change the settings either in
or in your user settings
Relevant settings include: