sublimehq / Packages

Syntax highlighting files shipped with Sublime Text and Sublime Merge
https://sublimetext.com
Other
2.95k stars 588 forks source link

DAVI script syntax support #4029

Closed bobimicroweber closed 2 months ago

bobimicroweber commented 3 months ago

https://github.com/davinci-script/davi

jfcherng commented 3 months ago

I don't think this will be accepted considering (at least) it's not a popular language. It should be added as a 3rd-party package rather than a default built-in.

bobimicroweber commented 3 months ago

I don't think this will be accepted considering (at least) it's not a popular language. It should be added as a 3rd-party package.

If they don't approve the pull request, I will write my own ide editor for davi. No problem, as they decide.

jfcherng commented 3 months ago

Just a FYI, even Swift didn't make it.

deathaxe commented 3 months ago

May I suggest to create a DAVI repository at https://github.com/SublimeText instead and adding you as maintainer?

bobimicroweber commented 3 months ago

My idea is fast installation and davi script support. Please suggest how to make it the easiest and everyone is happy.

deathaxe commented 3 months ago

This would be the default way for any 3rd-party package then - registering it to Package Control.

Any bitbucket/gitlab/github repository can be registered as package by adding it to proper repository.json at https://github.com/wbond/package_control_channel/.

It can then be easily installed via...

  1. Opening Command Palette
  2. Executing "Package Control: Install Package"
  3. Entering package name and hitting enter.
bobimicroweber commented 2 months ago

Ok that is cool solution. Thank you!