Merge pull request #268 from earboxer/morefiles

* Syntax Files: Detect more files for highlighting
This commit is contained in:
Anthony Scopatz
2020-01-25 16:17:50 -05:00
committed by GitHub
7 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
## Here is an example for C/C++.
##
syntax "C" "\.(c(c|pp|xx)?|C)$" "\.(h(h|pp|xx)?|H)$" "\.ii?$" "\.(def)$"
syntax "C" "\.(c(c|pp|xx)?|C)$" "\.(h(h|pp|xx)?|H)$" "\.ii?$" "\.(def)$" "\.ino"
magic "^(C|C\+\+) (source|program)"
comment "//"
color brightred "\<[A-Z_][0-9A-Z_]+\>"