Hi everyone:
I am new here and I would like a BIG help to insert a new language supported by the Sublime (great, or the BEST editor that I had tested).
I did a rough approach ( work around ) to insert the Picat (http://picat-lang.org/) in my Sublime, my steps were:
-
Got the Prolog package (someone did a long time ago) … once that Prolog’s syntax is similar of Picat .
-
Change some keywords, syntax etc … basically in TWO files
Picat.tmLanguage and Picat.YAML-tmLanguage -
Everything that I did are in my Git
https://github.com/claudiosa/CCS/tree/master/picat/sublime-text-3/Picat -
After I copied this directory Picat/… in ~user_home/.config/sublime-text-3/Cache/
Well, it is working fine and I am using this … but I am unsecure about my metodology …
Whose are the files I need to change to for an effective support for the Picat language?
How to become an official language supported in the Sublime?
I saw that existence of an file in XML … the xml is the pattern language to describe a language?
Thanks in advance
claudio