Skip to content

Instantly share code, notes, and snippets.

@codebrainz
Created November 5, 2011 21:52
Show Gist options
  • Select an option

  • Save codebrainz/1342067 to your computer and use it in GitHub Desktop.

Select an option

Save codebrainz/1342067 to your computer and use it in GitHub Desktop.
Filetype updates
diff --git a/data/filetypes.asm b/data/filetypes.asm
index a2b2867..3ba4961 100644
--- a/data/filetypes.asm
+++ b/data/filetypes.asm
@@ -3,6 +3,8 @@
# Edit these in the colorscheme .conf file instead
default=default
comment=comment_line
+commentblock=comment
+commentdirective=comment
number=number_1
string=string_1
operator=operator
@@ -12,7 +14,6 @@ mathinstruction=keyword_2
register=type
directive=preprocessor
directiveoperand=keyword_3
-commentblock=comment
character=string_1
stringeol=string_eol
extinstruction=keyword_4
diff --git a/data/filetypes.caml b/data/filetypes.caml
index c1c1764..f966c7b 100644
--- a/data/filetypes.caml
+++ b/data/filetypes.caml
@@ -9,12 +9,14 @@ comment3=comment
number=number_1
keyword=keyword_1
keyword2=keyword_2
+keyword3=keyword_3
string=string_1
char=character
operator=operator
identifier=identifier_1
tagname=preprocessor
linenum=number_2
+white=default
[keywords]
# all items must be in one line
diff --git a/data/filetypes.lisp b/data/filetypes.lisp
index b5e94fd..11b0bf7 100644
--- a/data/filetypes.lisp
+++ b/data/filetypes.lisp
@@ -6,6 +6,7 @@ comment=comment_line
multicomment=comment
number=number_1
keyword=keyword_1
+keywordkw=keyword_1
special_keyword=type
symbol=keyword_2
string=string_1
diff --git a/data/filetypes.sql b/data/filetypes.sql
index 98a86de..0569921 100644
--- a/data/filetypes.sql
+++ b/data/filetypes.sql
@@ -4,7 +4,10 @@
default=default
comment=comment
commentline=comment_line
+commentlinedoc=comment_line_doc
commentdoc=comment_doc
+commentdockeyword=comment_doc_keyword
+commentdockeyworderror=comment_doc_keyword_error
number=number_1
word=keyword_1
word2=keyword_2
@@ -16,6 +19,10 @@ sqlplus=default
sqlplus_prompt=default
sqlplus_comment=comment
quotedidentifier=identifier_2
+user1=default
+user2=default
+user3=default
+user4=default
[keywords]
# all items must be in one line
diff --git a/data/filetypes.tcl b/data/filetypes.tcl
index fa12c64..9a5602a 100644
--- a/data/filetypes.tcl
+++ b/data/filetypes.tcl
@@ -4,6 +4,8 @@
default=default
comment=comment
commentline=comment_line
+commentbox=comment
+blockcomment=comment
number=number_1
operator=operator
identifier=identifier_1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment