Hi,
I’m looking for help with fixing issues in a language file I’ve started for LiveCode. I’ve created a repository for it here: https://github.com/trevordevore/livecode-sublimetext. Details follow.
I recently started using Sublime Text and I am really enjoying it. I use the LiveCode development tool and I have started working on a .sublime-syntax
file for it as I’m doing the bulk of my coding in Sublime Text now. LiveCode is similar to AppleScript and so I have been pulling parts from the AppleScript package that comes with Sublime Text.
So far my package works for basic files but on more complex files syntax highlighting and handler recognition break part way through the file. I think it has to do with if/then statements but I’m not sure.
One of my public repositories is a LiveCode project. Here is a file that loses syntax highlighting and stops recognizing handlers around line 972:
If anyone has some time to help me out I would really appreciate it.