python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Select the line above a search term in text document?
I'm currently using this in TextMate to find a term and select the entire line in a text document:
^.*language.*?$
I would like this to also select the line above if possible.
I've tried researching ...
gmly
Votes: 0
Answers: 0
VSCode: Add token colour customisations to a syntax highlighter extension
I've been trying to create a test extension for a custom code highlighting.
The extension works perfectly fine but I am wondering how can I attach the token colour definitions, sort of like a default ...

Moseleyi
Votes: 0
Answers: 0
Textmate latex compilation : pb with python version after macOS update Monterey 12.3
I use textmate for make pdf file in latex. After the update of macOS Monterey version 12.3, the minimal version of python (/usr/bin/python) has disappeared : the compilation don't work now.
I try to c...
Julien Geandrot
Votes: 0
Answers: 2
What does it mean when a textmate scope is strikethrough text in VSCode 'Tokens and Scopes Inspector'
I am using the tokens and scopes inspector tool in vscode. Some of my text (code) is not taking the expected color. When I used the inspector, I see that the expected scope is actually strikethrough. ...
Scorb
Votes: 0
Answers: 1