GithubHelp home page GithubHelp logo

isabella232 / highlightjs-dylan Goto Github PK

View Code? Open in Web Editor NEW

This project forked from highlightjs/highlightjs-dylan

0.0 0.0 0.0 19 KB

highlight.js support for the Dylan language

License: MIT License

JavaScript 100.00%

highlightjs-dylan's Introduction

Dylan - a language grammar for highlight.js

This repository contains highlight.js support for the Dylan language.

Dylan is a multi-paradigm functional and object-oriented programming language. It is dynamic while providing a programming model designed to support efficient machine code generation, including fine-grained control over dynamic and static behaviors.

Usage

Include the Highlight.js library in your webpage or Node app, then load this module.

Static website or simple usage

Load the module after loading Highlight.js. You'll use the minified version found in the dist directory. This module is just a CDN build of the language, so it will register itself as the Javascript is loaded.

<script type="text/javascript" src="/path/to/highlight.min.js"></script>
<script type="text/javascript" src="/path/to/highlightjs-dylan/dist/dylan.min.js"></script>
<script type="text/javascript">
  hljs.highlightAll();
</script>

With Node or another build system

If you're using Node / Webpack / Rollup / Browserify, etc, require the language module, then register it with Highlight.js.

var hljs = require('highlight.js');
var hljsDylan = require('highlightjs-dylan');

hljs.registerLanguage("dylan", hljsDylan);

License

This code is released under the MIT License. See LICENSE file for details.

Maintainer

P Hull [email protected]

Links

highlightjs-dylan's People

Contributors

pedro-w avatar joshgoebel avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.