#
highlighting
Here are 317 public repositories matching this topic...
A general purpose syntax highlighter in pure Go
-
Updated
Jul 29, 2022 - Go
JavaScript keyword highlighting. Mark text with with options that fit every application. Also available as jQuery plugin.
-
Updated
Aug 2, 2022 - JavaScript
A vim plugin for libclang-based highlighting of C, C++, ObjC
-
Updated
May 27, 2021 - C++
Display code with syntax highlighting ✨ in native way.
android
kotlin
syntax-highlighting
java
recyclerview
highlighting
kotlin-android
android-library
custom-view
naive-bayes-classifier
android-ui
recyclerview-adapter
codeview
customview
-
Updated
Jan 16, 2022 - Kotlin
javascript
syntax-highlighting
highlighting
javascript-library
theme-support
syntax-highlighter
mootools
enlighterjs
-
Updated
May 8, 2022 - JavaScript
Set of React components for PDF annotation
-
Updated
Aug 2, 2022 - TypeScript
A JSX major mode for Emacs
-
Updated
Oct 28, 2020 - Emacs Lisp
A JavaScript library to progressively highlight any text on a page.
-
Updated
Feb 1, 2021 - JavaScript
Syntax highlighting, like GitHub
-
Updated
Aug 2, 2022 - JavaScript
An inline wrapper for calling out React Native components via tooltip
-
Updated
Jul 22, 2022 - JavaScript
An arctic, north-bluish clean and elegant Emacs theme.
theme
syntax
color
gui
ui
terminal
emacs
colorscheme
highlighting
melpa
spacemacs
gnu
nord
colortheme
-
Updated
Apr 9, 2022 - Emacs Lisp
github
html
markdown
cli
syntax
gfm
server
directory
templating
highlighting
realtime
livereload
include
live-reload
indexes
md
markdown-it
markserv
markserv-cli
files-served
-
Updated
Jul 30, 2022 - CSS
A small library to wrap serializable TextSelections.
-
Updated
Jul 21, 2022 - JavaScript
A very simple plugin that makes hlsearch more useful.
-
Updated
Mar 30, 2022 - Vim script
Solarized color scheme for Sublime Text 3
-
Updated
Oct 13, 2021
Syntax highlighting with highlight.js for Vue.js 2.x
-
Updated
May 24, 2021 - JavaScript
UITextView subclass supporting string/regex search and highlighting
-
Updated
Feb 12, 2016 - Objective-C
CSV validator, highlighter and formatter plugin for JetBrains Intellij IDEA, PyCharm, WebStorm, ...
tsv
csv
intellij
jetbrains
highlighter
csv-files
highlighting
intention
inspection
webstorm
pycharm
csv-document
syntax-parser
idea-plugin
csv-parser
csv-validator
tsv-parser
csv-plugin
-
Updated
Jul 24, 2022 - Java
A C++ Qt QPlainTextEdit widget with markdown highlighting support and a lot of other extras
-
Updated
Aug 1, 2022 - C++
A minimal and aesthetically pleasing highlighting menu that makes color-coded highlighting much easier 🎨 .
-
Updated
Jul 25, 2022 - TypeScript
Android Library to make it easy to create an Code editor or IDE that support any languages and themes, with auto complete, auto indenting, snippets and more features
android
kotlin
syntax-highlighting
java
snippets
autocomplete
highlighting
ide
android-library
auto-indent
android-ui
autocompletetextview
hacktoberfest
codeview
codeeditor
android-codeview
-
Updated
May 25, 2022 - Java
Open
Add basic tests
3
lucasrla
commented
Jan 3, 2021
Woops! Sorry for that, and thank you for catching it! I meant to type
continue
there but I slipped. Testing the codebase on thedemo
directory did not raise problems so I went along.No promises here, but would you be open to PRs related to building an integration test suites? Such regressions could be caught pretty easily with basic tests.
_Originally posted by @clement-elbaz in ht
-
Updated
Aug 17, 2021 - Lua
Swift library for highlighting, indenting, and querying structured syntax
-
Updated
Jul 8, 2022 - Swift
-
Updated
Jan 10, 2018 - Vim script
Pretty basic starter for Gatsby that covers all of the essentials. All you have to do is start typing!
-
Updated
Jul 8, 2022 - JavaScript
zsh syntax highlighting with dircolors in realtime
-
Updated
Apr 17, 2019 - Shell
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."
Describe the issue
Multi-line comments aren't supported properly, highlight.js seems to treat them like single-line comments which start similarly (
#
)Which language seems to have the issue?
CMake
Are you using
highlight
orhighlightAuto
?highlight
Sample Code to Reproduce