Compare commits

..

1 Commits
master ... beta

Author SHA1 Message Date
Raymonzut e455967477
Add string match for prints 3 years ago
  1. 2
      README.md
  2. 5
      grammars/mblf.cson

@ -1,5 +1,3 @@
# MBLF language package
<img src="https://avatars.githubusercontent.com/u/77209611?s=200&v=4" alt="MBLF-logo" width="100px" />
The atom language package for MBLF, by the makers of MBLF.

@ -30,6 +30,11 @@ patterns: [
captures:
4: name: 'builtin.variable'
},
{
match: '(^\\s*)(prints)\ +(\"[[:ascii:]]*\")'
captures:
3: name: 'string'
},
{
match: ';;.*$'
name: 'comment'

Loading…
Cancel
Save