HEX

Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit - prohibited by configuration in /home/u547966/brikov.ru/www/wp-content/plugins/admin-menu-editor/menu-editor.php on line 745
Server: Apache
System: Linux 4.19.0-0.bpo.9-amd64 x86_64 at red40
User: u547966 (5490)
PHP: 5.3.29-mh2
Disabled: syslog, dl, popen, proc_open, proc_nice, proc_get_status, proc_close, proc_terminate, posix_mkfifo, chown, chgrp, accelerator_reset, opcache_reset, accelerator_get_status, opcache_get_status, pcntl_alarm, pcntl_fork, pcntl_waitpid, pcntl_wait, pcntl_wifexited, pcntl_wifstopped, pcntl_wifsignaled, pcntl_wifcontinued, pcntl_wexitstatus, pcntl_wtermsig, pcntl_wstopsig, pcntl_signal, pcntl_signal_dispatch, pcntl_get_last_error, pcntl_strerror, pcntl_sigprocmask, pcntl_sigwaitinfo, pcntl_sigtimedwait, pcntl_exec, pcntl_getpriority, pcntl_setpriority
Upload Files
File: //usr/share/joe/syntax/haml.jsf
# JOE syntax highlight file for Haml
# by Christian Nicolai (http://mycrobase.de)

=Idle
=Comment	green
=Constant	cyan
=Escape		bold cyan
=Bad		bold red
=Brace		magenta

=Tag		blue
=Class		yellow
=Id		green
=Doctype	bold magenta
=Filter		blue

:line_start Idle
	*		idle		noeat
	# eat indent
	" "		line_start
	"\\"		escape_first	recolor=-1
	"!"		doctype1
	"%"		tag		recolor=-1
	# implicit <div>
	".#"		after_tag	noeat
	"/"		html_comment	recolor=-1
	":"		filter		recolor=-1

:escape_first Constant
	*		idle_no_ruby

:idle Constant
	*		idle_no_ruby
	"\n"		line_start
	"#"		maybe_subst
	"\\"		maybe_subst_escape
	"=~-"		ruby_call	noeat
	"&!"		maybe_esc_ruby_call

:idle_no_ruby Constant
	*		idle_no_ruby
	"\n"		line_start
	"#"		maybe_subst
	"\\"		maybe_subst_escape

:doctype1 Idle
	*		idle		recolor=-2
	"="		esc_ruby_call	recolor=-2
	"!"		doctype2

:doctype2 Idle
	*		idle		recolor=-3
	"!"		doctype3	recolor=-3

:doctype3 Doctype
	*		doctype3
	"\n"		line_start

:tag Tag
	*		idle		noeat
	"a-zA-Z0-9_-"	tag
	".#{(/"		after_tag	noeat

:after_tag Idle
	*		idle		noeat
	"."		class		recolor=-1
	"#"		id		recolor=-1
	"{"		attrA
	"("		attrB
	"/"		tag_close	recolor=-1

:class Class
	*		after_tag	noeat
	"a-zA-Z0-9_-"	class

:id Id
	*		after_tag	noeat
	"a-zA-Z0-9_-"	id

:attrA Idle
	*		attrA
	"}"		after_tag

:attrB Idle
	*		attrB
	")"		after_tag

:tag_close Tag
	*		idle		noeat

:html_comment Comment
	*		html_comment
	"\n"		line_start

:ruby_call Idle
	*		line_start	call=ruby.ruby(haml)

:maybe_esc_ruby_call Constant
	*		idle_no_ruby
	"="		esc_ruby_call	recolor=-2

:esc_ruby_call Idle
	*		line_start	call=ruby.ruby(haml)
	"="		esc_ruby_call2

:esc_ruby_call2 Idle
	*		line_start	call=ruby.ruby(haml)

:maybe_subst Constant
	*		idle_no_ruby
	"{"		subst		recolor=-2

:subst Escape
	*		subst
	"}"		idle_no_ruby

:maybe_subst_escape Constant
	*		idle_no_ruby

:filter Filter
	*		idle
	"a-zA-Z0-9_"	filter