Git Product home page Git Product logo

Comments (4)

komali2 avatar komali2 commented on July 20, 2024 1

I spent some time during the afternoon looking into what would be required for this and have hit a wall. It seems what needs to happen is simply editing files.associations like so:

    "files.associations": {
        "*.hbs": "html"
    }

but I can't figure out how to do that from an extension. I tried a couple things, including editing the package.json to look like:

{
	"name": "test-snippets",
	"displayName": "TEST Snippets",
	"description": "Full HTML tags including HTML5 Snippets",
	"version": "0.0.18",
	"publisher": "abusaidm",
	"icon": "images/icon.png",
	"engines": {
		"vscode": "^0.10.1"
	},
	"extensionDependencies": [
		"html"
	],
	"galleryBanner": {
		"color": "#1E81C1",
		"theme": "light"
	},
	"categories": [
		"Snippets"
	],
	"contributes": {
		"snippets": [
			{
				"language": "html",
				"path": "./snippets/snippets.json"
			},
			{
				"language": "php",
				"path": "./snippets/snippets.json"
			},
			{
				"language": "javascript",
				"path": "./snippets/snippets.json"
			},
			{
				"language": "javascriptreact",
				"path": "./snippets/snippets.json"
			}
		],
		"languages": [{
			"id": "html",
			"extensions": [ ".hbs" ],
			"aliases": [ "HTML", "html" ]
    	}]
	}
}

No good. Someone smarter than me?

from html-snippets.

komali2 avatar komali2 commented on July 20, 2024

Helpful links:

https://code.visualstudio.com/docs/languages/overview
https://code.visualstudio.com/docs/customization/colorizer
https://code.visualstudio.com/docs/extensionAPI/extension-points#_contributeslanguages

from html-snippets.

jagretz avatar jagretz commented on July 20, 2024

Adding the file association is a good enough solution for me! Thanks!

"files.associations": {
       "*.hbs": "html"
   }

from html-snippets.

abusaidm avatar abusaidm commented on July 20, 2024

hello,

I am closing this now, as the solution demonstrated resolves this issue.

Thank you all.

from html-snippets.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.