Giter Club home page Giter Club logo

Comments (6)

rhoconlinux avatar rhoconlinux commented on July 20, 2024

plus, an out of topic. How should I submit the language package to be added in the repo?

from atom-script.

rgbkrk avatar rgbkrk commented on July 20, 2024

No language packages are stored within atom-script. It simply recognizes the language name from Atom directly. If the language is called "Stata", that should be the top level key:

  Stata:
    "Selection Based":
      command: "xstata-se"
      args: (code)  -> [' do ', code]
    "File Based":
      command: "xstata-se"
      args: (filename) -> [' do ', filename]

If you're asking about releasing a language package, you'll want to follow the Atom guidelines and publish it yourself.

However, it looks like a language package already exists for Stata with name Stata.

from atom-script.

smashwilson avatar smashwilson commented on July 20, 2024

If the language is called "Stata", that should be the top level key:

More specifically - because of the way script works, that key should match whatever it says in the grammar picker at the bottom of the editor:

screen shot 2014-05-13 at 3 55 38 pm

from atom-script.

rgbkrk avatar rgbkrk commented on July 20, 2024

@rhoconlinux Are you able to make a pull request with the addition to grammars.coffee?

If not, I can just bring it in myself. I'd prefer people get credit though, so just let me know.

from atom-script.

rhoconlinux avatar rhoconlinux commented on July 20, 2024

@rgbkrk no problem man! :D
I think it's easier if you just do it in your own repo, the main idea was just to make it work. And now it does!!
So, thanks a lot.
Cheers!

from atom-script.

nickeubank avatar nickeubank commented on July 20, 2024

@erran @rhoconlinux Hello all -- what's the status of this? Look like an attempt allow Stata to run dofiles, but seems it just got hung. I'm new to Atom, but with a little guidance would be happy to take this up and integrate.

from atom-script.

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.