GitXplorerGitXplorer
T

language-meson

public
11 stars
3 forks
1 issues

Commits

List of commits on branch master.
Verified
90269533120e84a9f5882346a8d646619e606b39

Prepare v0.2.5 release

committed 4 years ago
Verified
61510e7155ac7ca752abbedec184e0327bea50a5

Update README.md

committed 4 years ago
Verified
421bafac67dfc9c17c77caa0f18b7d0885bd7651

Improve language-meson (pre-0.2.5) (#9)

committed 4 years ago
Unverified
b22102af4a8ae9a74ce636be2d48a97f818d8947

Add `in` and `not in` operators in test file

committed 4 years ago
Unverified
c824c8233c23e4d1df02a13b3cbb7b5aa9074ff4

Add `continue` and `break` statements

committed 4 years ago
Unverified
2c7ca9758d3d0a812dea838b95ff68a299ce7b55

Add `in` as an operator

committed 4 years ago

README

The README file for this repository.

Language Meson

Syntax highlighting for the Meson language.

Note for other editors

Editors such as Sublime Text, TextMate, and Visual Studio Code can use the same syntax highlighting but the grammar file must be converted to the TextMate format.

Note that you would first have to convert the grammar file in either JSON format, PLIST format, or YAML format.

The easiest method to do so is via the Sublime Text PackageDev package. Somebody could decouple the conversion library it uses to ease future conversion also. Example output is here.