Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.79 KB

IDE.md

File metadata and controls

21 lines (18 loc) · 1.79 KB

An experimental programming language

language GitHub stars Windows

Sublime text 3

In "FreakC/Utilities/Scripts" there is a file called "FreakC.sublime-build" which is the Sublime Text's build system for FreakC. To use it, please paste it in the "%APPDATA%\Sublime Text v\Packages\User" or wherever your Packages folder is. Then, make sure that you have set the environment variable for FreakC. After that, you will be able to compile FreakC codes in Sublime Text.

For syntax highlighting, copy the "FreakC" folder in the same folder, then paste it in "%APPDATA%\Sublime Text v\Packages".

Note

Support for VSCode had been discontinued since we recreated the whole language. However, supports for Sublime Text is still being developed, so Sublime is probably the go-to editor for FreakC.