Support for language highlights embedded in PHP code
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 38/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Stale
- Domain
- developer-experience, tooling
Research direction
No files or tests are named. Start by reviewing poly-php's existing handling of PHP string literals and heredocs, then consult the referenced php-mode issue. Done means the SQL and HTML examples in the issue receive embedded syntax highlighting without breaking PHP highlighting.
Written by the indexing model from the issue text.
Description
Query languages like SQL and, rarely, HTML tags can be written in string literals and heredoc, so it's useful to have syntax highlighting
<?php
$sql = 'SELECT * FROM tbl';
if (true) {
$sql = <<<'SQL'
SELECT * FROM tbl
SQL;
}
- Dominant language
- Emacs Lisp
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
help wanted
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
hemilabs/ui-monorepo#2332 ·
-
Help-Wanted Needs-Triage Package-Update
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
microsoft/winget-pkgs#438662 ·
-
priority: p3
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
googleapis/librarian#7636 ·
-
bug good first issue
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
olcf/olcf-test-harness#278 · 1 comment ·