mirror of
https://github.com/cmur2/joe-syntax.git
synced 2026-03-10 07:01:42 +01:00
Corrected tabs - using tab size 8
This commit is contained in:
40
yaml.jsf
40
yaml.jsf
@@ -17,12 +17,12 @@
|
||||
* idle
|
||||
"%" directive recolor=-1
|
||||
"#" line_comment recolor=-1
|
||||
"'" string_sq_1 recolor=-1
|
||||
"\"" string_dq_1 recolor=-1
|
||||
"{[]}" brace recolor=-1
|
||||
"'" string_sq_1 recolor=-1
|
||||
"\"" string_dq_1 recolor=-1
|
||||
"{[]}" brace recolor=-1
|
||||
"-" maybe_block1
|
||||
"." maybe_block_end1
|
||||
"*&" maybe_reference
|
||||
"*&" maybe_reference
|
||||
"!" maybe_datacast
|
||||
|
||||
:line_comment Comment
|
||||
@@ -30,7 +30,7 @@
|
||||
"\n" idle
|
||||
|
||||
:brace Brace
|
||||
* idle noeat
|
||||
* idle noeat
|
||||
|
||||
:directive Directive
|
||||
* directive
|
||||
@@ -61,46 +61,46 @@
|
||||
"\n" string_dq recolor=-2
|
||||
|
||||
:maybe_block1 Idle
|
||||
* idle noeat
|
||||
* idle noeat
|
||||
"-" maybe_block2
|
||||
|
||||
:maybe_block2 Idle
|
||||
* idle noeat
|
||||
"-" block recolor=-3
|
||||
* idle noeat
|
||||
"-" block recolor=-3
|
||||
|
||||
:block BlockDelim
|
||||
* idle noeat
|
||||
* idle noeat
|
||||
|
||||
:maybe_block_end1 Idle
|
||||
* idle noeat
|
||||
* idle noeat
|
||||
"." maybe_block_end2
|
||||
|
||||
:maybe_block_end2 Idle
|
||||
* idle noeat
|
||||
* idle noeat
|
||||
"." block_end recolor=-3
|
||||
|
||||
:block_end BlockDelim
|
||||
* idle noeat
|
||||
* idle noeat
|
||||
|
||||
:maybe_reference Idle
|
||||
* idle
|
||||
"a-zA-Z_" reference recolor=-2
|
||||
|
||||
:reference Reference
|
||||
* idle noeat
|
||||
* idle noeat
|
||||
"a-zA-Z0-9_" reference
|
||||
|
||||
:maybe_datacast Idle
|
||||
* idle noeat
|
||||
"a-zA-Z_" local_datatype recolor=-1
|
||||
* idle noeat
|
||||
"a-zA-Z_" local_datatype recolor=-1
|
||||
"!" builtin_datatype1
|
||||
|
||||
:builtin_datatype1 Idle
|
||||
* idle noeat
|
||||
"a-zA-Z" builtin_datatype buffer
|
||||
* idle noeat
|
||||
"a-zA-Z" builtin_datatype buffer
|
||||
|
||||
:builtin_datatype Idle
|
||||
* idle noeat strings
|
||||
* idle noeat strings
|
||||
"str" dt
|
||||
"float" dt
|
||||
"binary" dt
|
||||
@@ -108,8 +108,8 @@ done
|
||||
"a-zA-Z_" builtin_datatype
|
||||
|
||||
:dt Keyword
|
||||
* idle noeat
|
||||
* idle noeat
|
||||
|
||||
:local_datatype LocalDatatype
|
||||
* idle noeat
|
||||
* idle noeat
|
||||
"a-zA-Z_" local_datatype
|
||||
|
||||
Reference in New Issue
Block a user