Giter Club home page Giter Club logo

Comments (8)

CameronBieganek avatar CameronBieganek commented on August 18, 2024 1

@AquaPore Does the entry in your settings.json file look similar to the following?

    "editor.tokenColorCustomizations": {
        "[Julia (Monokai Classic)]": {
            "textMateRules" : [
                {
                    "scope": "source.julia punctuation.separator",
                    "settings": {
                        "foreground": "#EBE411"
                    }
                }
            ]
        }
    }

However, I don't think the new punctuation.separator scope has been released in the Julia extension yet.

from atom-language-julia.

CameronBieganek avatar CameronBieganek commented on August 18, 2024

Not sure, but it looks like the change might have been introduced in this PR: #268

from atom-language-julia.

AquaPore avatar AquaPore commented on August 18, 2024

Thanks Cameron, I tested this code into the setting .json and it only changed the ponctuation in the setting.json but not in the the JULIA code.

{ "scope": "punctuation.separator", "settings": { "foreground": "#AE81FF", "fontStyle": "italic" } },

from atom-language-julia.

pfitzseb avatar pfitzseb commented on August 18, 2024

Was this change intentional? If it was intentional, can we introduce a new scope for commas? In the VS Code Python extension, commas are scoped as punctuation.separator.

Yes, this change was intentional. Introducing an additional scope sounds reasonable.

from atom-language-julia.

AquaPore avatar AquaPore commented on August 18, 2024

Thanks Sebastien,

Will the effect take place in the next release of Julia Language Support in VSC?

Thanks for your help,
Joseph

from atom-language-julia.

CameronBieganek avatar CameronBieganek commented on August 18, 2024

@AquaPore I will also need to release a new version of Julia Color Themes that makes use of the new punctuation.separator scope that Sebastian introduced in #276. I will try to do that as soon as I can.

from atom-language-julia.

AquaPore avatar AquaPore commented on August 18, 2024

I tried with no sucess:
{ "scope": "punctuation.separator", "settings": { "foreground": "#ebe411", "fontStyle": "italic" } },

Joseph

from atom-language-julia.

AquaPore avatar AquaPore commented on August 18, 2024

No hurry take your time as it is not urgent

from atom-language-julia.

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.