Lines Matching refs:syntoken

367   `(syntoken (string-concat "\\<q(q|w)?\\s*\\" ,token)
373 (syntoken ,end :nospec t :switch -1)
379 (syntoken
388 (syntoken
396 (syntoken "(&?(\\w+)|&(\\w+)?)'\\w+" :property *prop-preprocessor*)
399 (syntoken
411 (syntoken "\\$(\\d|^\\u|[][0-9!#$*()_@<>?/|,\"'])" :property *prop-keyword*)
428 (syntoken "\\\\\\d{3}|\\\\." :property *prop-string-escape*)
429 (syntoken "(\\{\\$|\\$\\{)" :property *prop-string-keyword-bold* :begin :string-varbrace)
430 (syntoken "[$@]" :property *prop-string-keyword-bold* :begin :string-variable)
431 (syntoken "\\$(\\d|^\\u|[][0-9!#$*()_@<>?/|,\"'])" :property *prop-string-keyword-bold*))
435 (syntoken "\\w+" :switch -1))
437 (syntoken "}"
444 (syntoken "#.*$" :property *prop-comment*)
447 (syntoken "(\\<m)?/([^/]|\\\\/)+/\\w*" :property *prop-regex*)
448 (syntoken "\\<m\\{[^}]+\\}\\w*" :property *prop-regex*)
449 (syntoken "\\<m<[^>]+>\\w*" :property *prop-regex*)
450 (syntoken "\\<(s|tr)/[^/]+/([^/]|\\\\/)*/\\w*":property *prop-regex*)
452 (syntoken "//" :nospec t :property *prop-regex*)
455 (syntoken "\"" :nospec t :contained t :begin :string)
457 (syntoken "\"" :nospec t :switch -1)
471 (syntoken "'" :nospec t :contained t :begin :constant)
473 (syntoken "'" :nospec t :switch -1)
474 (syntoken "\\\\." :property *prop-string-escape*))
477 (syntoken "`" :nospec t :contained t :begin :shell)
479 (syntoken "`" :nospec t :switch -1)
483 (syntoken "[][$@%(){}/*+:;=<>,&!|^~\\.?-]" :property *prop-punctuation*)
484 (syntoken "\\<x\\>" :property *prop-punctuation*)
488 (syntoken "<<\"[A-Z][A-Z0-9_]+\"" :property *prop-string* :begin :heredoc)
489 (syntoken "<<'[A-Z][A-Z0-9_]+'" :property *prop-constant* :begin :heredoc)
490 (syntoken "<<[A-Z][A-Z0-9_]+" :property *prop-preprocessor* :begin :heredoc)
492 (syntoken "^[A-Z][A-Z0-9_]+$" :switch -1))
494 (syntoken "^=(pod|item|over|head\\d)\\>.*$" :property *prop-documentation* :begin :info)
496 (syntoken "^=cut\\>.*$" :switch -1)
497 (syntoken "^.*$"))
499 (syntoken "^(__END__|__DATA__)$" :property *prop-documentation*
502 (syntoken "__\\u+__" :property *prop-preprocessor*)
505 (syntoken "^.*$"))