-
It has gotten really bad after https://github.com/github/linguist/pull/1707.
qerub updated
5 months ago
-
# New Programming Language
## Pashmak Programming language
the .pashm files is pashmak programming languge
please add it
## The Pashmak Github Ripository
[Pashmak](https://github.com/pashmaklang/…
-
Escape sequences like `\0`, `\004`, and `\xFF` are being highlighted as erroneous:
``` c
char eot = '\004';
/* Only \c is actually erroneous */
char s[] = "foo \t bar \c baz \055 foo \x2D bar \n baz …
-
I have this [minified file](https://github.com/jcubic/jquery.terminal/blob/master/css/jquery.terminal.min.css) and the syntax highlighting is wrong, it display the whole thing as comment. I've tested …
-
The text based protocol buffer format does not highlight. It seems there was at least recognition of the elusive text based protocol buffer format back in https://github.com/github/linguist/issues/381…
-
If I am not mistaken, currently [`.bib`](https://github.com/github/linguist/blob/b6460f8ed6b249281ada099ca28bd8f1230b8892/lib/linguist/languages.yml#L4384) files are reported as [`latex`](https://gith…
-
https://github.com/phpbb/phpbb/blob/9596db9b8869d2d9d68112ac7aadf394545d2811/phpBB/phpbb/auth/auth.php#L216
I was redirected here from github support
-
Following VimL code's syntax highlight is wrong
``` VimL
let l:line = getline('.')[:(col('.')-2)]
```
-
## Describe the bug
Textmate language grammars, as consumed by linguist, are specified (at least, [according to the vscode docs](https://code.visualstudio.com/api/language-extensions/syntax-h…
-
The following snippet is highlighted such that the `%` in the second segment of the NSString constant is shown as a syntax error. Note that this is valid Objective-C code.
``` Objective-C
id a = @"he…