Code Monkey home page Code Monkey logo

Comments (3)

dragon-archer avatar dragon-archer commented on June 15, 2024 1

assigning the same scopeName to two different languages will not go well each language should have its own globally unique scopeName

instead of injecting it's prob way easier to just "include": "source.base" from within a.tmLanguage.json as long as you have the base scopeName under grammars

@RedCMD Thank you very much, I succesfully did this with an overall "include": "source.base" and several "injections" to add dialect specifics

P.S. I've searched the Internet for the scheme of tmLanguage.json files for several times, but all I could find is just a few duplicates of the official VS Code Docs, and there is nothing about the useful injection section.
Actually the only reference I found about it is the syntax file from your extension. Perhaps you'd like to make an issue about it to the VS Code Docs so that newcomers can be less frustrating about similar tricky problems?
Finally, I'd like to say that your extension really helps me a lot.

from vscode-textmate.

RedCMD avatar RedCMD commented on June 15, 2024

assigning the same scopeName to two different languages will not go well
each language should have its own globally unique scopeName

instead of injecting
it's prob way easier to just "include": "source.base" from within a.tmLanguage.json
as long as you have the base scopeName under grammars

{
  "scopeName": "source.base",
  "path": "./syntaxes/base.tmLanguage.json"
}

from vscode-textmate.

RedCMD avatar RedCMD commented on June 15, 2024

here's my schema for VSCode json TextMate
https://github.com/RedCMD/TmLanguage-Syntax-Highlighter/blob/main/vscode.tmLanguage.schema.json
I still need to finalize a bunch of things
and I'm waiting for vscode to support unofficial json files

and some wip docs
https://github.com/RedCMD/TmLanguage-Syntax-Highlighter/tree/main/documentation

from vscode-textmate.

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.