-
### Extension Version
v2.26.20230511
### VS Code Version
Version: 1.79.1 (user setup)
Commit: 4cb974a7aed77a74c7813bdccd99ee0d04901215
Date: 2023-06-12T16:14:05.102Z
Electron: 22.5.7
Chro…
-
Blueprint supports multi-line variable definitions, e.g.
```
variable =
"string" +
variable
```
The end capture for variables is currently too simple (only matching linebre…
-
code example:
```javascript
var example = function(a1) {
var $class = 'unfunc';
var $count = parseInt('1', 10) + parseInt (a1, 10);
if(isNaN($count)) {
$count = new Number(1);
}
…
OpenA updated
5 years ago
-
Does this issue occur when all extensions are disabled?: Yes
# Metadata
Version: 1.85.1
Commit: 0ee08df0cf4527e40edc9aa28f4b5bd38bbff2b2
Date: 2023-12-13T09:47:11.635Z
Elect…
-
Cobbling together the list from past issues:
* [ ] https://github.com/dart-lang/dart-syntax-highlight/ (@DanTup)
* ~~https://github.com/dart-lang/dart-syntax-highlight/pull/41~~
* https://git…
-
[Atom's](http://atom.io/) syntax highlighting stack has been open sourced. [This post](http://blog.atom.io/2014/03/26/introducing-highlights.html) gives an overview.
Mainly, [highlights](https://gith…
-
```
Various text editors support different programming languages. For example
BBedit or TextMate on the Mac. Umple profiles should be created for this.
The ohcount project should also be made to rec…
-
`"${1|one,two,three|}"`
![image](https://user-images.githubusercontent.com/33529441/216484350-ef17b3dd-88ce-4164-a66c-87847d6ce231.png)
https://code.visualstudio.com/docs/editor/userdefinedsnippets#…
-
ITNAO
Hi,
In https://marketplace.visualstudio.com/items?itemName=MadsKristensen.SyntaxHighlightingPack we see this extension does not support Visual Studio 2022, So please support Visual Studio …
-
I've just released [Oniguruma-To-ES](https://github.com/slevithan/oniguruma-to-es), based on our previous conversation #762. There's room for improvement, but it's already very solid, and it includes …