Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Removed .h from C. C is a subset of the superset C++ and does not req…
Browse files Browse the repository at this point in the history
…uire .h within it. Atom looks at C first and formats and syntax highlights .h class files like C does and this creates problems. C highlighting will be the same, CPP class highlighting fixed.
  • Loading branch information
hgdsraj committed Aug 14, 2016
1 parent 9204513 commit e002348
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion grammars/c.cson
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
'scopeName': 'source.c'
'fileTypes': [
'c'
'h'
]
'firstLineMatch': '(?i)-\\*-[^*]*(Mode:\\s*)?C(\\s*;.*?)?\\s*-\\*-'
'name': 'C'
Expand Down

0 comments on commit e002348

Please sign in to comment.