-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add blade snippets #374
Merged
Merged
add blade snippets #374
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
admin, you might be busy but could take a look at this pr and merge it if you have the time. i had to do this manually in my work and personal machines, it would be nice to have blade snippets out of the box |
Bumping this!, hey @rafamadriz , could you please take a look at this PR, these snippets would be useful for Laravel development thanks… |
OkelleyDevelopment
approved these changes
Feb 12, 2024
bobbyrahmanda13
pushed a commit
to bobbyrahmanda13/friendly-snippets
that referenced
this pull request
Apr 1, 2024
…et for vue update fix rafamadriz#385: add terraform snippets to package.json snprintf() snippet incorrectly inserts sprintf() body (c.json) improve function snips Make former `fund` (-> `fun`) more universal Also, make the prefixes more logical (c.json) Add _GNU_SOURCE snippet Snippet to enable GNU functions (c.json) Update GNU_SOURCE description Update the description to be more specific for newbies to C Fixed for range loop in gdscript add blade snippets (rafamadriz#374) * add blade snippets * fix json formatting Add rfv for React, compatible with Vite (rafamadriz#384) feat(global): Add UUID snippet (rafamadriz#386) remove extra spaces in deployment and pod snippets (rafamadriz#390) Reorder html5 document template (rafamadriz#393) The encoding `<meta charset="UTF-8>` is usually declared before any text-containing elements such as the `<title>`. p.s. Emmet follows this ordering too feat: add snippet for debugpy remote attach (rafamadriz#397) useful on remote debugging, especially on slurm feat(kubernetes): set default container (rafamadriz#399) * feat(kubernetes): set default container According to https://github.com/kubernetes/enhancements/blob/master/keps/sig-cli/2227-kubectl-default-container/README.md * feat(kubernetes): set default container for daemon set Added Github Alerts (rafamadriz#402) Added snippets for github alerts as in webpages Removes snippets for vue2 (rafamadriz#396) * vue2 is no longer supported as of December 31, 2023. feat: add new snippet vue fix: typo description reactive chore: change name file vue readable feat: add style.json, fix, refactoring snippet vue fix: choice vue style feat(editorconfig): add editorconfig snippets (rafamadriz#392) * feat(editorconfig): add editorconfig snippets feat(ruby): add binding.break snippet (rafamadriz#403) Add PureScript snippets (rafamadriz#401) * Add Purescript snippets add new snippet for vue (rafamadriz#404) * remove snippet vue 2 is dead * feat: add new snippet vue * fix: typo description reactive * chore: change name file vue readable * feat: add style.json, fix, refactoring snippet vue * fix: choice vue style fix: style tailwind aspec ratio fix: error refVueTs fix: snippet script.json style: indent script.json feat: add new snippet feat: add new snippet vue reset commit feat: add snippet, fix code, and indent chore: add snippet vue style: fix indent all file vue chore: add snippet vue chore: fix bind :to nuxtlink chore: add snippet script.json include js and ts chore: add snippet vue html chore: add defineModel to script.json chore: add new snippet feat: added vue snippet for nuxt and took typescript javascript snippet for vue Remove some none (rafamadriz#409) Co-authored-by: orion GONZALEZ (contractor) <orion.gonzalez@amadeus.com> feat: mod test (rafamadriz#414) - Adds the mod-test block snippet - Updates the `match` snippet to be more general todo instead of unimplemented (rafamadriz#415) feat(asciidoc): add snippets (rafamadriz#419) feat(markdown): use single space between columns in tables (rafamadriz#420) docs(readme): update github admonition syntax (rafamadriz#422) feat(gleam): add gleam snippets rafamadriz#418 (rafamadriz#423) - Add snippet support for Gleam. The snippets are taken from https://github.com/gleam-lang/vscode-gleam/blob/main/snippets.json - Minor edit in `package.json` feat: add snippets for most basic terraform blocks (rafamadriz#426) * feat: add basic terraform snippets * fix: remove periods in placeholder text fix(markdown): use correct placeholder values for table 5x2 (rafamadriz#421)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi,
I sorry I forgot about this as I do not often work with Laravel,
I had raised the issue #299 a few month ago. I re-forked the repository and added the blade snippets.
I ran a new minimal Neovim instance and it seems to work for me.
If I recall they are taken from the vscode repo
https://github.com/onecentlin/laravel-blade-snippets-vscode/tree/master/snippets.
Hope this can improve Laravel devs experience on Vim.
Kind regards