Make columns/whitespace consistent

This commit is contained in:
Rebecca Turner 2014-09-13 12:38:41 -07:00
parent f763acaaf6
commit 1b0ad96dd8
1 changed files with 19 additions and 19 deletions

38
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
@ -324,7 +324,7 @@ done
"a-zA-Z0-9_" infix_operator "a-zA-Z0-9_" infix_operator
:bad_op Bad :bad_op Bad
* idle noeat * idle noeat
"a-zA-Z0-9_" bad_op "a-zA-Z0-9_" bad_op
:operator Operator :operator Operator
@ -479,7 +479,7 @@ done
"a-zA-Z0-9_" export_item "a-zA-Z0-9_" export_item
:lit Constant :lit Constant
* lit_end noeat * lit_end noeat
:lit_end Constant :lit_end Constant
* after_term noeat * after_term 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