Sublime Forum

Edit Plus Syntax file, convert to sublime

#1

Is there a way to convert a syntax file from EditPlus to Sublime? I like to leave EditPlus behind but I like the way I can submit code to the DB directly from within the text editor.

Here are some of the things I do with EditPlus:

Small sample…

[code]#TITLE=Lodestar
; Lodestar syntax file written by Lodestar Corporation.
; This file is required for EditPlus to run correctly.

#DELIMITER=,(){}]-+%/="’~!&|<>?:;.
#QUOTATION1=’
#QUOTATION2="
#CONTINUE_QUOTE=n
#LINECOMMENT=//
#COMMENTON=/

#COMMENTOFF=*/
#ESCAPE=
#CASE=n

#KEYWORD=Reserved words
ABORT
LEAVE
ADDITIONAL
LIST
ALL
NEXT[/code]

In EditPlus I can send text to a command and specify arguments, is that possible with Sublime?

Any help is greatly appreciated.

Steve

0 Likes