How to expand style>p as expected?
Open
Nobody has claimed this yet.
- Dominant language
- Vim Script
- Stars
- 6.5k
- Forks
- 414
- PR merge metrics
- No merged PRs in 30d
Description
In order to create the following css code snippet,
<style type="text/css">
p {
}
</style>
How can i cutomize my snippets.json or other files to make the abbreviation style>p create the above css coe snippet?
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.
Research direction
Start by reviewing the requested abbreviation style>p and the customization options in snippets.json mentioned by the issue. Determine whether that configuration can produce the shown <style type="text/css"> block with an empty p rule, and document the confirmed configuration or limitation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, html, vim
- Domain
- tooling, web-dev
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100