Skip to content

AppleScript color syntax for TextWrangler (and maybe BBEdit)

Notifications You must be signed in to change notification settings

Angles/AppleScript-CLM-for-TW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Applescript Codeless Language Module for TextWrangler

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.

WTF is here?

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.

What does it do? What's it all about?

Provide color syntax for AppleScript in TextWrangler, and maybe BBEdit but I don't have BBEdit. It also does...

More Colors

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>

Installation

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.

If you stumbled here (eg. mistyped URL) do know:

  1. These things I read on internets & added to scripts haphazardly. I can not guarantee anything. "As-Is".

  2. I know nothing about licenses. Whatever license(s) these files are supposed to be, they are.

  3. Whatever credits or clauses should be here, is temporary error of stupidity and poor memory.

  4. Dot files rule, bigger is better.

  5. Readme files, not a fan.

About

AppleScript color syntax for TextWrangler (and maybe BBEdit)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published