Skip to content

Commit

Permalink
Dropping high relevances from types and keywords in thrift.js (re: hi…
Browse files Browse the repository at this point in the history
  • Loading branch information
isagalaev committed Mar 26, 2014
1 parent 57cbbe8 commit 9d7a50d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/languages/thrift.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ Description: Thrift message definition format
*/

function(hljs) {
var BUILT_IN_TYPES = 'bool byte i16|10 i32|10 i64|10 double string binary';
var BUILT_IN_TYPES = 'bool byte i16 i32 i64 double string binary';
return {
keywords: {
keyword:
'namespace const typedef struct enum service exception void oneway|10 set list map required optional',
'namespace const typedef struct enum service exception void oneway set list map required optional',
built_in:
BUILT_IN_TYPES,
literal:
Expand Down

0 comments on commit 9d7a50d

Please sign in to comment.