MATLAB-Language-grammar
Code formatter
A set of regular expressions used to define the syntax and structure of MATLAB code for use in highlighting and parsing tools.
This repository contains a regular expression based language grammar for MATLAB to be used by GitHub Linguist for highlighting MATLAB code on GitHub
50 stars
4 watching
17 forks
Language: MATLAB
last commit: 3 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
davidvarga/mbeautifier | A tool that formats MATLAB source code according to user-configurable rules | 490 |
mathworks/matlab-extension-for-vscode | An extension providing support for editing and running MATLAB code in Visual Studio Code. | 247 |
tweag/ormolu | A tool that formats Haskell source code to a consistent style | 967 |
jupyterlab-contrib/jupyterlab_code_formatter | Facilitates invocation of code formatters in JupyterLab | 856 |
hyotang666/trivial-formatter | A utility that formats Common Lisp source code according to standardized conventions and syntax. | 39 |
maxattax97/openscad-format | A tool to format and style source code written in the OpenSCAD programming language. | 27 |
tweag/topiary | A tool that automates uniform formatting of code in multiple languages using a simple DSL. | 585 |
antlr/codebuff | A machine learning-based code formatter that formats language-agnostic code using patterns learned from a corpus. | 447 |
square/spacecommander | A tool to enforce formatting conventions in Objective-C code before it's committed to a git repository. | 1,127 |
scala-ide/scalariform | A code formatter for Scala source code to improve readability and consistency. | 527 |
mhartington/formatter.nvim | Provides utilities and configurations for formatting source code in various programming languages. | 1,373 |
ebranlard/matlab2fortran | Automates conversion of MATLAB code to Fortran format | 65 |
johnnymorganz/stylua | A deterministic code formatter for Lua that enforces a consistent style across various syntax variants. | 1,623 |
lspitzner/brittany | A tool to format Haskell source code according to certain formatting rules | 691 |
ennocramer/floskell | A tool that formats Haskell source code into a more readable layout | 180 |