Skip to content

Commit

Permalink
Don't reference Deprecated .HLL_map in editor highlighting.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk/editor@37583 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
coke committed Mar 19, 2009
1 parent 9a8dcb8 commit a5628d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pir-mode.el
Expand Up @@ -226,7 +226,7 @@ newline or semicolon after an end keyword."
":slurpy" ":unique_reg" ":vtable" ":wrap"))

(defvar pir-dotted-directives
'(".HLL" ".HLL_map" ".arg" ".const" ".constant" ".emit" ".end" ".endm"
'(".HLL" ".arg" ".const" ".constant" ".emit" ".end" ".endm"
".endnamespace" ".eom" ".get_results" ".global" ".globalconst"
".include" ".invocant" ".lex" ".line" ".loadlib" ".macro" ".meth_call"
".namespace" ".nci_call" ".pcc_begin" ".pcc_begin_return"
Expand Down
2 changes: 1 addition & 1 deletion pir_vim.in
Expand Up @@ -40,7 +40,7 @@ syn match pirDirective /\.\(pcc_sub\|emit\|eom\)/
syn match pirDirective /\.\(local\|sym\|const\|lex\|global\|globalconst\)/
syn match pirDirective /\.\(endnamespace\|namespace\)/
syn match pirDirective /\.\(param\|arg\|return\|yield\)/
syn match pirDirective /\.\(pragma\|HLL_map\|HLL\|include\|loadlib\)/
syn match pirDirective /\.\(pragma\|HLL\|include\|loadlib\)/
syn match pirDirective /\.\(pcc_begin\|pcc_call\|pcc_end\|invocant\|meth_call\|nci_call\)/
syn match pirDirective /\.\(pcc_begin_return\|pcc_end_return\)/
syn match pirDirective /\.\(pcc_begin_yield\|pcc_end_yield\)/
Expand Down

0 comments on commit a5628d6

Please sign in to comment.