-
### Description
When I write an SQL string (only if starts with words like SELECT or INSERT) with PHP variables inside the highlight manager uses colors in a wrong way.
### Steps to Reproduce
…
-
### Description
Hi,
I'm trying to display SQL code with highlighted syntax in a reveal JS presentation.
Here is my .qml code:
````
---
title: "test"
format:
revealjs:
theme: be…
cderv updated
8 months ago
-
This is a feature request for syntax highlighting in SQL strings. It seems to be feature of other popular editors and maybe it would be good to have in php-mode as well.
Current behavior (Emacs 27.…
-
### Description
Syntax highlighting is broken after the heredoc when a variable is inserted if it's not surrounded by double quotes. See the examples provided below. The only change was on line 6, I …
-
Hello,
We are using SynEdit in x64 projects and all is fine in most configurations.
However, if the project already has consumed more than 4G of memory before the first SQL highlighter is used, we ge…
-
```
SELECT \"kingdom\", \"kingdomkey\", COUNT(*) AS occurrences FROM occurrence WHERE countryCode = 'PL' GROUP BY \"kingdom\", \"kingdomkey\"
````
works fine, but below fails with the error `From line…
-
Language servers (LSP4E project) could provide semantic tokens with highlight information for Java files. These semantic tokens are primarily for languages embedded into Java. For example Spring Java …
-
### Description
The button doesn't get highlighted on mouse hover over it.
The first click sets focus to the panel and only the second click triggers the refresh.
Other buttons behave different a…
-
Hey,
I'd love to have SQL syntax highlighting for a custom cell magic I'm developing. I've seen some solutions for [jupyter notebook](https://github.com/jupyter/notebook/issues/2453#issuecomment-29…
-
SAS has a PROC SQL statement which contains different (SQL) syntax. The syntax highlighting should reflect this.
![sascode](https://user-images.githubusercontent.com/3537613/47452441-25374e00-d77f-…