5 Commits

Author SHA1 Message Date
a6555f786e Resolve several warnings
* Removed a couple of unused variables

 * Removed settings specifications whenever possible, to use default
   values

 * Set ALWAYS_SEARCH_USER_PATHS to NO, as it is now deprecated.

 * Applied the recommended settings for warnings, except for
   implicit casts to (u)int 32bit values. The reason is these come from
   the iterator implemented in the BBEdit official header.
2019-02-27 11:48:08 +01:00
44ebb1faea Upgrade to build on MacOS X 10.14
Clone git@github.com:siegel/LanguageModuleSDK.git to
 ~/Projects/BBEdit/LanguageModuleSDK

Then a simple make.

If you do not clone in the above path, you will need to update the
project settings using Xcode, so that `User Header Search Path` points
to the correct folder.
2019-02-27 11:48:08 +01:00
Ben S
dea280c188 Update the binary and Xcode stuffs 2015-11-23 18:23:05 +00:00
Ben S
012448ebe8 Fix bug in attribute value highlighting
Any newlines within strings are now properly catered for.

Fixes #3.
2015-11-23 12:56:37 +00:00
Ben S
80aa9874b7 Initial commit 2014-10-26 17:07:10 +00:00