Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Update template themes for syntax-variables #64

Merged
merged 7 commits into from
Mar 3, 2014
Merged

Conversation

benogle
Copy link
Contributor

@benogle benogle commented Mar 3, 2014

  • Update the textmate converter to generate a syntax-variables file + use them in the correct place.
  • Update the template theme to use the code from https://github.com/atom/template-syntax
  • Update the package.json to default to public and not point at the atom org.

Thinking it would be useful to maybe submodule the template-syntax. Only issue is the __package-name__ stuff which is missing from the template.

Should go out at the same time as atom/atom#1644

"private": true,
"description": "A short description of your theme",
"repository": "https://github.com/atom/__package-name__",
"private": false,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think private: true is still nice here since it prevents accidentally publishing to npm.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess I dont understand the private option, then.

We can publish things to apm as private and have them be public?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, apm doesn't do anything with this value but npm does.

Maybe removing it completely is the right idea until we actually support it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can get behind that

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I'm removing this.

Change org name back to atom
@benogle
Copy link
Contributor Author

benogle commented Mar 3, 2014

@kevinsawicki can I merge this?

@kevinsawicki
Copy link
Contributor

🚢

benogle added a commit that referenced this pull request Mar 3, 2014
Update template themes for syntax-variables
@benogle benogle merged commit 9502316 into master Mar 3, 2014
@kevinsawicki kevinsawicki deleted the bo-theme-variables branch March 4, 2014 00:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants