Skip to content

ArkScript-lang/syntax-highlighting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArkScript syntax highlighting

This repository is a collection of configuration files for your editor of choice, to provide syntactic coloration when coding in ArkScript.

VSCode

See ArkScript-VSC.

pygments

TODO

rainbowjs

A configuration to use with rainbow.js.

  1. Include rainbow.js first: <script src="/assets/js/rainbow.js"></script>
  2. Include arkscript.js after: <script src="/assets/js/arkscript.js"></script>
  3. You can highlight code with:
<pre><code data-language="arkscript">
(print "hello world!")
</code></pre>

nano

  1. Copy [arkscript.nanorc] to ~/.nano/
  2. Edit ~/.nanorc to add the following line: include "~/.nano/arkscript.nanorc"

vim / neovim

See Ark.vim.

About

All syntax highlighting configurations for ArkScript can be found here

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published