mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-09-25 02:47:56 +02:00
Add lex file extension for treating lex sources as C files
Closes #1066
This commit is contained in:
parent
09d505ab1d
commit
6091910dda
@ -36,7 +36,7 @@
|
||||
<Language name="batch" ext="bat cmd nt" commentLine="REM">
|
||||
<Keywords name="instre1">rem set if else exist errorlevel for in do break call copy chcp cd chdir choice cls country ctty date del erase dir echo exit goto loadfix loadhigh mkdir md move path pause prompt rename ren rmdir rd shift time type ver verify vol com con lpt nul defined not errorlevel cmdextversion</Keywords>
|
||||
</Language>
|
||||
<Language name="c" ext="c" commentLine="//" commentStart="/*" commentEnd="*/">
|
||||
<Language name="c" ext="c lex" commentLine="//" commentStart="/*" commentEnd="*/">
|
||||
<Keywords name="instre1">if else switch case default break goto return for while do continue typedef sizeof NULL</Keywords>
|
||||
<Keywords name="type1">void struct union enum char short int long double float signed unsigned const static extern auto register volatile</Keywords>
|
||||
</Language>
|
||||
|
Loading…
x
Reference in New Issue
Block a user