Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Matrix Market Exchange Formats support #6800

Open
jip opened this issue Apr 18, 2024 · 0 comments
Open

Add Matrix Market Exchange Formats support #6800

jip opened this issue Apr 18, 2024 · 0 comments
Labels
Add Language Good First Issue This is a great opportunity to start contributing to Linguist

Comments

@jip
Copy link

jip commented Apr 18, 2024

Language name

Matrix Market Exchange Formats

URL of example repository

https://github.com/jip/mt

URL of syntax highlighting grammar

(none)

The format is very simple. It is human readable and ASCII-based; items are case insensitive and blank-delimited; extra blanks between items are ignored. A file begins with header lines, then data lines follow. All lines are limited to 1024 characters. The first header line begins with signature text item %%MatrixMarket , followed by some items in the same line. The rest header lines must begin with %, they are comments and may be absent. The data lines contain numbers only delimited by blanks; leading and trailing blanks are ignored. Numbers are integers and floats in decimal and exponential notation common to C and Fortran. Blank lines may appear anywhere after the first line.

Most popular extensions

.mtx in Matlab, Octave, Python

Detected language

Objective-C++

@jip jip added Add Language Good First Issue This is a great opportunity to start contributing to Linguist labels Apr 18, 2024
@jip jip changed the title add Matrix Market Exchange Formats support Add Matrix Market Exchange Formats support Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Add Language Good First Issue This is a great opportunity to start contributing to Linguist
Projects
None yet
Development

No branches or pull requests

1 participant