Skip to content

Switch css/less/scss to tm4e grammar/language config #1552

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

Merged
merged 3 commits into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion org.eclipse.wildwebdeveloper.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tests for WildWebDeveloper
Bundle-SymbolicName: org.eclipse.wildwebdeveloper.tests;singleton:=true
Bundle-Version: 1.0.11.qualifier
Bundle-Version: 1.0.12.qualifier
Bundle-Vendor: Eclipse Wild Web Developer
Automatic-Module-Name: org.eclipse.wildwebdeveloper.tests
Bundle-RequiredExecutionEnvironment: JavaSE-21
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.wildwebdeveloper.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>1.0.0-SNAPSHOT</version>
</parent>
<packaging>eclipse-test-plugin</packaging>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.12-SNAPSHOT</version>
<build>
<plugins>
<plugin>
Expand Down

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion org.eclipse.wildwebdeveloper.xml/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ Require-Bundle: org.eclipse.tm4e.registry;bundle-version="0.3.0",
org.eclipse.lsp4j.jsonrpc,
org.eclipse.text,
org.eclipse.jface.text;bundle-version="3.20.100",
com.google.gson
com.google.gson,
org.eclipse.tm4e.language_pack
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.eclipse.wildwebdeveloper.xml.internal.Activator
Export-Package: org.eclipse.wildwebdeveloper.xml;x-friends:="org.eclipse.m2e.editor.lemminx",
Expand Down
94 changes: 0 additions & 94 deletions org.eclipse.wildwebdeveloper.xml/grammars/xsl/xsl.tmLanguage.json

This file was deleted.

This file was deleted.

15 changes: 1 addition & 14 deletions org.eclipse.wildwebdeveloper.xml/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
<extension
point="org.eclipse.core.contenttype.contentTypes">
<content-type
base-type="org.eclipse.core.runtime.xml"
file-extensions="xsl"
base-type="org.eclipse.tm4e.language_pack.xsl"
id="org.eclipse.wildwebdeveloper.xsl"
name="XSL"
priority="low">
Expand Down Expand Up @@ -125,14 +124,6 @@
contentTypeId="org.eclipse.core.runtime.xml"
scopeName="source.xml">
</scopeNameContentTypeBinding>
<grammar
path="grammars/xsl/xsl.tmLanguage.json"
scopeName="source.xml.xsl">
</grammar>
<scopeNameContentTypeBinding
contentTypeId="org.eclipse.wildwebdeveloper.xsl"
scopeName="source.xml.xsl">
</scopeNameContentTypeBinding>
<scopeNameContentTypeBinding
contentTypeId="org.eclipse.wildwebdeveloper.xsd"
scopeName="source.xml">
Expand All @@ -153,10 +144,6 @@
contentTypeId="org.eclipse.core.runtime.xml"
path="language-configurations/xml/xml.language-configuration.json">
</languageConfiguration>
<languageConfiguration
contentTypeId="org.eclipse.wildwebdeveloper.xsl"
path="language-configurations/xsl/xsl.language-configuration.json">
</languageConfiguration>
<languageConfiguration
contentTypeId="org.eclipse.wildwebdeveloper.rnc"
path="language-configurations/rnc/rnc.language-configuration.json">
Expand Down
3 changes: 2 additions & 1 deletion org.eclipse.wildwebdeveloper/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.ui.console;bundle-version="3.9.0",
org.eclipse.ui.browser;bundle-version="3.6.0",
org.eclipse.wildwebdeveloper.embedder.node;bundle-version="1.0.3",
org.eclipse.core.variables;bundle-version="3.5.0"
org.eclipse.core.variables;bundle-version="3.5.0",
org.eclipse.tm4e.language_pack
Bundle-RequiredExecutionEnvironment: JavaSE-21
Bundle-ActivationPolicy: lazy
Eclipse-BundleShape: dir
Expand Down
Loading