-
As far as I can tell, there is no timestamp syntax handling in the current version.
A variety are described in the [8.1 Timestamps, deadlines, and scheduling](http://orgmode.org/manual/Timestamps.htm…
-
Python would be nice to have as a fully implemented preset in CoolFormat.
Additionally, it would be very useful if users could define custom syntax preferences via an array of dictionaries @ …
-
Straightforward request that is absolutely essential to a lot of my macros. From looking online I wasn't able to find the appropriate syntax to do lookaround in regex in vsvim. I'm assuming this isn…
-
Would be nice to have GitHub identify and add syntax highlighting to KDL-formatted files
https://github.com/github/linguist
-
i found that hs_compile_lit and hs_compile_lit_multi just in hs lib, the chimera lib dont have this function.
-
# Problem
Currently there seems to be no way to manipulate information collected by FullStory on the client before it is sent to FullStory (particularly the network calls). If you waned to do some…
-
### TL;DR
As a template developer, I want `^` and `$` to match beginning and end of line, because that's what I'm used to from `grep`. As a template developer I'm probably not aware of how to do RE2 …
-
- [ ] extended regex syntax (with the specifics of anchoring) on [GEQL wiki page](https://github.com/vimeo/graph-explorer/wiki/GEQL)
- [ ] automatic derivation for counters, wraparound/max_value tag, …
-
I'm not sure Issues is the appropriate place to talk about this, but in my experience, Nano beats Micro in syntax coloring. Why doesn't the developer(s) just copypaste Nano's syntax coloring into Micr…
-
```
What steps will reproduce the problem?
1. Create a regex substitution for word "TODO" on first position in a line.
Regex: ^TODO Replace: BlaFasel
2. Edit a TWiki page (normal textbox), write the …