File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 788788 {
789789 "include" : " #node_relation_role"
790790 },
791+ {
792+ "include" : " #node_relation_function"
793+ },
791794 {
792795 "include" : " #node_relation_params_names"
793796 }
822825 }
823826 ]
824827 },
828+ "node_relation_function" : {
829+ "patterns" : [
830+ {
831+ "name" : " keyword.control.sdoc" ,
832+ "match" : " (^\\ s\\ sFUNCTION:)\\ s\\ b(\\ S+)\\ b$" ,
833+ "captures" : {
834+ "1" : { "name" : " keyword.control.sdoc" },
835+ "2" : { "name" : " string.unquoted.sdoc" }
836+ }
837+ }
838+ ]
839+ },
825840 "node_relation_role" : {
826841 "patterns" : [
827842 {
837852 "node_relation_params_names" : {
838853 "comment" : " Used to highlight fields that have not yet been filled in correctly" ,
839854 "patterns" : [{
840- "match" : " ^(-\\ sTYPE|\\ s\\ sVALUE|\\ s\\ sROLE):\\ s" ,
855+ "match" : " ^(-\\ sTYPE|\\ s\\ sVALUE|\\ s\\ sROLE| \\ s \\ sFUNCTION ):\\ s" ,
841856 "name" : " keyword.other.sdoc"
842857 }]
843858 },
You can’t perform that action at this time.
0 commit comments