dna.syn

来自「一个非常好的JAVA文件编译工具」· SYN 代码 · 共 56 行

SYN
56
字号
; TextPad syntax definitions for CAGT DNA sequences.
; (Cytosine, Adenine, Guanine, and Thymine.) 
; Copyright (C) 2000, Helios Software Solutions
;
; This file may be freely distributed for use with TextPad.
;
; Suggested color assignments:
;  Keywords 1 = Blue
;  Keywords 2 = Green
;  Keywords 3 = Yellow
;  Keywords 4 = Red

C=1

[Syntax]
Namespace1 = 6
IgnoreCase = No
KeyWordLength = 1
BracketChars =
OperatorChars =
PreprocStart =
SyntaxStart =
SyntaxEnd =
HexPrefix =
CommentStart = /*
CommentEnd = */
CommentStartAlt =
CommentEndAlt =
SingleComment = //
SingleCommentCol =
SingleCommentAlt =
SingleCommentColAlt =
SingleCommentEsc =
StringsSpanLines =
StringStart =
StringEnd =
StringAlt =
StringEsc =
CharStart =
CharEnd =
CharEsc =

[Preprocessor keywords]

[Keywords 1]
C

[Keywords 2]
A

[Keywords 3]
G

[Keywords 4]
T

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?