Commit Graph

6 Commits

Author SHA1 Message Date
Julien Fischer
0347830001 Add syntax highlighting for pragma export and pragma import.
Estimated hours taken: 0.1.
Branches: main.

vim/syntax/mercury.vim:
	Add syntax highlighting for pragma export and pragma import.
2003-10-14 04:47:53 +00:00
Julien Fischer
8a5437bc81 Highlight the failure determinism category correctly.
Estimated hours taken: 0.1
Branches: main

vim/syntax/syntax.vim:
	Highlight the failure determinism category correctly.
2003-09-15 04:24:30 +00:00
Julien Fischer
6efc2e3256 s/foreign_header/foreign_decl/
Estimated hours taken: 0.1.
Branches: main.

vim/syntax/mercury.vim:
	s/foreign_header/foreign_decl/
	Add pragma foreign_import_module.
2003-07-31 06:45:59 +00:00
Julien Fischer
07c2e4d9fd Highlight foreign_type pragmas.
Estimated hours taken: 0.1.
Branches: main.

vim/syntax/mercury.vim:
	Highlight foreign_type pragmas.
2003-07-28 02:37:31 +00:00
Fergus Henderson
17d6bc9eba When checking for lines with length > 80 columns,
Estimated hours taken: 0.25
Branches: main

vim/syntax/mercury.vim:
	When checking for lines with length > 80 columns,
	handle tabs properly (assuming the tab size 8).
2003-01-27 09:18:42 +00:00
Ralph Becket
ab949ba065 Files and instructions for adding Mercury syntax highlighting under Vim 6.0.
Etimated hours taken: 8
Branches: main

Files and instructions for adding Mercury syntax highlighting under Vim 6.0.

NEWS:
      Mention the new directory.

vim:
vim/after:
vim/after/filetype.vim:
vim/ftplugin:
vim/ftplugin/mercury.vim:
vim/ftplugin/mercuryhdr.vim:
vim/syntax:
vim/syntax/mercury.vim:
vim/README:
      New directory structure added and populated.

bindist/Mmakefile:
      Added VIM_FILES variable and commands to create
      $(MERCURY_VERSION)/vim if necessary and populate it.
2002-04-08 03:07:34 +00:00