Snippets for Freshworks Crayons Components
For Visual Studio Code, you can search for Freshworks Crayons
from the marketplace extensions and install.
Freshworks Crayons Snippets
For Neovim users, Use your plugin manager of choice, e.g.
{ "rajasegar/crayons-snippets" }
Warning: If you're using LuaSnip make sure to use
require("luasnip.loaders.from_vscode").lazy_load()
, and addcrayons-snippets
as a dependency for LuaSnip, otherwise snippets might not be detected. If you don't uselazy_load()
you might notice a slower startup-time{ "L3MON4D3/LuaSnip", dependencies = { "rajasegar/crayons-snippets" }, }
use "rajasegar/crayons-snippets"
Plug "rajasegar/crayons-snippets"
:CocInstall https://github.com/rajasegar/crayons-snippets@main
This collection of snippets should work with any snippet engine that supports loading vscode snippets. Like for example: