-
Hi! Thanks for the project, it helps a lot. I've seen some issues about the high entrance barrier and lack of documentation and I felt it myself. So, during my deep dive, I've decided to document my p…
-
Hello,
I tried to use it with Visual Studio 2019, but there were some problems. The main one, is that VS2019 somehow reads to the end of the line AND consumes line ending if `\s*` is used. So next …
-
- Open a dockerfile in VSCode (uses the latest textmate grammar from https://github.com/moby/moby/blob/master/contrib/syntax/textmate/Docker.tmbundle/Syntaxes/Dockerfile.tmLanguage)
- Write the fol…
-
Most languages have a common set of matching pairs that can be filled in by the editor automatically (e.g., `(` & `)`, `"` & `"`) but most languages have additional matching pairs and some even have q…
-
### Problem
PR #658 added
> a TypeScript definition file for the DSL API, complete with documentation comments for IntelliSense.
Since the term "IntelliSense" is specific to Visual Studio, I'm …
-
This feature might be able to solve many of the unsolvable problems and significantly improve performance.
```ruby
PatternRange.new(
repository_name: "parameters",
start_pattern: /\(/,
…
-
Interestingly, GitHub uses this very repo as the provider for syntax highlighting on GitHub. https://github.com/github/linguist/blob/v6.0.0/.gitmodules#L679-L681
In the latest update of linguist, t…
-
because we don't only want emacs nerds to use this
VS code extension with basic syntax highlighting as a start
-
Modifying regular expressions is a pain, and a part of that pain comes from the fact that editors don't help you with the task, they treat RegExps as if they were strings.
It would be nic…
-
_From @tnikodym on October 12, 2016 14:34_
- VSCode Version: 1.6.0
- OS Version: OS X El Capitan (10.11.6)
See the screenshot below. When a colon is used inside [literal content](http://www.yaml.…