Skip to content

byeolang/highlightjs-byeol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

highlightjs grammar file for 'byeol' programming language

usage

it's quite easy.

  • first including the highlight.js file, and then including this byeol grammar file.
  • the byeol grammar files are available on the release page.
    grab the latest one.
  • and byeol grammar file was titled to 'byeol'.
    so if you want to highlight byeol codes explicitly, write 'language-byeol' for 'class' attribute for 'code' tag.
  • for more info, please check Highlight.js documents.

example

<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
<script src="highlightjs-byeol.js"></script>

<pre><code class="language-byeol">
 # your codes here...
</code></pre>

author

link

About

highlightjs syntax file for 'byeol' programming language

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors