eclipse / tm4e

TextMate support in Eclipse IDE
https://projects.eclipse.org/projects/technology.tm4e
Eclipse Public License 2.0
89 stars 56 forks source link

RFE: bazel grammar support #666

Closed iloveeclipse closed 7 months ago

iloveeclipse commented 7 months ago

I wonder if there is a grammar for bazel build language that could be added to tm4e? Would be nice to have.

mickaelistria commented 7 months ago

Have you tried using the full bazel-eclipse plugin? It seems to include such a grammar: https://github.com/salesforce/bazel-eclipse/blob/main/bundles/com.salesforce.bazel.eclipse.ui/plugin.xml#L85 (however, https://marketplace.eclipse.org/content/bazel-eclipse-feature says it's been discontinued)

sebthom commented 7 months ago

We are currently only sourcing the grammar files from vscode. I am not really interested in adding more sources as this requires manual IP approvals for each update.

But if it helps, I added the bazel syntax here https://github.com/sebthom/extra-syntax-highlighting-eclipse-plugin

sebthom commented 7 months ago

Closing the issue for now as a wontfix.

Btw. looking at the commit stats of the bazel-eclipse plugin the development activity has increased again in the last six months so maybe the marketplace info about it being discontinued is outdated. image

mickaelistria commented 7 months ago

Btw. looking at the commit stats of the bazel-eclipse plugin the development activity has increased again in the last six months so maybe the marketplace info about it being discontinued is outdated.

Interesting, thanks a lot for sharing this finding!