-
```
my $asd = 'ASDA';
my $a = 'A';
$asd =~ s/$a/V/xg;
my $nowTheHighlightingIsBroken = 1;
```
![perl_regex_x](https://cloud.githubusercontent.com/assets/1900106/6481263/44aacbae-c25c-11e4-9057-094568…
-
Some volunteering is needed to provide a patch to https://github.com/github/linguist that add support for the Nit language (mainly to recognize .nit files an add basic highlighting)
-
Sigh. I spent time on pygments to get Nix support, waited few months and now finally.. It's gone.
Apparently Github uses TextMate now.
cc @aroben
-
Copied from #7858:
I am still getting this bug (pandas 0.15.1, numpy 1.9.1, Stata 13.1 on Windows 7). The written DTA file still stores the strings as str244 even though the strings themselves have l…
dmsul updated
9 years ago
-
First of all, I want to share some highlights of the recent release 2.1.0
- New unit test framework allows describe fundamental rules about syntax scopes. Now ST scopes can be compared to tokens, prod…
-
When you hover `Tim Pietrusky` the three arrows should tween between the four colours you have.
-
**Steps to reproduce**
- Search for something (either with `*`, or `/` or `Ctrl/Cmd-F`).
- Put cursor just before search result - cursor is visible:
![light table 2014-11-28 18-00-36 2014-11-28 18-01…
-
I'm writing some simple data, including a string of len()=5 using to_stata.
In Stata, I then have trouble with it due to its length. codebook shows that my variable as been encoded as a string of leng…
-
The current provide-\* behaviors don't prepend paths with the file:// protocol, so they're searched for via the default app://lighttable/ protocol which breaks the paths.
This is currently working p…
-
The docs here state that the mode must be changed.
http://www.limitlessled.com/dev/
27 00 55 – Mode Up
28 00 55 – Mode Down (There are 20 modes. The lowest is constant white)
I tried poking around …