Closed wingyplus closed 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.
observeTextEditors
txt
firstLineMatch
Currently, I use
observeTextEditors
to detecttxt
file that is Robot Framework content and then set grammar to it. But I see language-ruby L39 usefirstLineMatch
to match ruby shebang.