Martin Aeschlimann

Results 69 issues of Martin Aeschlimann

_From @dbkaplun on February 18, 2018 8:7_ Everything between the ` ``` `s should highlight as Rust code: ```rust /// ``` /// assert!(true); /// ``` fn main() {} ``` Thanks!...

`vscode-textmate` uses oniguruma (and soon onigasm) to tokenize source code. It does that line by line and by calling 'findNextMatch' with increasing offset and a varied set of regexp-patterns until...

```py bar = 1 def foo(): pass foo() bar += 1 ``` ![vscode](https://user-images.githubusercontent.com/225897/35170988-6aecc22e-fd62-11e7-8ea6-488e4db36dcd.jpeg) ![image](https://user-images.githubusercontent.com/6461412/36315576-59d1753e-1338-11e8-86c6-f5aa4248bfae.png) Most theme's don't colorize `meta.function-call` as the idea is that it should cover function names, including...

_From @Jusys on October 9, 2017 21:38_ - VSCode Version: 1.17.0 (issue present in both 32bit and 64bit) - OS Version: Windows 7 32bit, Windows 10 64bit Steps to Reproduce:...

Since 1.43, VSCode themes can take advantage of [semantic highlighting](https://code.visualstudio.com/docs/getstarted/themes#_semantic-highlighting). Every theme controls whether semantic tokens are enabled. So far, only built-in themes have it enabled and I filed this...

_From @monk-time on September 4, 2017 14:51_ - VSCode Version: Code 1.15.1 (41abd21afdf7424c89319ee7cb0445cc6f376959, 2017-08-16T18:07:25.676Z) - OS Version: Windows_NT x64 6.1.7601 - Extensions: Extension|Author (truncated)|Version ---|---|--- intellij-idea-keybindings|k--|0.2.13 selectline-statusbar|tom|0.0.2 Also the same...

feature-request

Since 1.43, VSCode themes can take advantage of [semantic highlighting](https://code.visualstudio.com/docs/getstarted/themes#_semantic-highlighting). Every theme controls whether semantic tokens are enabled. So far, only built-in themes have it enabled and I filed this...

Since 1.43, VSCode themes can take advantage of [semantic highlighting](https://code.visualstudio.com/docs/getstarted/themes#_semantic-highlighting). Every theme controls whether semantic tokens are enabled. So far, only built-in themes have it enabled and I filed this...

👌 IMPROVE
📦 NEW

Since 1.43, VSCode themes can take advantage of [semantic highlighting](https://code.visualstudio.com/docs/getstarted/themes#_semantic-highlighting). Every theme controls whether semantic tokens are enabled. So far, only built-in themes have it enabled and I filed this...

When we switched to having themes beeing configured in the settings, we wanted to avoid a non-human readable theme ids in the user settings. Instead, we opted for the label...