Modified version of the excellent Bill Hernandez CLM from http://www.mail-archive.com/[email protected]/msg00548.html the link was here at a wiki called bbeditextras. So I started with the Hernandez version.
Since I'm noob and forget what changes I made, I first commit the Bill Hernandez version, then immediately commit my changed version. Why? So I can see WTF what I did, I say. No one looks at changes anyway.
Provide color syntax for AppleScript in TextWrangler, and maybe BBEdit but I don't have BBEdit. It also does...
I made unorthodox use of the Codeless Language Module's BBLMPredefinedNameList
Predefined names info here it says as used in the Text Colors preferences. more colors! Obligatory code example.
<!-- Testing use of this symbol -->
<key>BBLMPredefinedNameList</key>
<array>
<string>alias</string>
<string>at</string>
<!-- and so on -->
<string>typefaces</string>
<string>with</string>
</array>
Likely, no one will see this stuff, so installation is not an issue. But if I forget, maybe I'll put that info here, or a link to it. Yes a link would be better. No wait, it's faster to Google it than to waste time adding to this readme file.
-
These things I read on internets & added to scripts haphazardly. I can not guarantee anything. "As-Is".
-
I know nothing about licenses. Whatever license(s) these files are supposed to be, they are.
-
Whatever credits or clauses should be here, is temporary error of stupidity and poor memory.
-
Dot files rule, bigger is better.
-
Readme files, not a fan.