-
Opening a custom .log file (not a standard/supported log format) freeze the IDE (PHPS)
An extract from the `threadDumps-freeze-XXX-LexerEditorHighlighter.setText-Xsec ` file
```
JobScheduler F…
-
My friend wanted to learn [Holy C](https://holyc-lang.com/) but vscode does not have syntax highlighting for it so he stopped :(
```hc
U0 Main()
{
"Hello world\n";
}
Main;
```
*(G…
-
Add support for syntax highlighting through [syntect](https://crates.io/crates/syntect).
I figure this can be done by having the graphical handler take an optional [SyntaxSet](https://docs.rs/synte…
zkat updated
12 months ago
-
## Description
Document attributes aren't processed in certain delimited blocks, namely: dash-delimited, dot-delimited, and plus-delimited blocks. So I propose to disable autocompletion within such b…
-
AFAICT, syntect doesn't come with any information about the licensing of the bundled themes and syntax definitions, and the provenance & attribution are also unclear to end users, requiring digging in…
-
it should cover using dependency injection.
Motivation: https://github.com/theia-ide/theia/issues/1251#issuecomment-475450068
-
### Checks
- [X] I have searched [github.com/withfig/fig/issues](https://github.com/withfig/fig/issues?q=) and there are no duplicates of my issue
- [X] I have run `fig doctor` in the affected termin…
-
![Snipaste_2020-08-05_11-10-28](https://user-images.githubusercontent.com/41773861/89367719-5ee70800-d70c-11ea-8a09-dc31d8791d87.png)
![Snipaste_2020-08-05_11-10-53](https://user-images.githubusercon…
-
```
#export NODE_ENV=test
export NODE_ENV=development
alias githubsshadd="ssh-agent -s && ssh-add ~/.ssh/id_rsa_github"
alias vi="vim"
# zsh_theme
ZSH_THEME="robbyrussell"
export PATH="…
-
**Brief description:**
- In VS Code, I'd like to be able to set different colors for different storage modifers like `public` and `private`, in C# code. For this I believe we'd need more detailed s…