| Commit message (Expand) | Author | Age | Files | Lines |
* | reverted dist target in Makefile | anselm@anselm1 | 2008-05-19 | 1 | -1/+1 |
* | removed the exact focus mechanism of next/prev window | Anselm R Garbe | 2008-05-17 | 1 | -1/+1 |
* | this is the correct way | anselm@anselm1 | 2008-04-20 | 1 | -0/+1 |
* | copyright notice is in LICENSE | anselm@anselm1 | 2008-04-20 | 1 | -1/+0 |
* | some cleanup changes | Anselm R Garbe | 2008-04-03 | 1 | -1/+1 |
* | removed all defines of geoms, implemented setgeoms() instead, added config.an... | Anselm R Garbe | 2008-03-13 | 1 | -1/+1 |
* | thx to Toni Lainson | arg@suckless.org | 2007-10-19 | 1 | -2/+2 |
* | removed dwm.h, just include C-files in config.h if you extend dwm, that's sim... | arg@suckless.org | 2007-10-18 | 1 | -2/+2 |
* | recreated dwm.h | Anselm R. Garbe | 2007-10-11 | 1 | -1/+1 |
* | renamed config.h into config.def.h, config.h will be created if not present, ... | Anselm R. Garbe | 2007-09-23 | 1 | -1/+5 |
* | made all stuff non-static - so you can choose wether to use dwm the static or... | arg@suckless.org | 2007-09-17 | 1 | -1/+1 |
* | micromizing dwm step 1 | Anselm R. Garbe | 2007-09-15 | 1 | -3/+3 |
* | moved bar-related stuff to bar.c (merged draw.c into that) | Anselm R. Garbe | 2007-09-15 | 1 | -1/+1 |
* | renamed config.default.h into config.h | Anselm R. Garbe | 2007-09-15 | 1 | -5/+1 |
* | dist target only needs to add config.default.h | Anselm R. Garbe | 2007-09-15 | 1 | -1/+1 |
* | added screen.c, removed layout.c and tag.c | Anselm R. Garbe | 2007-08-19 | 1 | -1/+1 |
* | fififi | Anselm R. Garbe | 2007-08-15 | 1 | -1/+1 |
* | separated layout-specific stuff into separate .h and .c files which are inclu... | Anselm R. Garbe | 2007-08-11 | 1 | -1/+1 |
* | removed strip, added -s to LDFLAGS | Anselm R. Garbe | 2007-05-15 | 1 | -1/+0 |
* | yet another fix of copyright compactisition | Anselm R. Garbe | 2007-04-13 | 1 | -1/+1 |
* | fixed quoting and a comment 3.6 | Anselm R. Garbe | 2007-02-21 | 1 | -1/+1 |
* | added draw.c again (except getcolor and setfont which are helpers in main.c) | Anselm R. Garbe | 2007-02-20 | 1 | -1/+1 |
* | split screen.c into layout.c and tag.c (because the view is an implicit mixtu... | Anselm R. Garbe | 2007-02-20 | 1 | -1/+1 |
* | draw.c is useless (class="k">setlocal formatoptions+=c " but comments should still wrap
syntax match muComment /#.*$/ | highlight link muComment Comment
syntax match muSalientComment /##.*$/ | highlight link muSalientComment SalientComment
syntax match muComment /;.*$/ | highlight link muComment Comment
syntax match muSalientComment /;;.*$/ | highlight link muSalientComment SalientComment
set comments+=n:#
syntax match CommentedCode "#? .*"
let b:cmt_head = "#? "
" mu strings are inside [ ... ] and can span multiple lines
" don't match '[' at end of line, that's usually code
syntax region muString start=+\[[^\]]+ end=+\]+
syntax match muString "\[\]"
highlight link muString String
" mu syntax for representing the screen in scenarios
syntax region muScreen start=+ \.+ end=+\.$\|$+
highlight link muScreen muString
" mu literals
syntax match muNumber %[^ ]\+:literal/\?[^ ,]*%
syntax match muNumber %\<[0-9-]\?[0-9]\+\>%
syntax match muNumber %\<[0-9-]\?[0-9]\+/[^ ,]*%
highlight link muNumber Constant
syntax match muLabel "^\s\+[^ 0-9a-zA-Z{}#\[\]][^ ]*\s*$"
syntax match muLabel %[^ ]\+:label/\?[^ ,]*%
syntax match muLabel "<[^ ]*>"
highlight link muLabel Constant
syntax match muLiteral %[^ ]\+:type/\?[^ ,]*%
syntax match muLiteral %[^ ]\+:offset/\?[^ ,]*%
syntax match muLiteral %[^ ]\+:variant/\?[^ ,]*%
highlight link muLiteral Constant
syntax keyword muKeyword default-space global-space new-default-space local-scope next-ingredient ingredient rewind-ingredients load-ingredients | highlight link muKeyword Constant
syntax match muDelimiter "[{}]" | highlight link muDelimiter Delimiter
syntax match muAssign " <- \|\<raw\>" | highlight link muAssign SpecialChar
syntax match muGlobal %[^ ]\+:global/\?[^ ,]*% | highlight link muGlobal SpecialChar
syntax keyword muControl reply reply-if reply-unless return return-if return-unless jump jump-if jump-unless loop loop-if loop-unless break break-if break-unless current-continuation continue-from create-delimited-continuation reply-delimited-continuation | highlight muControl ctermfg=3
" common keywords
syntax keyword muRecipe recipe recipe! def def! before after | highlight muRecipe ctermfg=208
syntax match muRecipe " -> "
syntax keyword muScenario scenario | highlight muScenario ctermfg=34
syntax keyword muData container exclusive-container | highlight muData ctermfg=226
let &cpo = s:save_cpo
etions'>-26/+20 |
* | using SRC instead of *.c | arg@10ksloc.org | 2006-08-03 | 1 | -1/+1 |
* | changed the files included in make dist | arg@10ksloc.org | 2006-08-03 | 1 | -1/+2 |
* | applied Sanders doc changes, added a PHONY line and changed the output of con... | arg@10ksloc.org | 2006-08-03 | 1 | -1/+4 |
* | implemented the idea presented by Sander for dwm target | arg@10ksloc.org | 2006-08-02 | 1 | -1/+4 |
* | applied Sanders patches | arg@10ksloc.org | 2006-08-01 | 1 | -2/+1 |
* | makefile now sets permissions for executables and man pages | arg@10ksloc.org | 2006-07-20 | 1 | -0/+6 |
* | simplified Makefile | Anselm R. Garbe | 2006-07-17 | 1 | -2/+2 |