dparkins / language-fortran

Syntax highlighting for FORTRAN for atom
MIT License
35 stars 16 forks source link

sub <TAB> inserting broken regex #45

Closed jamesp closed 9 years ago

jamesp commented 9 years ago

I've just updated to the latest version of Atom. Now using the fortran bundle when I type sub : screen shot 2015-06-05 at 17 25 47

I get this autoinsert into the document:

screen shot 2015-06-05 at 17 26 02

tomedunn commented 9 years ago

Looks like something is wrong with the snippets. I haven't touched those since the initial port but I'll have a look to see if there is an easy fix. Does this happen with any of the other snippets? Did this happen under older versions of Atom?

tomedunn commented 9 years ago

OK, it looks like this is stuff left over after the original Textmate package was converted to work with Atom. The changes to fix this are easy enough. I should have a fix up sometime tonight.

jamesp commented 9 years ago

Fantastic, thanks Tom. I took a look at the snippets file but haven't had any experience with writing Atom or Textmate packages so was struggling to find anything obvious (to me!).