Fix c-family include highlighting
This commit is contained in:
parent
6f3124d678
commit
44047a69c5
|
@ -204,7 +204,7 @@ evaluate-commands %sh{
|
|||
add-highlighter shared/$ft/macro region %{^\\h*?\\K#} %{(?<!\\\\)(?=\\n)|(?=//)} group
|
||||
|
||||
add-highlighter shared/$ft/macro/ fill meta
|
||||
add-highlighter shared/$ft/macro/ regex ^\\h*#include\\h+(\\S*) 1:module
|
||||
add-highlighter shared/$ft/macro/ regex ^\\h*#\\h*include\\h+(\\S*) 1:module
|
||||
add-highlighter shared/$ft/macro/ regex /\\*.*?\\*/ 0:comment
|
||||
EOF
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue
Block a user