highlighting
Here are 217 public repositories matching this topic...
-
Updated
Jun 4, 2020 - Go
Hi,
Looking at one of the examples on the homepage:
https://jsfiddle.net/julmot/hexomvbL/
Looks like it doesn't work with version 9
Any chance you can update them?
-
Updated
Apr 10, 2020 - C++
-
Updated
Mar 11, 2019 - Kotlin
It would be nice to have a structure-aware command to wrap the region with a new JSX element, similar to web-mode-element-wrap, but preserving a valid JSX file.
-
Updated
Jun 5, 2018 - JavaScript
Demo page bug
If you make a selection on the demo page, hit enter, then click on the highlight you get an uncaught exception self.wrapperNodes is undefined.
-
Updated
Jan 14, 2020 - Emacs Lisp
-
Updated
Feb 12, 2016 - Objective-C
@agentcooper While trying to select content spanning multiple pages, the content from second page is not highlighted. see the attached link
 and function arguments (names and values) are separate highlight groups:
It would be nice if we could have this in vim, too. :)
-
Updated
Jun 10, 2020 - JavaScript
I can't run readme anymore after updating node from v8 to v10...
node: v10.14.1
npm: v6.4.1
OS: MacOS Sierra
A@anthony:~/git/someproject (master) $ readme
Markserv boot: starting Markserv...
path.js:39
throw new ERR_INVALID_ARG_TYPE('path', 'string', path);
^
TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type object
a
-
Updated
Jun 10, 2020 - JavaScript
-
Updated
Apr 18, 2020 - Vim script
-
Updated
Jun 7, 2020 - Java
-
Updated
Jan 10, 2018 - Vim script
-
Updated
Jun 11, 2020 - C++
-
Updated
Apr 17, 2019 - Shell
-
Updated
May 10, 2020
-
Updated
Jan 18, 2020 - JavaScript
-
Updated
Apr 28, 2020 - CoffeeScript
-
Updated
Dec 15, 2019
-
Updated
Feb 1, 2017 - Shell
-
Updated
Nov 14, 2019 - Vim script
First of all, thanks very much for the plugin, great stuff
The "inline" format advocated by Ansible in the paste is now basically deprecated (ref: https://www.ansible.com/blog/ansible-best-practices-essentials 3. Use Native YAML Syntax). Official docs should also be mostly up-to-date by now.
It seems that Rocannon does not support the regular YAML syntax for tasks omni-completion?
E
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."



Right now, the integration test use the movie dataset. This is an issue because this dataset is unnessecarily big for testing purpose and thus drastically slows down running the test suite. I suggest we use a smaller dataset (< 100 entries) to improve our CI time.