Sublime-Text-2-Syntax-Coloring-for-Visual-FoxPro
Sublime-Text-2-Syntax-Coloring-for-Visual-FoxPro copied to clipboard
Sublime Text 2 Syntax Coloring for Visual FoxPro
Results
2
Sublime-Text-2-Syntax-Coloring-for-Visual-FoxPro issues
Sort by
recently updated
recently updated
newest added
trafficstars
Unless I force with *ctrl + space*, the autocompletion popup doesn't show up, I edit `Visual Foxpro.tmLanguage` and modify this part in order to get popup working: ```xml ... scopeName...
The single quote wrapped string matching pattern: `(')(.*)(')` To: `(')(.+?)(')` If a line contains several single quote wrapped strings your pattern will only look for first and the last single...