gitbook-plugin-ace-mode-feelpp

feel++ syntax color for gitbook plugin ace


License
BSD-2-Clause-NetBSD
Install
npm install gitbook-plugin-ace-mode-feelpp@0.1.2

Documentation

Build Status

Feel++ Ace Mode

Feel++ syntax for gitbook ace plugin (Github) extended from ace c++ syntax.

Feel++ stands for Finite Element Embedded language using C++.

Usage

Just install this package. Specific css class are created and have to be customized. Note that default ace theme does not color these class.

class description
ace_feelpp class for all feel++ keywords
ace_feelvf class for feelvf keywords
ace_feeldiscr class for feeldiscr keywords

NB: For to Feel++ for keywords meaning.

Install note

To install this plugin just use

npm install gitbook-plugin-ace-mode-feelpp
  • ℹ️ This plugin requires the nodejs package gitbook-ace-plugin.
  • ℹ️ It copies the feelpp mode and snippet .js file into the ace plugin.

Development

See ace-mode-feelpp for mode and snippet creation.