File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -560,7 +560,7 @@ elements of a def* forms."
560560
561561 ; ;Java interop highlighting
562562 (" \\ <\\ .-?[a-z][a-zA-Z0-9]*\\ >" 0 font-lock-preprocessor-face ) ; ; .foo .barBaz .qux01 .-flibble .-flibbleWobble
563- (" \\ <[A-Z][a-zA-Z0-9]*/ [a-zA-Z0-9/$_]+\\ >" 0 font-lock-preprocessor-face ) ; ; Foo Bar$Baz Qux_
563+ (" \\ <[A-Z][a-zA-Z0-9_]* [a-zA-Z0-9/$_]+\\ >" 0 font-lock-preprocessor-face ) ; ; Foo Bar$Baz Qux_ World_OpenUDP
564564 (" \\ <[a-zA-Z]+\\ .[a-zA-Z0-9._]*[A-Z]+[a-zA-Z0-9/.$]*\\ >" 0 font-lock-preprocessor-face ) ; ; Foo/Bar foo.bar.Baz foo.Bar/baz
565565 (" [a-z]*[A-Z]+[a-z][a-zA-Z0-9$]*\\ >" 0 font-lock-preprocessor-face ) ; ; fooBar
566566 (" \\ <[A-Z][a-zA-Z0-9$]*\\ .\\ >" 0 font-lock-preprocessor-face ))) ; ; Foo. BarBaz. Qux$Quux. Corge9.
You can’t perform that action at this time.
0 commit comments