1
0
mirror of https://github.com/cmur2/joe-syntax.git synced 2024-11-01 00:56:15 +01:00

Make columns/whitespace consistent

This commit is contained in:
Rebecca Turner 2014-09-13 12:38:41 -07:00
parent f763acaaf6
commit 1b0ad96dd8

30
js.jsf
View File

@ -41,7 +41,7 @@
:idle Idle :idle Idle
* idle * idle
"/" regex_or_comment recolor=-1 "/" re_or_comment recolor=-1
"0" first_digit recolor=-1 "0" first_digit recolor=-1
"1-9" decimal recolor=-1 "1-9" decimal recolor=-1
"." maybe_float "." maybe_float
@ -171,7 +171,7 @@ done
"\"'" after_term "\"'" after_term
"a-zA-Z0-9_." bad_after_term "a-zA-Z0-9_." bad_after_term
:regex_or_comment Syntax :re_or_comment Syntax
* regex recolor=-2 * regex recolor=-2
"*/" maybe_comment noeat "*/" maybe_comment noeat
@ -490,24 +490,24 @@ done
.subr comment_todo .subr comment_todo
# initial state # initial state
:comment_todo_init Comment :todo_init Comment
* comment_todo_guess buffer * todo_guess buffer
# highlight common TODO labels # highlight common TODO labels
:comment_todo_guess Comment :todo_guess Comment
* comment_todo_unknown noeat strings * todo_unknown noeat strings
"BUG" comment_todo "BUG" todo
"FIXME" comment_todo "FIXME" todo
"HACK" comment_todo "HACK" todo
"NOTE" comment_todo "NOTE" todo
"TODO" comment_todo "TODO" todo
"XXX" comment_todo "XXX" todo
done done
"A-Z" comment_todo_guess "A-Z" todo_guess
:comment_todo_unknown Comment :todo_unknown Comment
* NULL noeat return * NULL noeat return
:comment_todo CommentLabel :todo CommentLabel
* NULL noeat return * NULL noeat return
.end .end