highlighting
Here are 229 public repositories matching this topic...
A general purpose syntax highlighter in pure Go
-
Updated
Aug 21, 2020 - Go
JavaScript keyword highlighting. Mark text with with options that fit every application. Also available as jQuery plugin.
-
Updated
Nov 5, 2019 - JavaScript
A vim plugin for libclang-based highlighting of C, C++, ObjC
-
Updated
Apr 10, 2020 - C++
Display code with syntax highlighting
-
Updated
Mar 11, 2019 - Kotlin
A JSX major mode for Emacs
-
Updated
May 28, 2020 - Emacs Lisp
A JavaScript library to progressively highlight any text on a page.
-
Updated
Jun 5, 2018 - JavaScript
A small library to wrap serializable TextSelections.
-
Updated
Apr 30, 2017 - JavaScript
Set of React components for PDF annotation
-
Updated
Aug 11, 2020 - JavaScript
An arctic, north-bluish clean and elegant Emacs theme.
-
Updated
Jun 20, 2020 - Emacs Lisp
UITextView subclass supporting string/regex search and highlighting
-
Updated
Feb 12, 2016 - Objective-C
Solarized color scheme for Sublime Text 3
-
Updated
Apr 2, 2019
Syntax highlighting with highlight.js for Vue.js 2.x
-
Updated
Feb 26, 2019 - JavaScript
An inline wrapper for calling out React Native components via tooltip
-
Updated
Aug 18, 2020 - JavaScript
-
Updated
Apr 30, 2020 - CSS
-
Updated
Aug 18, 2020 - JavaScript
A very simple plugin that makes hlsearch more useful.
-
Updated
Apr 18, 2020 - Vim script
CSV validator, highlighter and formatter plugin for JetBrains Intellij IDEA, PyCharm, WebStorm, ...
-
Updated
Aug 13, 2020 - Java
A C++ Qt QPlainTextEdit widget with markdown highlighting support and a lot of other extras
-
Updated
Aug 20, 2020 - C++
Pretty basic starter for Gatsby that covers all of the essentials. All you have to do is start typing!
-
Updated
Jun 13, 2020 - JavaScript
-
Updated
Jan 10, 2018 - Vim script
zsh syntax highlighting with dircolors in realtime
-
Updated
Apr 17, 2019 - Shell
Solarized UI and editor themes for IntelliJ IDEA, CLion, Rider, PyCharm, RubyMine, PhpStorm, WebStorm, Android Studio, DataGrip and GoLand
-
Updated
Aug 9, 2020
An Atom linter interface for write-good.
-
Updated
Jul 1, 2020 - CoffeeScript
An arctic, north-bluish clean and elegant Sublime Text theme.
-
Updated
Dec 15, 2019
"self-contained and fairly explanatory" agglomeration of HashiVim plugins
-
Updated
Nov 14, 2019 - Vim script
Solarized theme for JetBrains PhpStorm
-
Updated
Feb 1, 2017 - Shell
A professional SSH/Telnet/Serial/Shell/Sftp client for DevOps.
-
Updated
Jul 27, 2020 - C
Improve this page
Add a description, image, and links to the highlighting topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the highlighting topic, visit your repo's landing page and select "manage topics."


Is your feature request related to a problem? Please describe.
I want to show the number of total results (for pagination and for feedback to my users). The result field nbHits is updated by the search string but is not updated by the filters that are given. Because of that it is impossible to give a total count to the users and make a good pagination.
Describe the solution you'd like