mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-12-22 02:54:23 +01:00
makefile: allow more characters in target names
This commit is contained in:
parent
486ac0ec28
commit
5c8944fc51
@ -15,7 +15,7 @@
|
|||||||
:line_start Idle
|
:line_start Idle
|
||||||
* idle noeat
|
* idle noeat
|
||||||
"#" line_comment recolor=-1
|
"#" line_comment recolor=-1
|
||||||
"a-zA-Z._" maybe_target mark buffer
|
"a-zA-Z0-9._" maybe_target mark buffer
|
||||||
"\t" recipe
|
"\t" recipe
|
||||||
|
|
||||||
:idle Idle
|
:idle Idle
|
||||||
@ -60,7 +60,7 @@
|
|||||||
":" target_other noeat recolormark strings
|
":" target_other noeat recolormark strings
|
||||||
".PHONY" target_phony
|
".PHONY" target_phony
|
||||||
done
|
done
|
||||||
"a-zA-Z._-" maybe_target
|
"a-zA-Z0-9._-" maybe_target
|
||||||
|
|
||||||
:target_phony TargetPhony
|
:target_phony TargetPhony
|
||||||
* target_rest noeat
|
* target_rest noeat
|
||||||
|
Loading…
Reference in New Issue
Block a user