wingyplus / language-robot-framework

Robot Framework grammar for Atom Text Editor.
https://atom.io/packages/language-robot-framework
26 stars 17 forks source link

Use firstLineMatch instead of manual match content #23

Closed wingyplus closed 8 years ago

wingyplus commented 8 years ago

Currently, I use observeTextEditors to detect txt file that is Robot Framework content and then set grammar to it. But I see language-ruby L39 use firstLineMatch to match ruby shebang.