Changeset 2601 in kBuild
- Timestamp:
- Jun 23, 2012 8:18:47 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VSlickMacros/kdev.e
r2598 r2601 3332 3332 static _str aCLikeIncs[] = 3333 3333 { 3334 "c", "ansic", "java", "rul", "vera", "c h", "as", "idl", "asm", "s", "imakefile", "rc", "lex", "yacc", "antlr"3334 "c", "ansic", "java", "rul", "vera", "cs", "js", "as", "idl", "asm", "s", "imakefile", "rc", "lex", "yacc", "antlr" 3335 3335 }; 3336 3336 3337 3337 static _str aMyLangIds[] = 3338 3338 { 3339 "applescript", 3339 3340 "ansic", 3340 3341 "antlr", … … 3342 3343 "asm", 3343 3344 "c", 3345 "cs", 3344 3346 "csh", 3345 3347 "css", 3346 "ch",3347 3348 "conf", 3348 3349 "d", 3349 3350 "docbook", 3350 3351 "dtd", 3352 "e", 3351 3353 "html", 3352 3354 "idl", … … 3358 3360 "mak", 3359 3361 "masm", 3362 "pas", 3360 3363 "phpscript", 3361 3364 "powershell", … … 3532 3535 LanguageSettings.setSyntaxIndent('mak', 8); 3533 3536 3537 LanguageSettings.setBeautifierProfileName('c', "bird's Style"); 3538 LanguageSettings.setBeautifierProfileName('m', "bird's Objective-C Style"); 3539 3534 3540 /* Fix .asm and add .mac, .kmk and .cmd. */ 3535 3541 replace_def_data("def-lang-for-ext-asm",'masm');
Note:
See TracChangeset
for help on using the changeset viewer.